summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: ehci-generic: Add vbus-supply regulator supportPatrice Chotard2018-09-151-1/+61
* usb: dwc2: Add reset ctrl to driverLey Foon Tan2018-08-291-0/+37
* usb: ehci: Add PHY support to ehci-pciMarek Vasut2018-08-281-4/+27
* usb: ehci: Make the PHY handling genericMarek Vasut2018-08-283-53/+74
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-08-242-480/+118
|\
| * usb: gadget: Add bcdDevice for the DWC3 USB Gadget ControllerJean-Jacques Hiblot2018-08-211-0/+2
| * usb: musb-new: omap2430: Enable DM_USB and OF supportAdam Ford2018-08-211-1/+149
| * usb: musb-new: omap2430: Remove dead codeAdam Ford2018-08-211-512/+0
* | usb: musb-new: Call musb_platform_exit from musb_stopJagan Teki2018-08-231-0/+1
* | usb: musb-new: sunxi: Add proper musb exit supportJagan Teki2018-08-231-21/+28
* | musb-new: sunxi: Access ahb_reset0_cfg via ccm offsetJagan Teki2018-08-231-12/+28
* | usb: musb-new: sunxi: Allocate struct phy in privateJagan Teki2018-08-231-13/+11
* | usb: musb-new: Fix improper musb host pointerJagan Teki2018-08-233-11/+15
|/
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-08-102-26/+239
|\