aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)AuthorFilesLines
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-10Merge 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
2017-10-01usb: xhci: Fix max packet size for full speed device endpoint 0Bin Meng1-5/+3
2017-10-01usb: xhci: Add interrupt transfer supportBin Meng1-3/+10
2017-10-01usb: xhci: Don't assume LS/FS devices are always behind a HS hubBin Meng1-4/+14
2017-10-01dm: usb: emul: Drop usb_emul_reset()Bin Meng1-11/+0
2017-10-01dm: usb: Remove no longer needed blk_unbind_all()Bin Meng1-5/+1
2017-10-01dm: usb: Fix broken usb_stop()Bin Meng1-0/+28
2017-10-01usb: sandbox: Fix emulator device select logic in usb_emul_find_devnum()Bin Meng1-3/+3
2017-10-01usb: sandbox: Initialize root hub's device speed to high speedBin Meng1-0/+24
2017-09-27usb: host: ehci-generic: convert to livetreePhilipp Tomsich1-1/+1
2017-09-27usb: dwc2: convert to livetreePhilipp Tomsich1-1/+1
2017-09-27rockchip: xhci: Convert to livetreePhilipp Tomsich1-3/+1
2017-09-27dm: usb: ehci: Implement get_max_xfer_size() operationBin Meng1-0/+12
2017-09-27dm: usb: xhci: Implement get_max_xfer_size() operationBin Meng1-0/+15
2017-09-27dm: usb: Add a new USB controller operation 'get_max_xfer_size'Bin Meng1-0/+11
2017-09-27usb: xhci: Set number of event segments and entries to 1Marek Vasut1-2/+2
2017-09-22usb: dwc3: Add dwc3 glue driver support for STiPatrice Chotard3-0/+267
2017-08-21usb: ehci: Convert CONFIG_USB_EHCI_PCI to KconfigBin Meng1-0/+6
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-07-29Merge git://git.denx.de/u-boot-usbTom Rini12-170/+614
2017-07-28usb: host: xhci-dxc3: fix compilation warningsPatrice Chotard1-2/+2
2017-07-28usb: host: ohci-generic: initialize PHY only when foundPatrice Chotard1-5/+6
2017-07-28usb: host: ehci-generic: initialize PHY only when foundPatrice Chotard1-5/+6
2017-07-28dm: usb: host: xhci-dwc3: add missing #ifdef CONFIG_DM_USBPatrice Chotard1-0/+2