summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2015-09-11usb: gadget: don't leak configs when unbindingStephen Warren
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-09-11usb: gadget: at91_udc: add at91_udc into U-BootHeiko Schocher
2015-09-11usb: gadget: at91_udc: port linux driver at91_udcHeiko Schocher
2015-09-07usb: ehci: remember init modeStephen Warren
2015-09-07usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZESiva Durga Prasad Paladugu
2015-09-07f_thor: Dont perform reset at the end of thorSiva Durga Prasad Paladugu
2015-08-31Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass
2015-08-31sunxi: musb: Drop no longer accurate comment in Kconfig help textHans de Goede
2015-08-28TI PHY: Add support to control 2nd USB PHY in DRA7xx/AM57xxKishon Vijay Abraham I
2015-08-28usb: dwc3: dwc3-omap: Use the clear register inorder to clear the interruptsKishon Vijay Abraham I
2015-08-24usb: pxa27x_udc: clean-up include file orderMarcel Ziswiler
2015-08-19usb: dwc2: Rename to dwc2_usbMarek Vasut
2015-08-19usb: dwc2: Add original Synopsys compat stringMarek Vasut
2015-08-19usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I
2015-08-19usb: host: xhci-omap: invoke board_usb_cleanup in xhci_hcd_stopKishon Vijay Abraham I
2015-08-19usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I
2015-08-19usb: xhci: Fix a potential NULL pointer dereferenceSergey Temerkhanov
2015-08-19usb: spear: Add support for both SPEAr600 EHCI controllersStefan Roese
2015-08-19imx: usb: ehci-mx6: wait_for_bit to check reg statusAdrian Alonso
2015-08-19imx: usb: ehci-mx6: add usb support for imx7d socAdrian Alonso
2015-08-19imx: usb: ehci-mx6: document board specific functionsAdrian Alonso
2015-08-19imx: usb: ehci-mx6: reg accessor cleanupsAdrian Alonso
2015-08-18usb: lpc32xx: add host USB driverSylvain Lemieux
2015-08-17arm: mvebu: add multiple usb-hostcontroller support for AXPAnton Schubert
2015-08-17arm: mvebu: Enable USB EHCI support on Armada XPStefan Roese
2015-08-12usb: ohci: enable cache supportWu, Josh
2015-08-12dwc2: Add dcache supportAlexander Stein
2015-08-08sunxi: usb-phy: Never power off the usb portsHans de Goede
2015-08-06Merge git://git.denx.de/u-boot-dmTom Rini
2015-08-06net: smsc95xx: Add driver-model supportSimon Glass
2015-08-06net: smsc95xx: Prepare for conversion to driver modelSimon Glass
2015-08-06net: smsc95xx: Correct the error numbersSimon Glass
2015-08-06net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZESimon Glass
2015-08-06net: smsc95xx: Sort the include filesSimon Glass
2015-08-06dm: usb: Add driver-model support to dwc2Simon Glass
2015-08-06dm: usb: Prepare dwc2 driver for driver-model conversionSimon Glass
2015-08-06dm: usb: Add an errno.h header to usb_ether.cSimon Glass
2015-08-05Tegra: clocks: Add 38.4MHz OSC support for T210 useTom Warren
2015-08-05net: asix: fix operation without eepromMarcel Ziswiler
2015-08-05usb: USB storage-specific part ifdef in uclassPaul Kocialkowski
2015-08-05musb: sunxi: Force EP0 on re-enableMaxime Ripard
2015-08-05sunxi: usb: USB_MUSB_SUNXI move to musb-new KconfigPaul Kocialkowski
2015-08-05usb: musb-new: Kconfig support for USB_MUSB_HOST and USB_MUSB_GADGETPaul Kocialkowski
2015-08-05usb: musb-new: CONFIG_MUSB prefix replacement with CONFIG_USB_MUSBPaul Kocialkowski
2015-08-05usb: Generic USB Kconfig option, that fits both host and gadget and commentsPaul Kocialkowski
2015-08-05usb: USB_ARCH_HAS_HCD Kconfig option removalPaul Kocialkowski
2015-08-05usb: dwc2: Call board_usb_init() from usb_lowlevel_init()Peter Griffin
2015-08-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini