summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-08-06net: smsc95xx: Correct the error numbersSimon Glass1-22/+26
2015-08-06net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZESimon Glass1-5/+5
2015-08-06net: smsc95xx: Sort the include filesSimon Glass1-2/+3
2015-08-06dm: usb: Add driver-model support to dwc2Simon Glass1-0/+97
2015-08-06dm: usb: Prepare dwc2 driver for driver-model conversionSimon Glass1-54/+104
2015-08-06dm: usb: Add an errno.h header to usb_ether.cSimon Glass1-0/+1
2015-08-06Tegra: clocks: Add 38.4MHz OSC support for T210 useTom Warren1-5/+13
2015-08-05net: asix: fix operation without eepromMarcel Ziswiler1-6/+34
2015-08-05usb: USB storage-specific part ifdef in uclassPaul Kocialkowski1-0/+2
2015-08-05musb: sunxi: Force EP0 on re-enableMaxime Ripard1-0/+3
2015-08-05sunxi: usb: USB_MUSB_SUNXI move to musb-new KconfigPaul Kocialkowski1-0/+14
2015-08-05usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGETPaul Kocialkowski2-0/+16
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski12-35/+35
2015-08-05usb: Generic USB Kconfig option, that fits both host and gadget and commentsPaul Kocialkowski1-7/+8
2015-08-05usb: USB_ARCH_HAS_HCD Kconfig option removalPaul Kocialkowski1-3/+0
2015-08-05usb: dwc2: Call board_usb_init() from usb_lowlevel_init()Peter Griffin1-0/+4
2015-08-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2-0/+36
2015-08-02usb: kconfig: create a menu for usbNikita Kiryanov1-0/+2
2015-08-02usb: kconfig: usb keyboard kconfigNikita Kiryanov1-0/+27
2015-08-02arm: mx6: usb: kconfig: add USB_EHCI_MX6 kconfig optionNikita Kiryanov1-0/+7
2015-07-28ARM: Tegra210: Add support to common Tegra source/config filesTom Warren1-1/+30
2015-07-25Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-20/+97
2015-07-25sunxi: musb: Stop treating not having a vbus-det gpio as an errorHans de Goede1-1/+1
2015-07-25sunxi: musb: Improve output during probingHans de Goede1-5/+6
2015-07-25sunxi: musb: Use device-model for musb host modeHans de Goede1-0/+57
2015-07-25sunxi: musb: Move musb config and platdata to the sunxi-musb glueHans de Goede1-10/+25
2015-07-25sunxi: musb: Add id pin supportHans de Goede1-0/+5
2015-07-25sunxi: musb: Move vbus check to sunxi_musb_enableHans de Goede1-10/+9
2015-07-24Merge git://git.denx.de/u-boot-usbTom Rini14-285/+345
2015-07-24usb: ci_udc: fix request allocation when endpoints are disabledRob Herring1-4/+8
2015-07-23ci_udc: fix 64-bit compile warningsStephen Warren1-9/+10
2015-07-22linux_compat: remove cpu_relax() defineMasahiro Yamada1-0/+1
2015-07-22usb: ehci-marvell: Drop wrl accessor functionStefan Roese1-14/+12
2015-07-22usb: CONFIG_USB_FASTBOOT prefix replacement for consistencyPaul Kocialkowski1-4/+4
2015-07-22implement Fastboot via USB OTG on bcm28155_ap boardsJiandong Zheng1-0/+1
2015-07-22usb: gadget: bcm_udc_otg filesJiandong Zheng2-0/+73
2015-07-22usb: gadget: fastboot: Dequeue the previous IN request for the current requestPaul Kocialkowski1-0/+3
2015-07-22usb: gadget: fastboot: Request status and length check in rx handlerPaul Kocialkowski1-5/+6
2015-07-22usb: gadget: Weak board_usb_init/cleanup definitions in USB download gadget codePaul Kocialkowski1-0/+13
2015-07-22usb: Fastboot function config for better consistency with other functionsPaul Kocialkowski1-1/+1
2015-07-22usb: USB download gadget and functions config options coherent namingPaul Kocialkowski1-4/+4
2015-07-22drivers: usb: fsl: Remove LS102XA immap inclusionNikhil Badola1-1/+0
2015-07-22drivers: usb: fsl: Implement Erratum A-009116 for XHCI controllerNikhil Badola2-0/+9
2015-07-22drivers: usb: fsl: Remove warnings for 64-bit architecturesNikhil Badola1-4/+4
2015-07-22usb: fsl: Add XHCI driver supportRamneek Mehresh2-0/+110
2015-07-22usb: xhci: keystone: Remove common dwc3 drv functions callsRamneek Mehresh1-88/+0
2015-07-22usb: xhci: omap: Remove common dwc3 drv functions callsRamneek Mehresh2-78/+0
2015-07-22usb: xhci: exynos: Remove common dwc3 drv functions callsRamneek Mehresh1-78/+0
2015-07-22usb: dwc3: Add DWC3 controller driver supportRamneek Mehresh2-0/+92
2015-07-22dm: usb: eth: Add driver-model support to the asix driverSimon Glass1-21/+216