summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2015-04-14usb: gadget: udc: add udc-core from linux kernel to u-bootKishon Vijay Abraham I
2015-04-14usb: dwc2: retry NAK'd interrupt transfersStephen Warren
2015-04-14usb: dwc2: implement interrupt transfersStephen Warren
2015-04-14usb: dwc2: correctly program hcchar for LS devicesStephen Warren
2015-04-14usb: dwc2: detect device speed correctlyStephen Warren
2015-04-14usb: dwc2: use phys_to_bus/bus_to_physStephen Warren
2015-04-14usb: dwc2: fix bulk transfersStephen Warren
2015-04-14usb: dwc2: remove restriction on buffer lengthStephen Warren
2015-04-14usb: dwc2: fix aligned buffer usageStephen Warren
2015-04-14usb: dwc2: simplify wait_for_chhltdStephen Warren
2015-04-14usb: dwc2: remove control_data_toggle[]Stephen Warren
2015-04-14usb: dwc2: usb chunk_msg() for control transfers tooStephen Warren
2015-04-14usb: dwc2: refactor submit_bulk_msg to be commonStephen Warren
2015-04-14usb: dwc2: unify waiting for transfer completionStephen Warren
2015-04-14usb: 64-bit architectures support for xHCISergey Temerkhanov
2015-04-14usb: mass-storage: Build warning fixes for 64-bitThierry Reding
2015-04-14usb: ehci-tegra: Build warning fixes for 64-bitThierry Reding
2015-04-14ehci-hcd: fix warnings on 64-bit buildsRob Herring
2015-04-14usb: ci_udc: fix warnings on 64-bit buildsRob Herring
2015-04-14usb: eth: asix: Build warning fixes for 64-bitThierry Reding
2015-03-29sunxi: musb: Fix some lo speed devices not working with musb hostHans de Goede
2015-03-24net: Add ethernet FCS length macro in net.hBin Meng
2015-03-21sunxi: musb: Return early on VBUS GPIO error instead of on a positive valuePaul Kocialkowski
2015-03-15ARM: UniPhier: adjust device trees for business transferMasahiro Yamada
2015-03-10sunxi: musb: Support checking VBUS using AXP221 PMICChen-Yu Tsai
2015-03-02Merge git://git.denx.de/u-boot-usbTom Rini
2015-03-01usb: UniPhier: add UniPhier on-chip xHCI host driver supportMasahiro Yamada
2015-03-01ARM: UniPhier: move uniphier_ehci_reset() functionMasahiro Yamada
2015-03-01ARM: UniPhier: remove EHCI platform devicesMasahiro Yamada
2015-03-01ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>Masahiro Yamada
2015-02-25usb: gadget: fastboot: Set the Serial Number for Fastboot GadgetDileep Katta
2015-02-25fastboot: OUT transaction length must be aligned to wMaxPacketSizeDileep Katta
2015-02-25usb: gadget: fastboot: Add fastboot eraseDileep Katta
2015-02-25fastboot: add support for "oem format" commandRob Herring
2015-02-25fastboot: add "fastboot oem" command supportMichael Scott
2015-02-24usb: musb-new: omap2430: Reset the MUSB controller earlyPaul Kocialkowski
2015-02-24exynos: usb: make dwc3_set_mode to staticJoonyoung Shim
2015-02-21sunxi: musb: Check Vbus-det before enabling otg port powerHans de Goede
2015-02-16sunxi: otg: Fix peripheral modeHans de Goede
2015-02-05usb: pci: Add XHCI driver for PCISimon Glass
2015-02-05usb: pci: Use pci_find_class() to find the deviceSimon Glass
2015-01-29dm: usb: Remove use of fdtdec GPIO supportSimon Glass
2015-01-18usb: eth: asix88179: add ability to modify MAC addressRene Griessl
2015-01-18musb-new: Add interrupt queue supportHans de Goede
2015-01-18musb-new: Add urb and hep parameters to construct_urbHans de Goede
2015-01-18musb-new: Properly remove a transfer from the schedule on timeoutHans de Goede
2015-01-18musb-new: Fix reset sequence when in host modeHans de Goede
2015-01-18musb-new: Fix interrupt transfers not workingHans de Goede
2015-01-18musb-new: Use time based timeouts rather then cpu-cycles based timeoutsHans de Goede
2015-01-18musb-new: Add sunxi musb controller supportHans de Goede