summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: udc-uclass: Fixed problem when no alias is defined in DTJean-Jacques Hiblot2019-03-161-2/+5
* Kconfig: tegra: Migrate USB_EHCI_TEGRAPeter Robinson2019-02-201-0/+6
* usb: ehci-mx6: Make regulator DM_REGULATOR dependentAbel Vesa2019-02-151-1/+6
* usb: ether: call _usb_eth_halt() if initialization failsJean-Jacques Hiblot2019-02-011-1/+4
* spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFUAndrew F. Davis2019-01-261-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-01-245-479/+41
|\
| * usb: host: Drop [e-o]hci-sunxi driversJagan Teki2019-01-183-439/+0
| * sunxi: usb: Switch to Generic host controllersJagan Teki2019-01-181-0/+2
| * musb-new: sunxi: Use CLK and RESET supportJagan Teki2019-01-181-40/+39
* | net: remove CONFIG_MCAST_TFTPChris Packham2019-01-241-3/+0
|/
* dm: usb: gadget: Fix boot breakage on sunxi platformsJean-Jacques Hiblot2019-01-102-1/+4
* Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGETJean-Jacques Hiblot2019-01-101-1/+1
* dm: usb: udc: Use SEQ_ALIAS to index the USB gadget portsJean-Jacques Hiblot2019-01-101-2/+3
* usb: xhci-mem: Fix scratchpad array issueYe Li2019-01-091-0/+3
* usb: musb-new: sunxi: Fix null pointer accessStefan Mavrodiev2018-12-141-2/+6
* usb: composite: Fix max packet size for USB3.0Siva Durga Prasad Paladugu2018-12-141-2/+15
* usb: musb-new: Add support for DM_USBJean-Jacques Hiblot2018-12-143-48/+148
* usb: musb-new: Allow the diver not to use the set_phy_power() callbackJean-Jacques Hiblot2018-12-142-8/+8
* dwc3-generic: Add support for the am437xJean-Jacques Hiblot2018-12-141-0/+1
* usb: host: replace xhci-keystone driver by the generic dwc3 driverJean-Jacques Hiblot2018-12-142-241/+0
* usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"Jean-Jacques Hiblot2018-12-141-0/+1
* usb: musb: Remove legacy CONFIG_USB_DA8XXAdam Ford2018-12-143-132/+0
* usb: musb: Remove Legacy CONFIG_USB_DAVINCIAdam Ford2018-12-145-202/+0
* usb: Don't enable CONFIG_SPL_DM_USB for non-DM SPLMartyn Welch2018-12-141-1/+1
* usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski2018-12-1410-10/+1
* usb: gadget: f_sdp: Provide filesize env variable for downloaded imagesPetr Štetiar2018-12-141-0/+5
* dwc3-generic: Add support for the TI DWC3 glueJean-Jacques Hiblot2018-12-071-0/+85
* usb: dwc3: Fix a compilation error with the edison defconfigJean-Jacques Hiblot2018-12-071-1/+1
* dwc3-generic: Add select_dr_mode operationJean-Jacques Hiblot2018-12-071-0/+26
* dwc3-generic: Handle the PHYs, the clocks and the reset linesJean-Jacques Hiblot2018-12-072-29/+137
* dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot2018-12-077-45/+66
* dwc3: move phy operation to core.cJean-Jacques Hiblot2018-12-072-90/+93
* dwc3_generic: do not probe the USB device driver when it's boundJean-Jacques Hiblot2018-12-071-7/+0
* usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot2018-12-072-13/+45
* usb: introduce a separate config option for DM USB deviceJean-Jacques Hiblot2018-12-073-4/+17
* usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot2018-12-071-33/+5
* usb: Do not compile USB_STORAGE with BLK && !DM_USBAlexander Graf2018-12-021-0/+1
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-2624-66/+66
* usb: Remove CMD_USB dependency for common codeSven Schwermer2018-11-261-1/+1
* usb: Introduce CONFIG_SPL_DM_USBSven Schwermer2018-11-263-2/+7
* fsl/usb: Workaround for USB erratum-A005275Chris Packham2018-10-294-1/+50
* drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay2018-10-282-3/+3
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-103-14/+3
* usb:ci_udc: don't overwrite configuration on pullupRamon Fried2018-09-301-1/+2
* usb: ehci-msm: Add init_after_reset for CI_UDCRamon Fried2018-09-301-0/+12
* usb:ci_udc: Introduce init_after_reset phy functionRamon Fried2018-09-301-0/+6
* ehci: msm: use init_type in probeRamon Fried2018-09-301-2/+4
* ehci: msm: switch to generic PHY uclassRamon Fried2018-09-302-45/+10
* ehci: msm: Add missing platdataRamon Fried2018-09-301-0/+1
* ehci: Replace board_prepare_usb with board_usb_initRamon Fried2018-09-301-7/+2