summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2017-07-29usb: xhci: Convert CONFIG_USB_XHCI_PCI to KconfigBin Meng1-0/+6
2017-07-29usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTSBin Meng2-7/+10
2017-07-29usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng2-6/+6
2017-07-29usb: xhci: Change MAX_HC_PORTS to 255Bin Meng1-3/+3
2017-07-29usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng2-4/+4
2017-07-29usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng1-0/+1
2017-07-29usb: xhci: Add input slot context in xhci_set_configuration()Bin Meng1-2/+2
2017-07-29usb: xhci: Initialize scratchpad buffer array and scratchpad buffersBin Meng2-2/+95
2017-07-29usb: xhci: Correct command TRB 4th dword initializationBin Meng1-2/+9
2017-07-29usb: xhci: Remove incorrect comments for struct xhci_container_ctxBin Meng1-2/+1
2017-07-29usb: host: ohci-generic: add generic PHY supportPatrice Chotard1-1/+30
2017-07-29usb: host: ohci-generic: add RESET supportPatrice Chotard1-2/+40
2017-07-29usb: host: ohci-generic: add CLOCK supportPatrice Chotard1-2/+53
2017-07-29usb: host: ehci-generic: add generic PHY supportPatrice Chotard1-1/+30
2017-07-29usb: host: ehci-generic: add error path and .remove callbackPatrice Chotard1-23/+95
2017-07-29usb: host: ehci-generic: replace printf() by error()Patrice Chotard1-2/+2
2017-07-29usb: host: xhci-dwc3: Add generic PHY supportPatrice Chotard1-0/+32
2017-07-29usb: host: xhci-dwc3: Add dual role mode support from DTPatrice Chotard1-0/+9
2017-07-29usb: host: xhci-dwc3: Convert driver to DMPatrice Chotard1-0/+46
2017-07-29usb: add static to local symbolsMasahiro Yamada4-13/+13
2017-07-28dm: tegra: usb: Convert to livetreeSimon Glass1-20/+14
2017-07-28dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass1-1/+1
2017-07-12imx: reorganize IMX code as other SOCsStefano Babic2-4/+4
2017-07-11usb: dwc2: use dev_read_bool() instead of fdt_getprop()Meng Dongyang1-10/+6
2017-07-11usb: Kconfig: migrate USB_DWC2 to KconfigPhilipp Tomsich1-0/+10
2017-07-11usb: host: xhci-rockchip: use fixed regulator to control vbusMeng Dongyang1-18/+18
2017-07-11usb: Kconfig: config USB_XHCI_ROCKCHIP depends on DM_REGULATOR and DM_USBMeng Dongyang1-0/+2
2017-07-11rockchip: xhci: dm: convert fdt_get to dev_readPhilipp Tomsich1-9/+4
2017-07-04powerpc: remove 4xx supportHeiko Schocher1-1/+0
2017-06-17drivers/usb/ehci: Use platform-specific accessorsAlexey Brodkin1-6/+4
2017-06-17usb: dwc2: force to host mode if not support HNP/SRPMeng Dongyang1-3/+16
2017-06-16powerpc, 5xxx, 512x: remove support for mpc5xxx and mpc512xHeiko Schocher4-156/+0
2017-06-07rockchip: usb: host: xhci-rockchip: add support for rk3328Meng Dongyang1-9/+22
2017-06-06Merge git://git.denx.de/u-boot-usbTom Rini1-0/+1
2017-06-05arm: Add explicit include of <asm/mach-types.h>Simon Glass1-0/+1
2017-06-05samsung: Drop more references fo s3c24x0Simon Glass1-1/+0
2017-06-05samsung: usb: Drop ohci-s3c24xx driverSimon Glass3-2098/+0
2017-06-05ehci-pci: Prepare for usage of readl()/writel() accessorsAlexey Brodkin1-0/+1
2017-06-01dm: usb: Convert uclass to livetreeSimon Glass1-5/+3
2017-06-01dm: gpio: Add live tree supportSimon Glass2-5/+7
2017-06-01dm: core: Rename of_device_is_compatible()Simon Glass2-2/+2
2017-06-01dm: Rename dev_addr..() functionsSimon Glass18-20/+20
2017-05-26Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini1-1/+2
2017-05-23armv8: ls2080ardb: Add LS2081ARDB board supportPriyanka Jain1-1/+2
2017-05-22usb: ehci: Add Renesas RCar M3/H3 EHCI supportHiroyuki Yokoyama3-0/+115
2017-05-18usb: lpc32xx: add i2c DM supportLiam Beguin1-18/+46
2017-05-15Kconfig: OMAP: USB: Migrate CONFIG_USB_EHCI_OMAP to KconfigTom Rini1-0/+8
2017-05-15Kconfig: USB: Migrate existing USB_EHCI_xxx optionsTom Rini1-2/+2
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI_HCD users to KconfigTom Rini1-0/+1
2017-05-15Kconfig: USB: Migrate CONFIG_USB_EHCI to CONFIG_USB_EHCI_HCDTom Rini2-7/+1