summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeLines
* spl: add USB Gadget config optionStefan Agner2016-11-28-1/+2
* spl: dfu: move DFU Kconfig to SPL KconfigStefan Agner2016-11-28-2/+6
* Fix spelling of "resetting".Vagrant Cascadian2016-10-31-2/+2
* Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-10-30-3/+5
|\
| * sunxi: A64: enable USB supportAmit Singh Tomar2016-10-30-3/+5
* | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-10-29-33/+21
|\ \ | |/ |/|
| * drivers: USB: OHCI: allow compilation for 64-bit targetsAndre Przywara2016-10-29-15/+19
| * usb: xhci-mvebu: use xhci_deregister() for .remove callbackMasahiro Yamada2016-10-27-6/+1
| * usb: ehci-vf: use ehci_deregister() for .remove callbackMasahiro Yamada2016-10-27-12/+1
* | usb: ehci-atmel: Remove unnecessary clock callingWenyou Yang2016-10-28-15/+0
|/
* Remove some merge markersSimon Glass2016-10-23-3/+3
* net: smsc95xx: fix DM MAC address readingStephen Warren2016-10-13-0/+16
* usb: pci: Fix cast for 64-bit compilationSimon Glass2016-10-11-2/+2
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-09-30-54/+277
|\
| * drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controllerSriram Dash2016-09-27-0/+39
| * usb: fsl: Renaming fdt_fixup_erratum and fdt_fixup_usb_erratumSriram Dash2016-09-27-22/+23
| * usb: fsl: Rename fdt_fixup_dr_usbSriram Dash2016-09-27-1/+1
| * usb: host: ehci-vf: Migrate Vybrid USB to driver modelSanchayan Maity2016-09-27-7/+201
| * drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers...Sriram Dash2016-09-27-0/+10
| * net: asix: Fix ASIX 88772B with driver modelAlban Bedel2016-09-27-24/+3
* | mpc85xx: powerpc: usb: Update the list of Socs afftected by erratum A006261Sriram Dash2016-09-28-9/+4
* | Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini2016-09-27-2/+11
|\ \
| * | ARM: tegra: fix USB ULPI PHY reset signal inversion confusionStephen Warren2016-09-27-2/+11
| |/
* | Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-09-27-7/+159
|\ \
| * | usb: xhci-mvebu: Add Armada 8K to compatiblity listStefan Roese2016-09-27-0/+1
| * | usb: ehci: ehci-marvell.c: Add Armada 3700 support (ARMv8)Stefan Roese2016-09-27-7/+52
| * | usb: xhci: Add Marvell MVEBU xHCI supportStefan Roese2016-09-27-0/+106
| |/
* | usb:gadget: Disallow DFU in SPL for nowTom Rini2016-09-27-0/+2
|/
* usb: ehci-generic: support reset control for generic EHCIMasahiro Yamada2016-09-23-0/+13
* Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada2016-09-23-2/+0
* treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-11/+11
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-17/+17
* usb: squash lines for immediate returnMasahiro Yamada2016-09-23-6/+1
* usb: replace ehci_*_remove() with usb_deregister()Masahiro Yamada2016-09-23-90/+8
* usb: host: add Kconfig for USB_XHCI_ROCKCHIPKever Yang2016-09-22-0/+7
* usb: xhci-rockchip: add rockchip dwc3 controller driverMengDongyang2016-09-22-0/+212
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2016-09-18-93/+0
|\
| * usb: uniphier: remove UniPhier xHCI driver and select DM_USBMasahiro Yamada2016-09-14-93/+0
* | sunxi: musb: Re-init musb controller on repeated probe callsHans de Goede2016-09-18-9/+11
* | sunxi: musb: Power off OTG port VBUS when disabledChen-Yu Tsai2016-09-17-16/+12
|/
* net: asix: Fix AX88772B when used with DriverModelJoshua Scott2016-09-09-0/+5
* fastboot: implement KconfigSteve Rae2016-08-20-0/+5
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2016-08-15-0/+123
|\
| * dm: atmel: Add driver model support for the ehci driverWenyou Yang2016-08-15-0/+123
* | net: smsc95xx: Use correct get_unaligned functionsChris Packham2016-08-15-2/+2
|/
* eth: asix88179: Add support for the driver modelAlban Bedel2016-08-09-0/+184
* eth: asix88179: Prepare supporting the driver modelAlban Bedel2016-08-09-28/+47
* eth: asix88179: Fix receiving on big endian systemAlban Bedel2016-08-07-1/+1
* eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet AdapterAlban Bedel2016-08-07-0/+2
* usb: xhci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat2016-08-07-1/+82