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: gadget: ether: populate _reset_ callback
Kishon Vijay Abraham I
2015-08-19
1
-0
/
+1
*
usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stop
Kishon Vijay Abraham I
2015-08-19
1
-0
/
+1
*
usb: gadget: ether: Perform board initialization from ethernet gadget driver
Kishon Vijay Abraham I
2015-08-19
1
-0
/
+4
*
usb: xhci: Fix a potential NULL pointer dereference
Sergey Temerkhanov
2015-08-19
1
-5
/
+14
*
usb: spear: Add support for both SPEAr600 EHCI controllers
Stefan Roese
2015-08-19
1
-3
/
+35
*
imx: usb: ehci-mx6: wait_for_bit to check reg status
Adrian Alonso
2015-08-19
1
-4
/
+33
*
imx: usb: ehci-mx6: add usb support for imx7d soc
Adrian Alonso
2015-08-19
2
-19
/
+82
*
imx: usb: ehci-mx6: document board specific functions
Adrian Alonso
2015-08-19
1
-0
/
+31
*
imx: usb: ehci-mx6: reg accessor cleanups
Adrian Alonso
2015-08-19
1
-33
/
+18
*
usb: lpc32xx: add host USB driver
Sylvain Lemieux
2015-08-18
2
-0
/
+232
*
arm: mvebu: add multiple usb-hostcontroller support for AXP
Anton Schubert
2015-08-17
1
-8
/
+11
*
arm: mvebu: Enable USB EHCI support on Armada XP
Stefan Roese
2015-08-17
1
-1
/
+8
*
usb: ohci: enable cache support
Wu, Josh
2015-08-12
2
-12
/
+2
*
dwc2: Add dcache support
Alexander Stein
2015-08-12
1
-7
/
+17
*
sunxi: usb-phy: Never power off the usb ports
Hans de Goede
2015-08-08
3
-14
/
+16
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2015-08-06
3
-201
/
+524
|
\
|
*
net: smsc95xx: Add driver-model support
Simon Glass
2015-08-06
1
-0
/
+142
|
*
net: smsc95xx: Prepare for conversion to driver model
Simon Glass
2015-08-06
1
-122
/
+150
|
*
net: smsc95xx: Correct the error numbers
Simon Glass
2015-08-06
1
-22
/
+26
|
*
net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE
Simon Glass
2015-08-06
1
-5
/
+5
|
*
net: smsc95xx: Sort the include files
Simon Glass
2015-08-06
1
-2
/
+3
|
*
dm: usb: Add driver-model support to dwc2
Simon Glass
2015-08-06
1
-0
/
+97
|
*
dm: usb: Prepare dwc2 driver for driver-model conversion
Simon Glass
2015-08-06
1
-54
/
+104
|
*
dm: usb: Add an errno.h header to usb_ether.c
Simon Glass
2015-08-06
1
-0
/
+1
*
|
Tegra: clocks: Add 38.4MHz OSC support for T210 use
Tom Warren
2015-08-05
1
-5
/
+13
|
/
*
net: asix: fix operation without eeprom
Marcel Ziswiler
2015-08-05
1
-6
/
+34
*
usb: USB storage-specific part ifdef in uclass
Paul Kocialkowski
2015-08-05
1
-0
/
+2
*
musb: sunxi: Force EP0 on re-enable
Maxime Ripard
2015-08-05
1
-0
/
+3
*
sunxi: usb: USB_MUSB_SUNXI move to musb-new Kconfig
Paul Kocialkowski
2015-08-05
1
-0
/
+14
*
usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGET
Paul Kocialkowski
2015-08-05
2
-0
/
+16
*
usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSB
Paul Kocialkowski
2015-08-05
12
-35
/
+35
*
usb: Generic USB Kconfig option, that fits both host and gadget and comments
Paul Kocialkowski
2015-08-05
1
-7
/
+8
*
usb: USB_ARCH_HAS_HCD Kconfig option removal
Paul Kocialkowski
2015-08-05
1
-3
/
+0
*
usb: dwc2: Call board_usb_init() from usb_lowlevel_init()
Peter Griffin
2015-08-05
1
-0
/
+4
*
Merge branch 'master' of git://www.denx.de/git/u-boot-imx
Tom Rini
2015-08-02
2
-0
/
+36
|
\
|
*
usb: kconfig: create a menu for usb
Nikita Kiryanov
2015-08-02
1
-0
/
+2
|
*
usb: kconfig: usb keyboard kconfig
Nikita Kiryanov
2015-08-02
1
-0
/
+27
|
*
arm: mx6: usb: kconfig: add USB_EHCI_MX6 kconfig option
Nikita Kiryanov
2015-08-02
1
-0
/
+7
*
|
ARM: Tegra210: Add support to common Tegra source/config files
Tom Warren
2015-07-28
1
-1
/
+30
*
|
Merge branch 'master' of http://git.denx.de/u-boot-sunxi
Tom Rini
2015-07-25
1
-20
/
+97
|
\
\
|
*
|
sunxi: musb: Stop treating not having a vbus-det gpio as an error
Hans de Goede
2015-07-25
1
-1
/
+1
|
*
|
sunxi: musb: Improve output during probing
Hans de Goede
2015-07-25
1
-5
/
+6
|
*
|
sunxi: musb: Use device-model for musb host mode
Hans de Goede
2015-07-25
1
-0
/
+57
|
*
|
sunxi: musb: Move musb config and platdata to the sunxi-musb glue
Hans de Goede
2015-07-25
1
-10
/
+25
|
*
|
sunxi: musb: Add id pin support
Hans de Goede
2015-07-25
1
-0
/
+5
|
*
|
sunxi: musb: Move vbus check to sunxi_musb_enable
Hans de Goede
2015-07-25
1
-10
/
+9
*
|
|
Merge git://git.denx.de/u-boot-usb
Tom Rini
2015-07-24
14
-285
/
+345
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
usb: ci_udc: fix request allocation when endpoints are disabled
Rob Herring
2015-07-24
1
-4
/
+8
|
*
|
ci_udc: fix 64-bit compile warnings
Stephen Warren
2015-07-23
1
-9
/
+10
|
*
|
usb: ehci-marvell: Drop wrl accessor function
Stefan Roese
2015-07-22
1
-14
/
+12
[next]