Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
24d12ecfbee2a9e4e34922155135abb98cf697b1
/
drivers
/
usb
342ced7
Merge git://git.denx.de/u-boot-dm
by Tom Rini
· 9 years ago
68c4197
net: smsc95xx: Add driver-model support
by Simon Glass
· 9 years ago
3faecae
net: smsc95xx: Prepare for conversion to driver model
by Simon Glass
· 9 years ago
ebe0e5a
net: smsc95xx: Correct the error numbers
by Simon Glass
· 9 years ago
4d89e5b
net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE
by Simon Glass
· 9 years ago
ce48e50
net: smsc95xx: Sort the include files
by Simon Glass
· 9 years ago
a7ea72c
dm: usb: Add driver-model support to dwc2
by Simon Glass
· 9 years ago
e3c23a0
dm: usb: Prepare dwc2 driver for driver-model conversion
by Simon Glass
· 9 years ago
e96ba56
dm: usb: Add an errno.h header to usb_ether.c
by Simon Glass
· 9 years ago
27bce71
Tegra: clocks: Add 38.4MHz OSC support for T210 use
by Tom Warren
· 9 years ago
7bbbb3c
net: asix: fix operation without eeprom
by Marcel Ziswiler
· 9 years ago
d449dd3
usb: USB storage-specific part ifdef in uclass
by Paul Kocialkowski
· 9 years ago
9634fa5
musb: sunxi: Force EP0 on re-enable
by Maxime Ripard
· 9 years ago
e16ab87
sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig
by Paul Kocialkowski
· 9 years ago
f4865f5
usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET
by Paul Kocialkowski
· 9 years ago
f34dfcb
usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB
by Paul Kocialkowski
· 9 years ago
4815f8e
usb: Generic USB Kconfig option, that fits both host and gadget and comments
by Paul Kocialkowski
· 9 years ago
c580409
usb: USB_ARCH_HAS_HCD Kconfig option removal
by Paul Kocialkowski
· 9 years ago
4ed4cf0
usb: dwc2: Call board_usb_init() from usb_lowlevel_init()
by Peter Griffin
· 9 years ago
65022b3
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
8184940
usb: kconfig: create a menu for usb
by Nikita Kiryanov
· 9 years ago
2f260fb
usb: kconfig: usb keyboard kconfig
by Nikita Kiryanov
· 9 years ago
9924103
arm: mx6: usb: kconfig: add USB_EHCI_MX6 kconfig option
by Nikita Kiryanov
· 9 years ago
ab0cc6b
ARM: Tegra210: Add support to common Tegra source/config files
by Tom Warren
· 10 years ago
4e949e2
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
by Tom Rini
· 9 years ago
78c2e64
sunxi: musb: Stop treating not having a vbus-det gpio as an error
by Hans de Goede
· 9 years ago
31e4f6f
sunxi: musb: Improve output during probing
by Hans de Goede
· 9 years ago
0b3845a
sunxi: musb: Use device-model for musb host mode
by Hans de Goede
· 9 years ago
ea059bf
sunxi: musb: Move musb config and platdata to the sunxi-musb glue
by Hans de Goede
· 9 years ago
c77fbfb
sunxi: musb: Add id pin support
by Hans de Goede
· 9 years ago
c93ecd0
sunxi: musb: Move vbus check to sunxi_musb_enable
by Hans de Goede
· 9 years ago
5e80377
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 9 years ago
c267e7b
usb: ci_udc: fix request allocation when endpoints are disabled
by Rob Herring
· 9 years ago
e0fa3b8
ci_udc: fix 64-bit compile warnings
by Stephen Warren
· 9 years ago
34d20f8
linux_compat: remove cpu_relax() define
by Masahiro Yamada
· 9 years ago
44123cf
usb: ehci-marvell: Drop wrl accessor function
by Stefan Roese
· 9 years ago
f84f091
usb: CONFIG_USB_FASTBOOT prefix replacement for consistency
by Paul Kocialkowski
· 9 years ago
3d31026
implement Fastboot via USB OTG on bcm28155_ap boards
by Jiandong Zheng
· 9 years ago
88bb7c0
usb: gadget: bcm_udc_otg files
by Jiandong Zheng
· 9 years ago
2032bfd
usb: gadget: fastboot: Dequeue the previous IN request for the current request
by Paul Kocialkowski
· 9 years ago
4a126b6
usb: gadget: fastboot: Request status and length check in rx handler
by Paul Kocialkowski
· 9 years ago
46f9729
usb: gadget: Weak board_usb_init/cleanup definitions in USB download gadget code
by Paul Kocialkowski
· 9 years ago
d55acc0
usb: Fastboot function config for better consistency with other functions
by Paul Kocialkowski
· 9 years ago
045d605
usb: USB download gadget and functions config options coherent naming
by Paul Kocialkowski
· 9 years ago
d5e033b
drivers: usb: fsl: Remove LS102XA immap inclusion
by Nikhil Badola
· 9 years ago
807babb
drivers: usb: fsl: Implement Erratum A-009116 for XHCI controller
by Nikhil Badola
· 9 years ago
05a18f4
drivers: usb: fsl: Remove warnings for 64-bit architectures
by Nikhil Badola
· 9 years ago
f4de407
usb: fsl: Add XHCI driver support
by Ramneek Mehresh
· 10 years ago
d1fbfbd
usb: xhci: keystone: Remove common dwc3 drv functions calls
by Ramneek Mehresh
· 10 years ago
8099940
usb: xhci: omap: Remove common dwc3 drv functions calls
by Ramneek Mehresh
· 10 years ago
93442d9
usb: xhci: exynos: Remove common dwc3 drv functions calls
by Ramneek Mehresh
· 10 years ago
3dad08d
usb: dwc3: Add DWC3 controller driver support
by Ramneek Mehresh
· 10 years ago
f58369f
dm: usb: eth: Add driver-model support to the asix driver
by Simon Glass
· 9 years ago
d0065dd
dm: usb: Add driver-model support to ehci-pci
by Simon Glass
· 9 years ago
46952fb
dm: usb: Adjust the USB_DEVICE() macro naming
by Simon Glass
· 9 years ago
5b026f9
dm: usb: eth: Support driver model with USB Ethernet
by Simon Glass
· 9 years ago
1b2e365
usb: Update some EHCI driver licenses to use SPDX
by Simon Glass
· 9 years ago
e855d26
usb: ehci: Correct a missing hypen in an error message
by Simon Glass
· 9 years ago
fc64961
musb: Add device-model support to the musb-host u-boot glue
by Hans de Goede
· 9 years ago
5962748
musb: Add musb_host_data struct to hold global data
by Hans de Goede
· 9 years ago
52666e2
musb: Rename and wrap public functions
by Hans de Goede
· 9 years ago
4d8b8df
musb: Update usb-compat to work with struct usb_device without a parent ptr
by Hans de Goede
· 9 years ago
81c4998
musb: Allow musb_platform_enable to return an error code
by Hans de Goede
· 9 years ago
9c20359
dm: usb: Do not assume that first child is always a hub
by Hans de Goede
· 9 years ago
a9e41f8
dm: usb: Allow usb host drivers to implement usb_reset_root_port
by Hans de Goede
· 9 years ago
46ea73a
dm: usb: Rename usb_find_child to usb_find_emul_child
by Hans de Goede
· 9 years ago
89bcccd
dm: usb: Use device_unbind_children to clean up usb devs on stop
by Hans de Goede
· 9 years ago
b869574
usb: Add an usb_device parameter to usb_reset_root_port
by Hans de Goede
· 9 years ago
778dc1c
usb: usb_setup_device: Drop unneeded portnr function argument
by Hans de Goede
· 9 years ago
3db6d8e
usb: Drop device-model specific copy of usb_legacy_port_reset
by Hans de Goede
· 9 years ago
9aa3197
usb: Add EHCI support for Armada 38x (mvebu)
by Stefan Roese
· 9 years ago
61a5a1c
usb: ehci: Properly deal with data toggle for interrupt endpoints
by Hans de Goede
· 9 years ago
74934df
sunxi: musb: Remove unused sunxi_musb_exit method
by Hans de Goede
· 9 years ago
836e334
sunxi: musb: Do not fully reset the controler from sunxi_musb_disable
by Hans de Goede
· 9 years ago
fa6fec0
Merge git://git.denx.de/u-boot-usb
by Tom Rini
· 9 years ago
3ada902
dm: usb: tegra: Drop legacy USB code
by Simon Glass
· 10 years ago
fbb1494
dm: usb: Implement usb_detect_change() for driver model
by Simon Glass
· 10 years ago
f7d9252
usb: f_mass_storage: sleep_thread: decrease the interval for check ctrlc()
by Inha Song
· 10 years ago
f873c5c
samsung: usb: phy: Support for DWC3 PHY
by Lukasz Majewski
· 10 years ago
9582d23
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
by Tom Rini
· 9 years ago
c417f83
usb: ehci-vf: Add weak function for board specific initialisation
by Sanchayan Maity
· 9 years ago
16e6cf0
drivers: usb: fsl: Return if USB_MAX_CONTROLLER_COUNT is incorrect
by Nikhil Badola
· 9 years ago
0e7c339
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
by Tom Rini
· 9 years ago
563ee4c
ARM: UniPhier: update the vendor name of UniPhier in Kconfig
by Masahiro Yamada
· 10 years ago
663a23f
ARM: UniPhier: replace <asm/io.h> with <linux/io.h>
by Masahiro Yamada
· 10 years ago
79d657d
usb: dwc2: Add support for v3 snpsid value
by Peter Griffin
· 10 years ago
2c24ed1
ci_udc: Update the ci_udc driver to support bulk transfers
by Siva Durga Prasad Paladugu
· 10 years ago
5477e6f
usb: ohci: Add support for interrupt queues
by Hans de Goede
· 10 years ago
66b1d6d
usb: ohci: Add an ohci_alloc_urb() function
by Hans de Goede
· 10 years ago
d7a3942
usb: ohci: Do not reuse ed for interrupt endpoints of different devices
by Hans de Goede
· 10 years ago
804fa57
sunxi: ohci: Add ohci usb host controller support
by Hans de Goede
· 10 years ago
4dba108
sunxi: ehci: Convert to the driver-model
by Hans de Goede
· 10 years ago
8a62c50
usb: ohci: Add dm support
by Hans de Goede
· 10 years ago
d6cc1d1
usb: ohci: Skip unnecessary mdelay(1) calls in various places
by Hans de Goede
· 10 years ago
f9d72a6
usb: ohci: Remove unnecessary delays from hc_start and power power-on paths
by Hans de Goede
· 10 years ago
2787337
usb: ohci: Do not resubmit and leak urbs for interrupt packets
by Hans de Goede
· 10 years ago
cebc5b7
dm: usb: Do not scan companion buses if no devices where handed over
by Hans de Goede
· 10 years ago
59a0dfc
dm: usb: Add support for companion controllers
by Hans de Goede
· 10 years ago
f8762f9
dm: usb: Move printing of usb scan status to usb_scan_bus()
by Hans de Goede
· 10 years ago
0a7fa27
dm: usb: Add support for interrupt queues to the dm usb code
by Hans de Goede
· 10 years ago
Next »