summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
2018-04-26usb: host: dwc3: fix phys initNeil Armstrong1-10/+13
2018-04-21usb: dwc3-of-simple: fix error check of clk_get_bulk when disabledNeil Armstrong1-1/+1
2018-04-21usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.Jean-Jacques Hiblot2-0/+2
2018-04-21usb: dwc3-of-simple: Fix dependenciesJean-Jacques Hiblot1-1/+1
2018-04-11usb: host: dwc3: Add support for multiple PHYsNeil Armstrong1-47/+66
2018-04-11usb: host: Add simple of glue driver for DWC3 USB Controllers integrationNeil Armstrong3-0/+117
2018-03-17usb: dwc2: Replace printf, pr_err by dev_info, dev_errPatrice Chotard1-9/+11
2018-03-17usb: dwc2: increase timeout in wait_for_chhltdChristophe Kerello1-1/+1
2018-03-17usb: dwc2: disable external vbus supply when the device is removedChristophe Kerello1-3/+35
2018-03-17usb: ohci-generic: replace pr_err() by dev_err()Patrice Chotard1-7/+6
2018-03-17usb: ohci-generic: factorize PHY operationPatrice Chotard1-40/+59
2018-03-17usb: ohci-generic: handle phy power on/offPatrice Chotard1-0/+17
2018-03-17usb: ehci-generic: replace pr_err() by dev_err()Patrice Chotard1-7/+9
2018-03-17usb: ehci-generic: factorize PHY operationPatrice Chotard1-40/+59
2018-03-17usb: ehci-generic: handle phy power on/offPatrice Chotard1-0/+17
2018-03-17usb: Remove unused ppc4xx EHCI host driverStefan Roese2-36/+0
2018-03-17ubs: xhci-dwc3: Enable USB3 PHY when availableVignesh R1-0/+11
2018-03-17usb: xhci-dwc3: Refractor PHY operations into separate functionVignesh R1-27/+48
2018-03-17usb: xhci-dwc3: Power on USB PHY before usingVignesh R1-0/+12
2018-03-17usb: dwc2: Allow selection of data buffer sizeAlexey Brodkin2-1/+13
2018-03-06Merge git://git.denx.de/u-boot-shTom Rini1-0/+1
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada6-6/+6
2018-03-05usb: xhci-rcar: Add R8A77965 M3N entriesMarek Vasut1-0/+1
2018-02-15usb: host: xhci-omap: Remove redundant board_usb_init and board_usb_cleanup f...Faiz Abbas1-22/+0
2018-02-15usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTHAlexey Brodkin2-1/+3
2018-01-28usb: host: Drop unused hcd_name from r8a66597-hcd.cTom Rini1-1/+0
2018-01-28usb: Remove isp116x-hcd supportTom Rini3-1800/+0
2018-01-27Merge git://git.denx.de/u-boot-usbTom Rini2-2/+2
2018-01-26Merge git://git.denx.de/u-boot-spiTom Rini5-29/+27
2018-01-25usb: ehci: mxs: fix swapped argument in ehci_writel()Daniel Schwierzeck1-1/+1
2018-01-25usb: xhci: Fix bool initialization in xhci_bulk_txGustavo A. R. Silva1-1/+1
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas5-29/+27
2018-01-09arm64: layerscape: Move CONFIG_HAS_FSL_DR_USB to KconfigRan Wang1-0/+6
2018-01-09usb: ehci: fsl: Fix some compile warnings.Ran Wang1-4/+4
2017-12-09usb: r8a66597: convert wait loop to readw_poll_timeoutChris Brandt1-8/+5
2017-11-28usb: r8a66597: Add support for RZ/A seriesChris Brandt2-2/+66
2017-11-26usb: ehci: do not invalidate a NULL bufferDirk Behme1-2/+3
2017-11-26dm: usb: ehci: avoid possible NULL dereferenceHeinrich Schuchardt1-4/+6
2017-11-26usb: xhci: Add Renesas R-Car xHCI driverMarek Vasut4-0/+811
2017-11-26usb: ehci: Fix accessors for big-endian platforms and descriptorsAlexey Brodkin1-4/+4
2017-11-16mvebu: usb: xhci: a38x supportJon Nettleton1-2/+3
2017-11-06sti: fix STMicroelectronics copyrightPatrice Chotard1-2/+2
2017-10-27usb: host: Move CONFIG_XHCI_FSL to KconfigRan Wang1-0/+6
2017-10-11Merge branch 'rmobile' of git://git.denx.de/u-boot-shTom Rini3-115/+0
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada6-42/+42
2017-10-04usb: Drop the EHCI RCar Gen3Marek Vasut3-115/+0
2017-10-01usb: xhci: Set 'Average TRB Length' to 8 for control endpointsBin Meng2-0/+12
2017-10-01usb: xhci: Set 'Error Count' to 0 for isoch endpointsBin Meng1-1/+5
2017-10-01usb: xhci: Program max burst size for endpointBin Meng1-1/+20
2017-10-01usb: xhci: Honor endpoint's intervalBin Meng2-2/+198