summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-12-07usb: xhci: zynqmp: Removing unused function usb_phy_resetMarek Vasut1-17/+0
2015-12-07usb: xhci: fsl: Removing unused function usb_phy_resetRajesh Bhagat1-17/+0
2015-12-07usb: xhci: dwc3: Adding reset delay requirement as per dwc3 databookRajesh Bhagat1-0/+2
2015-12-07usb: add support for generic EHCI devicesAlexey Brodkin3-0/+59
2015-12-07sunxi: usb: Rename the sunxi usb driver DM entryMarek Vasut1-1/+1
2015-12-07usb: zynqmp: Fix build warningsMarek Vasut1-1/+1
2015-12-07usb: dwc3: fix build warningsFelipe Balbi2-2/+2
2015-12-07usb: host: xhci-omap: fix build breakFelipe Balbi1-1/+1
2015-12-07usb: zynqmp: Add XHCI driver supportSiva Durga Prasad Paladugu2-0/+144
2015-11-22sunxi: musb: Implement dfu_usb_get_reset()Siarhei Siamashka1-0/+12
2015-11-20usb: sandbox: Add a USB emulation driverSimon Glass2-0/+242
2015-11-20usb: sandbox: Add support for interrupt operationsSimon Glass2-0/+31
2015-11-20dm: usb: Remove inactive children after a bus scanSimon Glass1-0/+23
2015-11-20dm: usb: Deprecate usb_get_dev_index()Simon Glass1-0/+9
2015-11-20Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"Simon Glass1-3/+0
2015-11-20Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"Simon Glass1-9/+10
2015-11-20sandbox: usb: Allow finding a USB emulator for a deviceSimon Glass1-2/+15
2015-11-20sandbox: usb: Allow up to 4 emulated devices on a hubSimon Glass1-1/+1
2015-11-20sandbox: usb: Allow dynamic emulated USB device descriptorsSimon Glass1-20/+28
2015-11-20Move console definitions into a new console.h fileSimon Glass5-0/+5
2015-11-12driver: usb: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha1-4/+5
2015-11-12fastboot: Implement NAND backendMaxime Ripard1-0/+11
2015-11-12fastboot: Implement flashing session counterMaxime Ripard1-1/+13
2015-11-12fastboot: Move fastboot response functions to fastboot coreMaxime Ripard1-8/+19
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini3-0/+9
2015-11-03usb: udc: Fix warnings on 64-bit buildsMichal Simek1-1/+1
2015-11-03usb: lthor: Specify correct parameter for sizeof typeMichal Simek1-1/+1
2015-11-03usb: dwc3: Fix warnings on 64-bit buildsMichal Simek4-15/+16
2015-11-03ohci: Add missing cache-flush for hcca areaHans de Goede1-0/+1
2015-10-29Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini1-19/+4
2015-10-29smsc95xx: Use zero length packets when RX fifo is emptyStefan Brüns1-16/+0
2015-10-28smsc95xx: Fetch whole burst with 1 URB, avoid framing errorsStefan Brüns1-3/+4
2015-10-28Merge git://git.denx.de/u-boot-dmTom Rini6-17/+17
2015-10-26linux, compat: add missing definitions for ubiHeiko Schocher1-5/+0
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass6-17/+17
2015-10-21Merge git://git.denx.de/u-boot-marvellTom Rini2-16/+77
2015-10-21usb: ehci-marvell.c: Add DM supportStefan Roese2-16/+77
2015-10-20fastboot: Implement OEM format only when we have MMC supportMaxime Ripard1-1/+1
2015-09-15arm: Remove unused ST-Ericsson u8500 archStefan Roese1-1/+1
2015-09-12usb: ci_udc: fix emissions of ZLPsStephen Warren1-10/+8
2015-09-12usb: gadget: ci_udc: implement usb_ep_ops dequeue callbackPeng Fan1-0/+26
2015-09-12usb: gadget: don't leak configs when unbindingStephen Warren2-2/+1
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass10-0/+10
2015-09-11usb: gadget: at91_udc: add at91_udc into U-BootHeiko Schocher3-517/+103
2015-09-11usb: gadget: at91_udc: port linux driver at91_udcHeiko Schocher2-0/+2211
2015-09-07usb: ehci: remember init modeStephen Warren2-1/+7
2015-09-07usb: gadget: f_thor: Allocate request up to THOR_PACKET_SIZESiva Durga Prasad Paladugu1-1/+1
2015-09-07f_thor: Dont perform reset at the end of thorSiva Durga Prasad Paladugu2-0/+10
2015-08-31Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini1-3/+1
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass2-4/+6