summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2018-12-07dwc3-generic: Add select_dr_mode operationJean-Jacques Hiblot1-0/+26
2018-12-07dwc3-generic: Handle the PHYs, the clocks and the reset linesJean-Jacques Hiblot2-29/+137
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot7-45/+66
2018-12-07dwc3: move phy operation to core.cJean-Jacques Hiblot2-90/+93
2018-12-07dwc3_generic: do not probe the USB device driver when it's boundJean-Jacques Hiblot1-7/+0
2018-12-07usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot2-13/+45
2018-12-07usb: introduce a separate config option for DM USB deviceJean-Jacques Hiblot3-4/+17
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot1-33/+5
2018-12-02usb: Do not compile USB_STORAGE with BLK && !DM_USBAlexander Graf1-0/+1
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer24-66/+66
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