aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini5-54/+277
2016-09-28mpc85xx: powerpc: usb: Update the list of Socs afftected by erratum A006261Sriram Dash1-9/+4
2016-09-27drivers: usb: xhci-fsl: Implement Erratum A-010151 for FSL USB3 controllerSriram Dash2-0/+39
2016-09-27usb: fsl: Renaming fdt_fixup_erratum and fdt_fixup_usb_erratumSriram Dash1-22/+23
2016-09-27usb: fsl: Rename fdt_fixup_dr_usbSriram Dash1-1/+1
2016-09-27usb: host: ehci-vf: Migrate Vybrid USB to driver modelSanchayan Maity1-7/+201
2016-09-27drivers: usb: xhci-fsl: Change burst beat and outstanding pipelined transfers...Sriram Dash1-0/+10
2016-09-27net: asix: Fix ASIX 88772B with driver modelAlban Bedel1-24/+3
2016-09-27Merge branch 'master' of git://git.denx.de/u-boot-tegraTom Rini1-2/+11
2016-09-27ARM: tegra: fix USB ULPI PHY reset signal inversion confusionStephen Warren1-2/+11
2016-09-27Merge git://www.denx.de/git/u-boot-marvellTom Rini4-7/+159
2016-09-27usb: xhci-mvebu: Add Armada 8K to compatiblity listStefan Roese1-0/+1
2016-09-27usb: ehci: ehci-marvell.c: Add Armada 3700 support (ARMv8)Stefan Roese1-7/+52
2016-09-27usb: xhci: Add Marvell MVEBU xHCI supportStefan Roese3-0/+106
2016-09-27usb:gadget: Disallow DFU in SPL for nowTom Rini1-0/+2
2016-09-23usb: ehci-generic: support reset control for generic EHCIMasahiro Yamada1-0/+13
2016-09-23Move ENOTSUPP defines to include/linux/errno.hMasahiro Yamada1-2/+0
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada11-11/+11
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada17-17/+17
2016-09-23usb: squash lines for immediate returnMasahiro Yamada1-6/+1
2016-09-23usb: replace ehci_*_remove() with usb_deregister()Masahiro Yamada8-90/+8
2016-09-22usb: host: add Kconfig for USB_XHCI_ROCKCHIPKever Yang1-0/+7
2016-09-22usb: xhci-rockchip: add rockchip dwc3 controller driverMengDongyang2-0/+212
2016-09-18Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini3-93/+0
2016-09-18sunxi: musb: Re-init musb controller on repeated probe callsHans de Goede1-9/+11
2016-09-17sunxi: musb: Power off OTG port VBUS when disabledChen-Yu Tsai1-16/+12
2016-09-14usb: uniphier: remove UniPhier xHCI driver and select DM_USBMasahiro Yamada3-93/+0
2016-09-09net: asix: Fix AX88772B when used with DriverModelJoshua Scott1-0/+5
2016-08-20fastboot: implement KconfigSteve Rae1-0/+5
2016-08-15Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2-0/+123
2016-08-15dm: atmel: Add driver model support for the ehci driverWenyou Yang2-0/+123
2016-08-15net: smsc95xx: Use correct get_unaligned functionsChris Packham1-2/+2
2016-08-09eth: asix88179: Add support for the driver modelAlban Bedel1-0/+184
2016-08-09eth: asix88179: Prepare supporting the driver modelAlban Bedel1-28/+47
2016-08-07eth: asix88179: Fix receiving on big endian systemAlban Bedel1-1/+1
2016-08-07eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet AdapterAlban Bedel1-0/+2
2016-08-07usb: xhci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat1-1/+82
2016-08-07usb: ehci: fsl: Add code to use CONFIG_DM_USBRajesh Bhagat1-4/+127
2016-08-07drivers: usb: fsl: Make function for initialization to use in CONFIG_DM_USBRajesh Bhagat1-27/+36
2016-08-07usb: add (move) CONFIG_USB_HOST to KconfigMasahiro Yamada1-0/+7
2016-08-07usb: add CONFIG_USB_UHCI_HCD in KconfigMasahiro Yamada1-0/+17
2016-08-07usb: add CONFIG_USB_OHCI_HCD in KconfigMasahiro Yamada1-10/+25
2016-08-07net: usb: r8152: Add DM supportStefan Roese3-22/+221
2016-08-07dm: ehci-mx6: support driver modelPeng Fan1-14/+130
2016-07-28Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-5/+25
2016-07-27dm: zynq: usb: Convert to CONFIG_DM_USBSimon Glass1-52/+51
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass2-13/+2
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass2-5/+2
2016-07-25usb: dwc2 : invalidate dcache before starting DMAXu Ziyuan1-0/+3
2016-07-25usb: dwc2-otg: adjust fifo size via platform dataXu Ziyuan2-9/+19