summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2015-11-20Move console definitions into a new console.h fileSimon Glass
2015-11-12driver: usb: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha
2015-11-12fastboot: Implement NAND backendMaxime Ripard
2015-11-12fastboot: Implement flashing session counterMaxime Ripard
2015-11-12fastboot: Move fastboot response functions to fastboot coreMaxime Ripard
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-11-03usb: udc: Fix warnings on 64-bit buildsMichal Simek
2015-11-03usb: lthor: Specify correct parameter for sizeof typeMichal Simek
2015-11-03usb: dwc3: Fix warnings on 64-bit buildsMichal Simek
2015-11-03ohci: Add missing cache-flush for hcca areaHans de Goede
2015-10-29Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini
2015-10-29smsc95xx: Use zero length packets when RX fifo is emptyStefan Brüns
2015-10-28smsc95xx: Fetch whole burst with 1 URB, avoid framing errorsStefan Brüns
2015-10-27Merge git://git.denx.de/u-boot-dmTom Rini
2015-10-26linux, compat: add missing definitions for ubiHeiko Schocher
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-10-21Merge git://git.denx.de/u-boot-marvellTom Rini
2015-10-21usb: ehci-marvell.c: Add DM supportStefan Roese
2015-10-20fastboot: Implement OEM format only when we have MMC supportMaxime Ripard
2015-09-15arm: Remove unused ST-Ericsson u8500 archStefan Roese
2015-09-12usb: ci_udc: fix emissions of ZLPsStephen Warren
2015-09-12usb: gadget: ci_udc: implement usb_ep_ops dequeue callbackPeng Fan
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-13usb: ohci: enable cache supportWu, Josh