summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-08-102-26/+239
|\
| * usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytesAlberto Panizzo2018-08-081-18/+21
| * usb: rockchip: fix printing csw debug infoAlberto Panizzo2018-08-081-1/+1
| * usb: rockchip: be quiet on serial port while transferring dataAlberto Panizzo2018-08-081-2/+2
| * usb: rockchip: implement K_FW_LBA_ERASE_10 commandAlberto Panizzo2018-08-081-0/+48
| * usb: rockchip: implement K_FW_LBA_READ_10 commandAlberto Panizzo2018-08-081-1/+103
| * usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER commandAlberto Panizzo2018-08-081-1/+43
| * usb: rockchip: fix command failed on host side due to missing dataAlberto Panizzo2018-08-081-2/+20
| * gadget: f_thor: fix hang-up with ctrl-cSeung-Woo Kim2018-08-081-2/+2
* | mips: au1x00: Remove support for these SoCsTom Rini2018-08-081-8/+0
|/
* sunxi: A64: OHCI: prevent turning off shared USB clockAndre Przywara2018-07-051-1/+18
* usb: dwc2: Add brcm,bcm2708-usb compatibleEmmanuel Vadot2018-07-051-0/+1
* usb: sunxi: Use proper reg_mask for clock gate, resetJagan Teki2018-06-292-5/+13
* usb: ohci: change the NUM_EDs from 8 to 32Zeng Tao2018-06-291-1/+1
* usb: sunxi: ohci: make ohci_t the first member in private dataVasily Khoruzhick2018-06-291-1/+1
* dwc2 USB controller hangs with lan78xxAndrew Thomas2018-06-271-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-06-162-41/+166
|\
| * usb: sunxi: access ahb_reset0_cfg in CCM using its offsetVasily Khoruzhick2018-06-142-6/+37
| * usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in useVasily Khoruzhick2018-06-131-2/+10
| * usb: sunxi: ohci: get rid of ifdefsVasily Khoruzhick2018-06-131-20/+63
| * usb: sunxi: ehci: get rid of ifdefsVasily Khoruzhick2018-06-131-20/+63
* | Merge git://git.denx.de/u-boot-x86Tom Rini2018-06-131-3/+2
|\ \
| * | usb: xhci-pci: Fix compiler warningBin Meng2018-06-131-3/+2
| |/
* / lib: Add hexdumpAlexey Brodkin2018-06-132-2/+3
|/
* bug.h: introduce WARN_ONCERamon Fried2018-06-072-7/+0
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2018-06-046-98/+297
|\
| * usb: sunxi: Switch to use generic-phyJagan Teki2018-05-284-39/+124
| * phy: sun4i-usb: Add a sunxi specific function for setting squelch-detectJagan Teki2018-05-283-11/+28
| * musb: sunxi: Add support for H3/H5/A64Jagan Teki2018-05-281-1/+2
| * musb: sunxi: Use BIT instead of numerical shiftJagan Teki2018-05-281-14/+14
| * musb: sunxi: Add OTG device clkgate and reset for H3/H5Jagan Teki2018-05-281-0/+17
| * musb: sunxi: Add fifo configJagan Teki2018-05-281-5/+65
| * musb: sunxi: Use simple way to fill musb_hdrc pdataJagan Teki2018-05-281-13/+10
| * musb: sunxi: Add proper macros instead of numericalsJagan Teki2018-05-281-4/+8
| * usb: sunxi: Simplify ccm reg base codeJagan Teki2018-05-283-25/+43
* | Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblazeTom Rini2018-06-011-1/+1
|\ \
| * | usb: xhci: zynqmp: Fix header locationMichal Simek2018-05-311-1/+1
| |/
* | usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan2018-05-301-281/+37
* | fastboot: Rename public fb_ functions to fastboot_Alex Kiernan2018-05-301-6/+6
* | fastboot: Extract common definitions from USB fastbootAlex Kiernan2018-05-301-2/+0
* | fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan2018-05-301-6/+1
* | fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan2018-05-301-7/+7
* | fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan2018-05-301-13/+0
* | fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan2018-05-301-22/+13
* | gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim2018-05-301-33/+32
* | rockchip: xhci: remove DTS parsing for PHY (which is unused)Philipp Tomsich2018-05-301-16/+0
* | usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng2018-05-301-1/+1
* | usb: xhci: Fix config fail of FS hub behind a HS hub with MTTBin Meng2018-05-301-1/+8
* | usb: xhci: Initialize dev_state to 0 in the input slot contextBin Meng2018-05-301-0/+1
* | usb: xhci: Set accurate add context flags when updating hub attributesBin Meng2018-05-301-1/+1