index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: ohci: Add support for interrupt queues
Hans de Goede
2015-05-14
1
-0
/
+132
*
usb: ohci: Add an ohci_alloc_urb() function
Hans de Goede
2015-05-14
1
-8
/
+23
*
usb: ohci: Do not reuse ed for interrupt endpoints of different devices
Hans de Goede
2015-05-14
2
-1
/
+38
*
sunxi: ohci: Add ohci usb host controller support
Hans de Goede
2015-05-14
2
-0
/
+105
*
sunxi: ehci: Convert to the driver-model
Hans de Goede
2015-05-14
1
-29
/
+64
*
usb: ohci: Add dm support
Hans de Goede
2015-05-14
2
-0
/
+91
*
usb: ohci: Skip unnecessary mdelay(1) calls in various places
Hans de Goede
2015-05-14
1
-9
/
+20
*
usb: ohci: Remove unnecessary delays from hc_start and power power-on paths
Hans de Goede
2015-05-14
1
-4
/
+0
*
usb: ohci: Do not resubmit and leak urbs for interrupt packets
Hans de Goede
2015-05-14
1
-39
/
+2
*
dm: usb: Do not scan companion buses if no devices where handed over
Hans de Goede
2015-05-14
1
-8
/
+34
*
dm: usb: Add support for companion controllers
Hans de Goede
2015-05-14
1
-5
/
+28
*
dm: usb: Move printing of usb scan status to usb_scan_bus()
Hans de Goede
2015-05-14
1
-13
/
+9
*
dm: usb: Add support for interrupt queues to the dm usb code
Hans de Goede
2015-05-14
2
-0
/
+62
*
dm: usb: Prefix ehci interrupt-queue functions with _ehci_
Hans de Goede
2015-05-14
1
-9
/
+28
*
usb: Stop reset procedure when a dev is handed over to a companion hcd
Hans de Goede
2015-05-14
1
-1
/
+2
*
usb: Fix handover of full-speed devices from ehci to companion
Hans de Goede
2015-05-14
1
-3
/
+13
*
dm: usb: exynos: Drop legacy USB code
Simon Glass
2015-05-06
2
-225
/
+0
*
usb: ohci: Don't log an error on interrupt packet timeout
Hans de Goede
2015-05-06
1
-1
/
+2
*
usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus
Hans de Goede
2015-05-06
2
-5
/
+84
*
usb: ohci: Fix ctrl in messages with a data-len of 0
Hans de Goede
2015-05-06
1
-1
/
+1
*
usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c
Hans de Goede
2015-05-06
2
-93
/
+86
*
usb: ohci: Remove unnecessary phcca variable
Hans de Goede
2015-05-06
1
-6
/
+3
*
usb: ohci: Move the td array struct to inside the ohci_dev struct
Hans de Goede
2015-05-06
2
-20
/
+9
*
usb: ohci: Move the ohci_dev struct to inside the main ohci struct
Hans de Goede
2015-05-06
2
-23
/
+19
*
usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
Hans de Goede
2015-05-06
1
-60
/
+64
*
usb: ohci: Remove unused devgone global variable
Hans de Goede
2015-05-06
1
-8
/
+0
*
dm: usb: Set desc_before_addr from ehci dm code
Hans de Goede
2015-05-05
1
-0
/
+3
*
dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code
Hans de Goede
2015-05-05
1
-12
/
+22
*
dm: usb: Use usb_get_bus in dm ehci code
Hans de Goede
2015-05-05
1
-8
/
+1
*
dm: usb: Copy over usb_device values from usb_scan_device() to final usb_device
Hans de Goede
2015-05-05
1
-15
/
+28
*
dm: usb: Make usb_get_bus easier to use for callers
Hans de Goede
2015-05-05
1
-13
/
+4
*
dm: usb: Do not use bus->seq before device_probe(bus)
Hans de Goede
2015-05-05
1
-2
/
+1
*
Merge git://git.denx.de/u-boot-mpc85xx
Tom Rini
2015-05-05
1
-0
/
+10
|
\
|
*
drivers: usb: fsl: Workaround for Erratum A004477
Nikhil Badola
2015-05-04
1
-0
/
+10
*
|
sunxi: usb: Do not call phy_probe from hcd code
Hans de Goede
2015-05-04
2
-12
/
+3
*
|
sunxi: usb: Rename the usbc.? files to usb_phy.?
Hans de Goede
2015-05-04
3
-3
/
+3
*
|
sunxi: usb: Rename sunxi_usbc_foo functions to sunxi_usb_phy_bar
Hans de Goede
2015-05-04
3
-20
/
+21
*
|
sunxi: usb: Remove sunxi_usbc_get_io_base function
Hans de Goede
2015-05-04
1
-1
/
+4
*
|
sunxi: usb: Move setup of host controller clocks to the host controller drivers
Hans de Goede
2015-05-04
2
-2
/
+42
*
|
sunxi: Add basic A33 basic support
Vishnu Patekar
2015-05-04
1
-0
/
+5
|
/
*
Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq
Tom Rini
2015-04-24
1
-1
/
+15
|
\
|
*
drivers:usb: Check if USB Erratum A005697 is applicable on BSC913x
Nikhil Badola
2015-04-21
1
-0
/
+9
|
*
drivers:usb: Add device-tree fixup to identify socs having dual phy
Nikhil Badola
2015-04-21
1
-1
/
+6
*
|
Merge branch 'master' of git://git.denx.de/u-boot-dm
Tom Rini
2015-04-23
1
-0
/
+1
|
\
\
|
*
|
dm: usb: Add a terminator to the string destructor list
Simon Glass
2015-04-22
1
-0
/
+1
|
|
/
*
/
usb: host: Add ehci-vf USB driver for ARM Vybrid SoC's
Sanchayan Maity
2015-04-23
2
-0
/
+165
|
/
*
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
5
-6
/
+9
*
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
2015-04-18
2
-5
/
+5
*
dm: usb: exynos: Adjust XHCI driver to support driver model
Simon Glass
2015-04-18
1
-1
/
+119
*
dm: usb: Rename the XHCI HCD to U-Boot
Simon Glass
2015-04-18
1
-1
/
+1
[next]