summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-11-26usb: Remove CMD_USB dependency for common codeSven Schwermer1-1/+1
2018-11-26usb: Introduce CONFIG_SPL_DM_USBSven Schwermer3-2/+7
2018-10-29fsl/usb: Workaround for USB erratum-A005275Chris Packham4-1/+50
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2-3/+3
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng3-14/+3
2018-09-30usb:ci_udc: don't overwrite configuration on pullupRamon Fried1-1/+2
2018-09-30usb: ehci-msm: Add init_after_reset for CI_UDCRamon Fried1-0/+12
2018-09-30usb:ci_udc: Introduce init_after_reset phy functionRamon Fried1-0/+6
2018-09-30ehci: msm: use init_type in probeRamon Fried1-2/+4
2018-09-30ehci: msm: switch to generic PHY uclassRamon Fried2-45/+10
2018-09-30ehci: msm: Add missing platdataRamon Fried1-0/+1
2018-09-30ehci: Replace board_prepare_usb with board_usb_initRamon Fried1-7/+2
2018-09-15usb: ehci-generic: Add vbus-supply regulator supportPatrice Chotard1-1/+61
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-28dwc2 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-08bug.h: introduce WARN_ONCERamon Fried2-7/+0