Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
75f82d0ce77f181ea0b456b54174187e15712012
/
drivers
/
usb
/
host
75f82d0
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
by Masahiro Yamada
· 7 years ago
29836a9
usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup functions
by Faiz Abbas
· 7 years ago
7628ad2
usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTH
by Alexey Brodkin
· 7 years ago
d72c2a2
usb: host: Drop unused hcd_name from r8a66597-hcd.c
by Tom Rini
· 7 years ago
a9e5d7e
usb: Remove isp116x-hcd support
by Tom Rini
· 7 years ago
4485696
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 7 years ago
60649bb
Merge git://git.denx.de/u-boot-spi
by Tom Rini
· 7 years ago
4e9b4c4
usb: ehci: mxs: fix swapped argument in ehci_writel()
by Daniel Schwierzeck
· 7 years ago
0a1ef7c
usb: xhci: Fix bool initialization in xhci_bulk_tx
by Gustavo A. R. Silva
· 7 years ago
918de03
wait_bit: use wait_for_bit_le32 and remove wait_for_bit
by Álvaro Fernández Rojas
· 7 years ago
9798b66
arm64: layerscape: Move CONFIG_HAS_FSL_DR_USB to Kconfig
by Ran Wang
· 7 years ago
5444325
usb: ehci: fsl: Fix some compile warnings.
by Ran Wang
· 7 years ago
c85f3cc
usb: r8a66597: convert wait loop to readw_poll_timeout
by Chris Brandt
· 7 years ago
faecead
usb: r8a66597: Add support for RZ/A series
by Chris Brandt
· 7 years ago
78c7356
usb: ehci: do not invalidate a NULL buffer
by Dirk Behme
· 7 years ago
ab4304b
dm: usb: ehci: avoid possible NULL dereference
by Heinrich Schuchardt
· 7 years ago
2425727
usb: xhci: Add Renesas R-Car xHCI driver
by Marek Vasut
· 7 years ago
e65505b
usb: ehci: Fix accessors for big-endian platforms and descriptors
by Alexey Brodkin
· 7 years ago
a81f47c
mvebu: usb: xhci: a38x support
by Jon Nettleton
· 7 years ago
9e21624
sti: fix STMicroelectronics copyright
by Patrice Chotard
· 7 years ago
a5a9735
usb: host: Move CONFIG_XHCI_FSL to Kconfig
by Ran Wang
· 7 years ago
2a0fdf1
Merge branch 'rmobile' of git://git.denx.de/u-boot-sh
by Tom Rini
· 7 years ago
81e1042
treewide: replace with error() with pr_err()
by Masahiro Yamada
· 7 years ago
302245e
usb: Drop the EHCI RCar Gen3
by Marek Vasut
· 7 years ago
c03fb20
usb: xhci: Set 'Average TRB Length' to 8 for control endpoints
by Bin Meng
· 7 years ago
7c3b76d
usb: xhci: Set 'Error Count' to 0 for isoch endpoints
by Bin Meng
· 7 years ago
bdedd2a
usb: xhci: Program max burst size for endpoint
by Bin Meng
· 7 years ago
87033f0
usb: xhci: Honor endpoint's interval
by Bin Meng
· 7 years ago
7c92b77
usb: xhci: Fix max packet size for full speed device endpoint 0
by Bin Meng
· 7 years ago
2bc748c
usb: xhci: Add interrupt transfer support
by Bin Meng
· 7 years ago
bb4b105
usb: xhci: Don't assume LS/FS devices are always behind a HS hub
by Bin Meng
· 7 years ago
be0223e
dm: usb: emul: Drop usb_emul_reset()
by Bin Meng
· 7 years ago
dadc4c0
dm: usb: Remove no longer needed blk_unbind_all()
by Bin Meng
· 7 years ago
669ad84
dm: usb: Fix broken usb_stop()
by Bin Meng
· 7 years ago
f196644
usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()
by Bin Meng
· 7 years ago
33662d6
usb: sandbox: Initialize root hub's device speed to high speed
by Bin Meng
· 7 years ago
9f3f423
usb: host: ehci-generic: convert to livetree
by Philipp Tomsich
· 7 years ago
77b9e2e
usb: dwc2: convert to livetree
by Philipp Tomsich
· 7 years ago
1b79855
rockchip: xhci: Convert to livetree
by Philipp Tomsich
· 7 years ago
0441b87
dm: usb: ehci: Implement get_max_xfer_size() operation
by Bin Meng
· 7 years ago
1bc4ce9
dm: usb: xhci: Implement get_max_xfer_size() operation
by Bin Meng
· 7 years ago
6840a34
dm: usb: Add a new USB controller operation 'get_max_xfer_size'
by Bin Meng
· 7 years ago
db23f3a
usb: xhci: Set number of event segments and entries to 1
by Marek Vasut
· 7 years ago
f2505b1
usb: dwc3: Add dwc3 glue driver support for STi
by Patrice Chotard
· 7 years ago
ec4b573
usb: ehci: Convert CONFIG_USB_EHCI_PCI to Kconfig
by Bin Meng
· 7 years ago
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
d91dce4
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 7 years ago
15b8d63
usb: host: xhci-dxc3: fix compilation warnings
by Patrice Chotard
· 7 years ago
eabebc0
usb: host: ohci-generic: initialize PHY only when found
by Patrice Chotard
· 7 years ago
3c72a94
usb: host: ehci-generic: initialize PHY only when found
by Patrice Chotard
· 7 years ago
a3d03ea
dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USB
by Patrice Chotard
· 7 years ago
fe3327f
usb: xhci: Enable TT to support LS/FS devices behind a HS hub
by Bin Meng
· 7 years ago
209239b
usb: xhci: Correct TT_SLOT and TT_PORT macros
by Bin Meng
· 7 years ago
2b6f4c5
usb: xhci: Implement update_hub_device() operation
by Bin Meng
· 7 years ago
1f31f5a
dm: usb: Add a new USB controller operation 'update_hub_device'
by Bin Meng
· 7 years ago
63c3b3b
usb: xhci: Program 'route string' in the input slot context
by Bin Meng
· 7 years ago
1459ce6
usb: xhci: Change xhci_setup_addressable_virt_dev() signature
by Bin Meng
· 7 years ago
5ecfd5d
usb: hub: Add a new API to test if a hub device is root hub
by Bin Meng
· 7 years ago
05d08d0
usb: hub: Use 'struct usb_hub_device' as hub device's uclass_priv
by Bin Meng
· 7 years ago
aff38b9
usb: xhci-pci: Clean up the driver a little bit
by Bin Meng
· 7 years ago
7e8644d
usb: xhci-pci: Drop non-DM version of xhci-pci driver
by Bin Meng
· 7 years ago
d34d6fc
usb: xhci: Convert CONFIG_USB_XHCI_PCI to Kconfig
by Bin Meng
· 7 years ago
c6336ee
usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS
by Bin Meng
· 7 years ago
749de4c
usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS
by Bin Meng
· 7 years ago
5ea6cf2
usb: xhci: Change MAX_HC_PORTS to 255
by Bin Meng
· 7 years ago
0d66b3a
usb: hub: Change USB hub descriptor to match USB 3.0 hubs
by Bin Meng
· 7 years ago
e8930c4
usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hub
by Bin Meng
· 7 years ago
ec0501b
usb: xhci: Add input slot context in xhci_set_configuration()
by Bin Meng
· 7 years ago
8a3f9cf
usb: xhci: Initialize scratchpad buffer array and scratchpad buffers
by Bin Meng
· 7 years ago
474b250
usb: xhci: Correct command TRB 4th dword initialization
by Bin Meng
· 7 years ago
c72f37a
usb: xhci: Remove incorrect comments for struct xhci_container_ctx
by Bin Meng
· 7 years ago
c6e19d3
usb: host: ohci-generic: add generic PHY support
by Patrice Chotard
· 7 years ago
170229e
usb: host: ohci-generic: add RESET support
by Patrice Chotard
· 7 years ago
37a197a
usb: host: ohci-generic: add CLOCK support
by Patrice Chotard
· 7 years ago
1a62cde
usb: host: ehci-generic: add generic PHY support
by Patrice Chotard
· 7 years ago
a0809dc
usb: host: ehci-generic: add error path and .remove callback
by Patrice Chotard
· 7 years ago
5e7a080
usb: host: ehci-generic: replace printf() by error()
by Patrice Chotard
· 7 years ago
ecfafba
usb: host: xhci-dwc3: Add generic PHY support
by Patrice Chotard
· 7 years ago
17b0887
usb: host: xhci-dwc3: Add dual role mode support from DT
by Patrice Chotard
· 7 years ago
c7eadfc
usb: host: xhci-dwc3: Convert driver to DM
by Patrice Chotard
· 7 years ago
6d8e433
usb: add static to local symbols
by Masahiro Yamada
· 7 years ago
4c36be0
dm: tegra: usb: Convert to livetree
by Simon Glass
· 7 years ago
c3f2650
dm: tegra: Convert clock_decode_periph_id() to support livetree
by Simon Glass
· 7 years ago
33731bc
imx: reorganize IMX code as other SOCs
by Stefano Babic
· 7 years ago
697a8bc
usb: dwc2: use dev_read_bool() instead of fdt_getprop()
by Meng Dongyang
· 7 years ago
5498381
usb: Kconfig: migrate USB_DWC2 to Kconfig
by Philipp Tomsich
· 7 years ago
ef16ff6
usb: host: xhci-rockchip: use fixed regulator to control vbus
by Meng Dongyang
· 7 years ago
c1a1550
usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USB
by Meng Dongyang
· 7 years ago
9589dda
rockchip: xhci: dm: convert fdt_get to dev_read
by Philipp Tomsich
· 7 years ago
2028012
powerpc: remove 4xx support
by Heiko Schocher
· 7 years ago
bb1cd63
drivers/usb/ehci: Use platform-specific accessors
by Alexey Brodkin
· 7 years ago
cc3fe06
usb: dwc2: force to host mode if not support HNP/SRP
by Meng Dongyang
· 7 years ago
6f90e58
powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512x
by Heiko Schocher
· 7 years ago
d2081b0
rockchip: usb: host: xhci-rockchip: add support for rk3328
by Meng Dongyang
· 7 years ago
a9c3a1b
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 7 years ago
0ffb9d6
arm: Add explicit include of <asm/mach-types.h>
by Simon Glass
· 7 years ago
54f8ace
samsung: Drop more references fo s3c24x0
by Simon Glass
· 8 years ago
4f1920d
samsung: usb: Drop ohci-s3c24xx driver
by Simon Glass
· 8 years ago
1ddd540
ehci-pci: Prepare for usage of readl()/writel() accessors
by Alexey Brodkin
· 7 years ago
6deb8e2
dm: usb: Convert uclass to livetree
by Simon Glass
· 8 years ago
Next »