summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-04-14usb: dwc3: linux-compat: Add header for dwc3 linux compatibiltiyKishon Vijay Abraham I1-0/+30
2015-04-14usb: dwc3: remove pm related operations from dwc3 driverKishon Vijay Abraham I4-223/+5
2015-04-14usb: dwc3: fix dwc3 header filesKishon Vijay Abraham I2-14/+3
2015-04-14usb: dwc3: remove trace_* APIs from dwc3 driverKishon Vijay Abraham I4-80/+29
2015-04-14usb: dwc3: Modify the file headers to u-boot formatKishon Vijay Abraham I7-58/+45
2015-04-14usb: dwc3: remove un-used files from dwc3 folderKishon Vijay Abraham I13-2741/+0
2015-04-14usb: dwc3: add dwc3 folder from linux kernel to u-bootKishon Vijay Abraham I21-0/+9679
2015-04-14usb: gadget: udc: make udc-core compile in u-boot buildKishon Vijay Abraham I1-309/+26
2015-04-14usb: gadget: udc: add udc-core from linux kernel to u-bootKishon Vijay Abraham I2-0/+641
2015-04-14usb: dwc2: retry NAK'd interrupt transfersStephen Warren1-6/+19
2015-04-14usb: dwc2: implement interrupt transfersStephen Warren1-3/+2
2015-04-14usb: dwc2: correctly program hcchar for LS devicesStephen Warren1-9/+12
2015-04-14usb: dwc2: detect device speed correctlyStephen Warren2-1/+8
2015-04-14usb: dwc2: use phys_to_bus/bus_to_physStephen Warren1-1/+3
2015-04-14usb: dwc2: fix bulk transfersStephen Warren1-9/+13
2015-04-14usb: dwc2: remove restriction on buffer lengthStephen Warren1-9/+3
2015-04-14usb: dwc2: fix aligned buffer usageStephen Warren1-6/+8
2015-04-14usb: dwc2: simplify wait_for_chhltdStephen Warren1-4/+2
2015-04-14usb: dwc2: remove control_data_toggle[]Stephen Warren1-8/+4
2015-04-14usb: dwc2: usb chunk_msg() for control transfers tooStephen Warren1-95/+19
2015-04-14usb: dwc2: refactor submit_bulk_msg to be commonStephen Warren1-16/+39
2015-04-14usb: dwc2: unify waiting for transfer completionStephen Warren1-107/+60
2015-04-14usb: 64-bit architectures support for xHCISergey Temerkhanov4-32/+41
2015-04-14usb: mass-storage: Build warning fixes for 64-bitThierry Reding1-1/+1
2015-04-14usb: ehci-tegra: Build warning fixes for 64-bitThierry Reding1-4/+4
2015-04-14ehci-hcd: fix warnings on 64-bit buildsRob Herring1-41/+41
2015-04-14usb: ci_udc: fix warnings on 64-bit buildsRob Herring1-21/+21
2015-04-14usb: eth: asix: Build warning fixes for 64-bitThierry Reding1-1/+1
2015-03-29sunxi: musb: Fix some lo speed devices not working with musb hostHans de Goede1-0/+14
2015-03-25net: Add ethernet FCS length macro in net.hBin Meng2-2/+0
2015-03-21sunxi: musb: Return early on VBUS GPIO error instead of on a positive valuePaul Kocialkowski1-1/+1
2015-03-15ARM: UniPhier: adjust device trees for business transferMasahiro Yamada2-4/+6
2015-03-10sunxi: musb: Support checking VBUS using AXP221 PMICChen-Yu Tsai1-14/+38
2015-03-02Merge git://git.denx.de/u-boot-usbTom Rini3-6/+95
2015-02-28usb: UniPhier: add UniPhier on-chip xHCI host driver supportMasahiro Yamada3-0/+94
2015-02-28ARM: UniPhier: move uniphier_ehci_reset() functionMasahiro Yamada1-1/+14
2015-02-28ARM: UniPhier: remove EHCI platform devicesMasahiro Yamada2-14/+2
2015-02-28ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>Masahiro Yamada1-1/+1
2015-02-25usb: gadget: fastboot: Set the Serial Number for Fastboot GadgetDileep Katta1-0/+5
2015-02-25fastboot: OUT transaction length must be aligned to wMaxPacketSizeDileep Katta1-5/+22
2015-02-25usb: gadget: fastboot: Add fastboot eraseDileep Katta1-0/+25
2015-02-25fastboot: add support for "oem format" commandRob Herring1-0/+11
2015-02-25fastboot: add "fastboot oem" command supportMichael Scott1-0/+15
2015-02-24usb: musb-new: omap2430: Reset the MUSB controller earlyPaul Kocialkowski1-0/+16
2015-02-24exynos: usb: make dwc3_set_mode to staticJoonyoung Shim1-1/+1
2015-02-21sunxi: musb: Check Vbus-det before enabling otg port powerHans de Goede1-0/+29
2015-02-16sunxi: otg: Fix peripheral modeHans de Goede1-12/+1
2015-02-06usb: pci: Add XHCI driver for PCISimon Glass2-0/+61
2015-02-06usb: pci: Use pci_find_class() to find the deviceSimon Glass1-52/+1
2015-01-30dm: usb: Remove use of fdtdec GPIO supportSimon Glass3-30/+28