Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
23ea9b4390edf88dd5de828a6a575d6a2ee7ba03
/
drivers
/
usb
/
host
/
ehci-mx6.c
a7ece58
dm: core: Access device ofnode through functions
by Simon Glass
· 4 years ago
cb4363a
usb: ehci-mx6: Drop assignment of sequence number
by Simon Glass
· 4 years ago
75e534b
dm: Avoid accessing seq directly
by Simon Glass
· 4 years ago
b75b15b
dm: treewide: Rename ..._platdata variables to just ..._plat
by Simon Glass
· 4 years ago
aad29ae
dm: treewide: Rename ofdata_to_platdata() to of_to_plat()
by Simon Glass
· 4 years ago
fa20e93
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
by Simon Glass
· 4 years ago
71fa5b4
dm: treewide: Rename 'platdata' variables to just 'plat'
by Simon Glass
· 4 years ago
8a2b47f
dm: treewide: Rename auto_alloc_size members to be shorter
by Simon Glass
· 4 years ago
1096ae1
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
by Masahiro Yamada
· 4 years, 4 months ago
5a9ecb2
Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"
by Tom Rini
· 4 years, 4 months ago
a3332a1
treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()
by Masahiro Yamada
· 4 years, 4 months ago
a86d51a
usb: ehci-mx6: Print error code on failure
by Marek Vasut
· 4 years, 6 months ago
2737045
usb: ehci-mx6: Handle fixed regulators correctly
by Marek Vasut
· 4 years, 6 months ago
dbd7954
common: Drop linux/delay.h from common header
by Simon Glass
· 4 years, 7 months ago
0f2af88
common: Drop log.h from common header
by Simon Glass
· 4 years, 7 months ago
f8b2719
usb: mx6: add fuse check
by Peng Fan
· 4 years, 7 months ago
1b80705
usb: Migrate to support live DT for some driver
by Kever Yang
· 4 years, 9 months ago
9da57ea
ehci-mx6: Update EHCI driver to support OTG0 on i.MX7ULP
by Ye Li
· 5 years ago
9c24d01
usb: ehci-mx6: Fix bus enumeration for iMX7 SoCs
by Igor Opaniuk
· 5 years ago
d93dda7
usb: ehci-mx6: Fix bus enumeration for DM case
by Marek Vasut
· 5 years ago
15287f0
usb: ehci-mx6: Use common code to extract dr_mode
by Adam Ford
· 6 years ago
888a946
usb: ehci-mx6: Make regulator DM_REGULATOR dependent
by Abel Vesa
· 6 years ago
8a3cb9f1
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
by Sven Schwermer
· 6 years ago
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· 7 years ago
918de03
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
by Álvaro Fernández Rojas
· 7 years ago
33731bc
imx: reorganize IMX code as other SOCs
by Stefano Babic
· 7 years ago
0ffb9d6
arm: Add explicit include of <asm/mach-types.h>
by Simon Glass
· 7 years ago
ba1dea4
dm: Rename dev_addr..() functions
by Simon Glass
· 8 years ago
dd79d6e
dm: core: Replace of_offset with accessor
by Simon Glass
· 8 years ago
1335133
usb: ehci-mx6: handle vbus-supply
by Peng Fan
· 8 years ago
9e3eab3
usb: ehci-mx6: implement ofdata_to_platdata
by Peng Fan
· 8 years ago
d41919b
usb: replace ehci_*_remove() with usb_deregister()
by Masahiro Yamada
· 8 years ago
5c363c1
dm: ehci-mx6: support driver model
by Peng Fan
· 8 years ago
8652ce9
usb: ehci-mx6: introduce config for high active power pin
by Stefan Agner
· 8 years ago
475cf91
usb: ehci-mx6: configure power polarity in usb_power_config
by Stefan Agner
· 8 years ago
928d3d0
ehci: mx7: fix otg id detection
by Peng Fan
· 8 years ago
13186cf
ehci: mx7: fix usbnc_regs
by Peng Fan
· 8 years ago
3dfd3a0
usb: ehci-mx6: allow board_ehci_hcd_init to fail
by Stefan Agner
· 9 years ago
3add69e
usb: Rename ehci-fsl.h to ehci-ci.h
by Mateusz Kulikowski
· 9 years ago
4073b83
usb: ehci-mx6: Use shared wait_for_bit
by Mateusz Kulikowski
· 9 years ago
c52eb1c
imx: usb: ehci-mx6: wait_for_bit to check reg status
by Adrian Alonso
· 9 years ago
f31599f
imx: usb: ehci-mx6: add usb support for imx7d soc
by Adrian Alonso
· 9 years ago
14dfbbb
imx: usb: ehci-mx6: document board specific functions
by Adrian Alonso
· 9 years ago
aee79b4
imx: usb: ehci-mx6: reg accessor cleanups
by Adrian Alonso
· 9 years ago
220402e
usb:ehci-mx6 add phy mode query function
by Peng Fan
· 10 years ago
f93453a
usb: ehci-mx6: Rename the USB register base address
by Ye.Li
· 10 years ago
ed72a9e
usb: ehci-mx6: add support for otg port
by Troy Kisky
· 11 years ago
7d6bbb9
usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init.
by Troy Kisky
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
2e869d7
USB: drop unneeded header in ehci-mx6
by Stefano Babic
· 12 years ago
98023c1
ehci-mx5/6: Make board_ehci_hcd_init() optional
by Benoît Thébaudeau
· 12 years ago
3494a4c
usb: ehci: rework to take advantage of new lowlevel interface
by Lucas Stach
· 12 years ago
2714e17
i.mx: iomux-v3.h: move to imx-common include directory
by Troy Kisky
· 12 years ago
5d113ca
USB: ehci-mx6: Fix broken IO access
by Wolfgang Grandegger
· 13 years ago
654838c
USB: ehci-mx6: Add proper IO accessors
by Fabio Estevam
· 13 years ago
1859b70
usb/ehci: Add USB support for the MX6Q
by Wolfgang Grandegger
· 13 years ago