summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeLines
...
* usb: s3c-otg: Split private bits from s3c_udc.hMarek Vasut2015-12-17-1/+105
* usb: s3c-otg: Rename struct s3c_usbotg_reg to dwc2_usbotg_regMarek Vasut2015-12-17-3/+3
* usb: s3c-otg: Rename struct s3c_udc to dwc2_udcMarek Vasut2015-12-17-46/+46
* usb: s3c-otg: Rename regs-otg.h to s3c_udc_otg_regs.hMarek Vasut2015-12-17-2/+2
* usb: xhci: zynqmp: Removing unused function usb_phy_resetMarek Vasut2015-12-07-17/+0
* usb: xhci: fsl: Removing unused function usb_phy_resetRajesh Bhagat2015-12-07-17/+0
* usb: xhci: dwc3: Adding reset delay requirement as per dwc3 databookRajesh Bhagat2015-12-07-0/+2
* usb: add support for generic EHCI devicesAlexey Brodkin2015-12-07-0/+59
* sunxi: usb: Rename the sunxi usb driver DM entryMarek Vasut2015-12-07-1/+1
* usb: zynqmp: Fix build warningsMarek Vasut2015-12-07-1/+1
* usb: dwc3: fix build warningsFelipe Balbi2015-12-07-2/+2
* usb: host: xhci-omap: fix build breakFelipe Balbi2015-12-07-1/+1
* usb: zynqmp: Add XHCI driver supportSiva Durga Prasad Paladugu2015-12-07-0/+144
* sunxi: musb: Implement dfu_usb_get_reset()Siarhei Siamashka2015-11-22-0/+12
* usb: sandbox: Add a USB emulation driverSimon Glass2015-11-19-0/+242
* usb: sandbox: Add support for interrupt operationsSimon Glass2015-11-19-0/+31
* dm: usb: Remove inactive children after a bus scanSimon Glass2015-11-19-0/+23
* dm: usb: Deprecate usb_get_dev_index()Simon Glass2015-11-19-0/+9
* Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"Simon Glass2015-11-19-3/+0
* Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"Simon Glass2015-11-19-9/+10
* sandbox: usb: Allow finding a USB emulator for a deviceSimon Glass2015-11-19-2/+15
* sandbox: usb: Allow up to 4 emulated devices on a hubSimon Glass2015-11-19-1/+1
* sandbox: usb: Allow dynamic emulated USB device descriptorsSimon Glass2015-11-19-20/+28
* Move console definitions into a new console.h fileSimon Glass2015-11-19-0/+5
* driver: usb: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha2015-11-12-4/+5
* fastboot: Implement NAND backendMaxime Ripard2015-11-12-0/+11
* fastboot: Implement flashing session counterMaxime Ripard2015-11-12-1/+13
* fastboot: Move fastboot response functions to fastboot coreMaxime Ripard2015-11-12-8/+19
* Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-10-0/+9
* usb: udc: Fix warnings on 64-bit buildsMichal Simek2015-11-03-1/+1
* usb: lthor: Specify correct parameter for sizeof typeMichal Simek2015-11-03-1/+1
* usb: dwc3: Fix warnings on 64-bit buildsMichal Simek2015-11-03-15/+16
* ohci: Add missing cache-flush for hcca areaHans de Goede2015-11-03-0/+1
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2015-10-29-19/+4
|\
| * smsc95xx: Use zero length packets when RX fifo is emptyStefan Brüns2015-10-29-16/+0
| * smsc95xx: Fetch whole burst with 1 URB, avoid framing errorsStefan Brüns2015-10-28-3/+4
* | Merge git://git.denx.de/u-boot-dmTom Rini2015-10-27-17/+17
|\ \
| * | dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-23-17/+17
| |/
* | linux, compat: add missing definitions for ubiHeiko Schocher2015-10-26-5/+0
|/
* Merge git://git.denx.de/u-boot-marvellTom Rini2015-10-20-16/+77
|\
| * usb: ehci-marvell.c: Add DM supportStefan Roese2015-10-21-16/+77
* | fastboot: Implement OEM format only when we have MMC supportMaxime Ripard2015-10-20-1/+1
|/
* arm: Remove unused ST-Ericsson u8500 archStefan Roese2015-09-15-1/+1
* usb: ci_udc: fix emissions of ZLPsStephen Warren2015-09-12-10/+8
* usb: gadget: ci_udc: implement usb_ep_ops dequeue callbackPeng Fan2015-09-12-0/+26
* usb: gadget: don't leak configs when unbindingStephen Warren2015-09-11-2/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-11-0/+10
* usb: gadget: at91_udc: add at91_udc into U-BootHeiko Schocher2015-09-11-517/+103
* usb: gadget: at91_udc: port linux driver at91_udcHeiko Schocher2015-09-11-0/+2211
* usb: ehci: remember init modeStephen Warren2015-09-07-1/+7