summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_dfu.c: fix memory leakRalph Siemsen2019-08-081-0/+1
* Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-06-281-6/+47
|\
| * usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDPFrieder Schrempf2019-06-271-6/+47
* | usb: dwc2: allow peripheral mode for OTG configurationPatrick Delaunay2019-06-191-1/+2
* | usb: dwc2: correctly handle binding for g-tx-fifo-sizePatrick Delaunay2019-06-191-1/+13
|/
* rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-1/+1
* usb: dwc2: fix gadget disconnectFabrice Gasnier2019-04-212-3/+17
* stm32mp1: add stusb1600 support for DK1 and DK2 boardPatrick Delaunay2019-04-211-2/+6
* usb: dwc2: add support for STM32MP1Patrick Delaunay2019-04-212-2/+53
* usb: dwc2_udc_otg: Add tx_fifo_sz array supportPatrice Chotard2019-04-211-2/+12
* usb: dwc2_udc_otg: Read MAX_HW_ENDPOINT from HWCFG4 registerPatrick Delaunay2019-04-213-9/+20
* usb: dwc2: Add function for session B checkPatrick Delaunay2019-04-211-0/+9
* usb: dwc2: Add force-b-session-valid supportPatrick Delaunay2019-04-212-2/+15
* usb: dwc2: force reset assert before to probe the driverPatrick Delaunay2019-04-211-1/+6
* usb: dwc2: convert driver to DM_USB_GADGETPatrick Delaunay2019-04-211-2/+290
* usb: dwc2: remove unused variable regs_otgPatrick Delaunay2019-04-211-3/+0
* usb: udc-uclass: Fixed problem when no alias is defined in DTJean-Jacques Hiblot2019-03-161-2/+5
* 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
* 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: composite: Fix max packet size for USB3.0Siva Durga Prasad Paladugu2018-12-141-2/+15
* usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski2018-12-147-7/+1
* usb: gadget: f_sdp: Provide filesize env variable for downloaded imagesPetr Štetiar2018-12-141-0/+5
* dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot2018-12-074-42/+63
* usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot2018-12-071-1/+43
* usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot2018-12-071-33/+5
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-262-5/+5
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-102-13/+2
* usb:ci_udc: don't overwrite configuration on pullupRamon Fried2018-09-301-1/+2
* usb:ci_udc: Introduce init_after_reset phy functionRamon Fried2018-09-301-0/+6
* usb: gadget: Add bcdDevice for the DWC3 USB Gadget ControllerJean-Jacques Hiblot2018-08-211-0/+2
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2018-08-102-26/+239
|\
| * usb: rockchip: on K_FW_LBA_WRITE_10 remove magic block size of 512 bytesAlberto Panizzo2018-08-081-18/+21
| * usb: rockchip: fix printing csw debug infoAlberto Panizzo2018-08-081-1/+1
| * usb: rockchip: be quiet on serial port while transferring dataAlberto Panizzo2018-08-081-2/+2
| * usb: rockchip: implement K_FW_LBA_ERASE_10 commandAlberto Panizzo2018-08-081-0/+48
| * usb: rockchip: implement K_FW_LBA_READ_10 commandAlberto Panizzo2018-08-081-1/+103
| * usb: rockchip: implement skeleton for K_FW_GET_CHIP_VER commandAlberto Panizzo2018-08-081-1/+43
| * usb: rockchip: fix command failed on host side due to missing dataAlberto Panizzo2018-08-081-2/+20
| * gadget: f_thor: fix hang-up with ctrl-cSeung-Woo Kim2018-08-081-2/+2
* | mips: au1x00: Remove support for these SoCsTom Rini2018-08-081-8/+0
|/
* lib: Add hexdumpAlexey Brodkin2018-06-132-2/+3
* usb: fastboot: Convert USB f_fastboot to shared fastbootAlex Kiernan2018-05-301-281/+37
* fastboot: Rename public fb_ functions to fastboot_Alex Kiernan2018-05-301-6/+6
* fastboot: Extract common definitions from USB fastbootAlex Kiernan2018-05-301-2/+0
* fastboot: Rename fb_set_reboot_flag to fastboot_set_reboot_flagAlex Kiernan2018-05-301-6/+1
* fastboot: Correct dependencies in FASTBOOT_FLASHAlex Kiernan2018-05-301-7/+7