aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2019-02-20Kconfig: tegra: Migrate USB_EHCI_TEGRAPeter Robinson1-0/+6
2019-02-15usb: ehci-mx6: Make regulator DM_REGULATOR dependentAbel Vesa1-1/+6
2019-02-01usb: ether: call _usb_eth_halt() if initialization failsJean-Jacques Hiblot1-1/+4
2019-01-26spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFUAndrew F. Davis1-1/+1
2019-01-24Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini5-479/+41
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham1-3/+0
2019-01-18usb: host: Drop [e-o]hci-sunxi driversJagan Teki3-439/+0
2019-01-18sunxi: usb: Switch to Generic host controllersJagan Teki1-0/+2
2019-01-18musb-new: sunxi: Use CLK and RESET supportJagan Teki1-40/+39
2019-01-10dm: usb: gadget: Fix boot breakage on sunxi platformsJean-Jacques Hiblot2-1/+4
2019-01-10Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGETJean-Jacques Hiblot1-1/+1
2019-01-10dm: usb: udc: Use SEQ_ALIAS to index the USB gadget portsJean-Jacques Hiblot1-2/+3
2019-01-09usb: xhci-mem: Fix scratchpad array issueYe Li1-0/+3
2018-12-14usb: musb-new: sunxi: Fix null pointer accessStefan Mavrodiev1-2/+6
2018-12-14usb: composite: Fix max packet size for USB3.0Siva Durga Prasad Paladugu1-2/+15
2018-12-14usb: musb-new: Add support for DM_USBJean-Jacques Hiblot3-48/+148
2018-12-14usb: musb-new: Allow the diver not to use the set_phy_power() callbackJean-Jacques Hiblot2-8/+8
2018-12-14dwc3-generic: Add support for the am437xJean-Jacques Hiblot1-0/+1
2018-12-14usb: host: replace xhci-keystone driver by the generic dwc3 driverJean-Jacques Hiblot2-241/+0
2018-12-14usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"Jean-Jacques Hiblot1-0/+1
2018-12-14usb: musb: Remove legacy CONFIG_USB_DA8XXAdam Ford3-132/+0
2018-12-14usb: musb: Remove Legacy CONFIG_USB_DAVINCIAdam Ford5-202/+0
2018-12-14usb: Don't enable CONFIG_SPL_DM_USB for non-DM SPLMartyn Welch1-1/+1
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski10-10/+1
2018-12-14usb: gadget: f_sdp: Provide filesize env variable for downloaded imagesPetr Štetiar1-0/+5
2018-12-07dwc3-generic: Add support for the TI DWC3 glueJean-Jacques Hiblot1-0/+85
2018-12-07usb: dwc3: Fix a compilation error with the edison defconfigJean-Jacques Hiblot1-1/+1
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