summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)Author
2019-04-21usb: dwc2: fix gadget disconnectFabrice Gasnier
2019-04-21stm32mp1: add stusb1600 support for DK1 and DK2 boardPatrick Delaunay
2019-04-21usb: dwc2: add support for STM32MP1Patrick Delaunay
2019-04-21usb: dwc2_udc_otg: Add tx_fifo_sz array supportPatrice Chotard
2019-04-21usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 registerPatrick Delaunay
2019-04-21usb: dwc2: Add function for session B checkPatrick Delaunay
2019-04-21usb: dwc2: Add force-b-session-valid supportPatrick Delaunay
2019-04-21usb: dwc2: force reset assert before to probe the driverPatrick Delaunay
2019-04-21usb: dwc2: convert driver to DM_USB_GADGETPatrick Delaunay
2019-04-21usb: dwc2: remove unused variable regs_otgPatrick Delaunay
2019-04-19usb: Select USB_MUSB_DSPS with USB_MUSB_TIAlex Kiernan
2019-04-19configs: Migrate USB_MUSB_DISABLE_BULK_COMBINE_SPLIT to KconfigAlex Kiernan
2019-04-13configs: move CONFIG_USB_EHCI_VF to KconfigMarcel Ziswiler
2019-04-09usb: ehci-mx6: Use common code to extract dr_modeAdam Ford
2019-04-09usb: host: Print device name when scanningIsmael Luceno Cortes
2019-03-16usb: udc-uclass: Fixed problem when no alias is defined in DTJean-Jacques Hiblot
2019-02-20Kconfig: tegra: Migrate USB_EHCI_TEGRAPeter Robinson
2019-02-15usb: ehci-mx6: Make regulator DM_REGULATOR dependentAbel Vesa
2019-02-01usb: ether: call _usb_eth_halt() if initialization failsJean-Jacques Hiblot
2019-01-26spl: Kconfig: Drop the _SUPPORT postfix from SPL_DFUAndrew F. Davis
2019-01-24Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham
2019-01-18usb: host: Drop [e-o]hci-sunxi driversJagan Teki
2019-01-18sunxi: usb: Switch to Generic host controllersJagan Teki
2019-01-18musb-new: sunxi: Use CLK and RESET supportJagan Teki
2019-01-10dm: usb: gadget: Fix boot breakage on sunxi platformsJean-Jacques Hiblot
2019-01-10Kconfig: rename CONFIG_SPL_USB_GADGET_SUPPORT as CONFIG_SPL_USB_GADGETJean-Jacques Hiblot
2019-01-10dm: usb: udc: Use SEQ_ALIAS to index the USB gadget portsJean-Jacques Hiblot
2019-01-09usb: xhci-mem: Fix scratchpad array issueYe Li
2018-12-14usb: musb-new: sunxi: Fix null pointer accessStefan Mavrodiev
2018-12-14usb: composite: Fix max packet size for USB3.0Siva Durga Prasad Paladugu
2018-12-14usb: musb-new: Add support for DM_USBJean-Jacques Hiblot
2018-12-14usb: musb-new: Allow the diver not to use the set_phy_power() callbackJean-Jacques Hiblot
2018-12-14dwc3-generic: Add support for the am437xJean-Jacques Hiblot
2018-12-14usb: host: replace xhci-keystone driver by the generic dwc3 driverJean-Jacques Hiblot
2018-12-14usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"Jean-Jacques Hiblot
2018-12-14usb: musb: Remove legacy CONFIG_USB_DA8XXAdam Ford
2018-12-14usb: musb: Remove Legacy CONFIG_USB_DAVINCIAdam Ford
2018-12-14usb: Don't enable CONFIG_SPL_DM_USB for non-DM SPLMartyn Welch
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski
2018-12-14usb: gadget: f_sdp: Provide filesize env variable for downloaded imagesPetr Štetiar
2018-12-07dwc3-generic: Add support for the TI DWC3 glueJean-Jacques Hiblot
2018-12-07usb: dwc3: Fix a compilation error with the edison defconfigJean-Jacques Hiblot
2018-12-07dwc3-generic: Add select_dr_mode operationJean-Jacques Hiblot
2018-12-07dwc3-generic: Handle the PHYs, the clocks and the reset linesJean-Jacques Hiblot
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot
2018-12-07dwc3: move phy operation to core.cJean-Jacques Hiblot
2018-12-07dwc3_generic: do not probe the USB device driver when it's boundJean-Jacques Hiblot
2018-12-07usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot
2018-12-07usb: introduce a separate config option for DM USB deviceJean-Jacques Hiblot