aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-08-29usb: dwc2: Add reset ctrl to driverLey Foon Tan1-0/+37
2018-08-28usb: ehci: Add PHY support to ehci-pciMarek Vasut1-4/+27
2018-08-28usb: ehci: Make the PHY handling genericMarek Vasut3-53/+74
2018-08-24Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-480/+118
2018-08-23usb: musb-new: Call musb_platform_exit from musb_stopJagan Teki1-0/+1
2018-08-23usb: musb-new: sunxi: Add proper musb exit supportJagan Teki1-21/+28
2018-08-23musb-new: sunxi: Access ahb_reset0_cfg via ccm offsetJagan Teki1-12/+28
2018-08-23usb: musb-new: sunxi: Allocate struct phy in privateJagan Teki1-13/+11
2018-08-23usb: musb-new: Fix improper musb host pointerJagan Teki3-11/+15
2018-08-21usb: gadget: Add bcdDevice for the DWC3 USB Gadget ControllerJean-Jacques Hiblot1-0/+2
2018-08-21usb: musb-new: omap2430: Enable DM_USB and OF supportAdam Ford1-1/+149
2018-08-21usb: musb-new: omap2430: Remove dead codeAdam Ford1-512/+0
2018-08-10Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-26/+239
2018-08-08usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytesAlberto Panizzo1-18/+21
2018-08-08usb: rockchip: fix printing csw debug infoAlberto Panizzo1-1/+1
2018-08-08usb: rockchip: be quiet on serial port while transferring dataAlberto Panizzo1-2/+2
2018-08-08usb: rockchip: implement K_FW_LBA_ERASE_10 commandAlberto Panizzo1-0/+48
2018-08-08usb: rockchip: implement K_FW_LBA_READ_10 commandAlberto Panizzo1-1/+103
2018-08-08usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER commandAlberto Panizzo1-1/+43
2018-08-08usb: rockchip: fix command failed on host side due to missing dataAlberto Panizzo1-2/+20
2018-08-08gadget: f_thor: fix hang-up with ctrl-cSeung-Woo Kim1-2/+2
2018-08-08mips: au1x00: Remove support for these SoCsTom Rini1-8/+0
2018-07-05sunxi: A64: OHCI: prevent turning off shared USB clockAndre Przywara1-1/+18
2018-07-05usb: dwc2: Add brcm,bcm2708-usb compatibleEmmanuel Vadot1-0/+1
2018-06-29usb: sunxi: Use proper reg_mask for clock gate, resetJagan Teki2-5/+13
2018-06-29usb: ohci: change the NUM_EDs from 8 to 32Zeng Tao1-1/+1
2018-06-29usb: sunxi: ohci: make ohci_t the first member in private dataVasily Khoruzhick1-1/+1
2018-06-27dwc2 USB controller hangs with lan78xxAndrew Thomas1-1/+1
2018-06-16Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2-41/+166
2018-06-14usb: sunxi: access ahb_reset0_cfg in CCM using its offsetVasily Khoruzhick2-6/+37
2018-06-13Merge git://git.denx.de/u-boot-x86Tom Rini1-3/+2
2018-06-13lib: Add hexdumpAlexey Brodkin2-2/+3
2018-06-13usb: sunxi: sun50i: enable OHCI0 clock when OHCI1 is in useVasily Khoruzhick1-2/+10
2018-06-13usb: sunxi: ohci: get rid of ifdefsVasily Khoruzhick1-20/+63
2018-06-13usb: sunxi: ehci: get rid of ifdefsVasily Khoruzhick1-20/+63
2018-06-13usb: xhci-pci: Fix compiler warningBin Meng1-3/+2
2018-06-07bug.h: introduce WARN_ONCERamon Fried2-7/+0
2018-06-04Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini6-98/+297
2018-06-01Merge tag 'xilinx-for-v2018.07-2' of git://www.denx.de/git/u-boot-microblazeTom Rini1-1/+1
2018-05-31usb: xhci: zynqmp: Fix header locationMichal Simek1-1/+1
2018-05-30usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan1-281/+37
2018-05-30fastboot: Rename public fb_ functions to fastboot_Alex Kiernan1-6/+6
2018-05-30fastboot: Extract common definitions from USB fastbootAlex Kiernan1-2/+0
2018-05-30fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan1-6/+1
2018-05-30fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan1-7/+7
2018-05-30fastboot: Extract fastboot_okay/fail to fb_common.cAlex Kiernan1-13/+0
2018-05-30fastboot: Refactor fastboot_okay/fail to take responseAlex Kiernan1-22/+13
2018-05-30gadget: f_thor: Fix memory leaks of usb request and its bufferSeung-Woo Kim1-33/+32
2018-05-30rockchip: xhci: remove DTS parsing for PHY (which is unused)Philipp Tomsich1-16/+0
2018-05-30usb: xhci: Handle endianness in xhci_set_configuration()Bin Meng1-1/+1