summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
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: ehci-tegra: Build warning fixes for 64-bitThierry Reding
2015-04-14ehci-hcd: fix warnings on 64-bit buildsRob Herring
2015-03-15ARM: UniPhier: adjust device trees for business transferMasahiro Yamada
2015-03-02Merge git://git.denx.de/u-boot-usbTom Rini
2015-02-28usb: UniPhier: add UniPhier on-chip xHCI host driver supportMasahiro Yamada
2015-02-28ARM: UniPhier: move uniphier_ehci_reset() functionMasahiro Yamada
2015-02-28ARM: UniPhier: remove EHCI platform devicesMasahiro Yamada
2015-02-28ARM: UniPhier: include <mach/*.h> instead of <asm/arch/*.h>Masahiro Yamada
2015-02-24exynos: usb: make dwc3_set_mode to staticJoonyoung Shim
2015-02-06usb: pci: Add XHCI driver for PCISimon Glass
2015-02-06usb: pci: Use pci_find_class() to find the deviceSimon Glass
2015-01-30dm: usb: Remove use of fdtdec GPIO supportSimon Glass
2015-01-18usb: Add an interval parameter to create_int_queueHans de Goede
2015-01-14sunxi: Move usb-controller init code out of ehci-sunxi.c for reuse for otgHans de Goede
2014-12-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-12-11drivers: usb: fsl: Check USB Erratum A007792 applicabilityNikhil Badola
2014-12-11drivers: usb: fsl: Add USB device-tree errata frameworkNikhil Badola
2014-12-11drivers: usb: Make usb device-tree fixup code architecture independentNikhil Badola
2014-11-27usb: UniPhier: support OF configurationMasahiro Yamada
2014-11-26Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini
2014-11-26Merge branch 'master' of http://git.denx.de/u-boot-samsungTom Rini
2014-11-24drivers : usb: fsl: Implement usb Erratum A007798 workaroundNikhil Badola
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-21drivers: usb: fsl: Move USB Errata checking codeNikhil Badola
2014-11-20include: move various macros to include/linux/kernel.hMasahiro Yamada
2014-11-20ARM: remove CONFIG_ARM920T definesMasahiro Yamada
2014-11-19usb: ehci: do not set the LSB of Current qTD pointerMasahiro Yamada
2014-11-17arm: odroid: usb: add support for usb host including ethernetSuriyan Ramasami
2014-11-14usb:ehci-mx6 add phy mode query functionPeng Fan
2014-11-13Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2014-11-13sun6i: ehci: Add sun6i ehci supportHans de Goede
2014-11-13sunxi: ehci: Add proper Kconfig options to select the usb Vbus gpio-sHans de Goede
2014-11-11Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2014-11-11usb: UniPhier: add UniPhier on-chip EHCI host driver supportMasahiro Yamada
2014-11-11usb: add basic USB configs in KconfigMasahiro Yamada
2014-11-07usb: rmobile: Use ARRAY_SIZE(usb_base_address) instead of CONFIG_USB_MAX_CONT...Nobuhiro Iwamatsu