summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* common: Rename and move source()Simon Glass2020-01-171-1/+1
* usb: Drop use of BUG_ON() and WARN_ON()Simon Glass2020-01-072-0/+8
* common: Move command functions out of common.hSimon Glass2019-12-021-0/+1
* common: Move ARM cache operations out of common.hSimon Glass2019-12-023-0/+5
* common: Move serial_printf() to the serial headerSimon Glass2019-12-023-1/+4
* Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodi...WIP/23Nov2019Tom Rini2019-11-231-0/+7
|\
| * gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUMJagan Teki2019-11-231-0/+1
| * gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUMJagan Teki2019-11-231-0/+1
| * gadget: rockchip: USB_GADGET_PRODUCT_NUMJagan Teki2019-11-231-0/+3
| * gadget: Select USB_GADGET_VENDOR_NUM for rockchipJagan Teki2019-11-231-0/+1
| * gadget: Select USB_GADGET_MANUFACTURER for rockchipJagan Teki2019-11-231-0/+1
* | usb: dwc2: fix possible alignment issuesSimon Goldschmidt2019-11-221-2/+2
* | usb: composite: fix possible alignment issuesSimon Goldschmidt2019-11-221-7/+18
|/
* usb: composite: add BOS descriptor support to composite frameworkT Karthik Reddy2019-11-071-6/+55
* usb: gadget: Add gadget_is_cdns3() macroVignesh Raghavendra2019-11-071-0/+8
* usb: udc: Introduce ->udc_set_speed() methodSherry Sun2019-11-071-0/+23
* usb: gadget: Add match_ep() op to usb_gadget_opsVignesh Raghavendra2019-11-071-0/+3
* gadget: f_thor: properly enable 3rd endpoint defined by the protocolMarek Szyprowski2019-10-311-0/+7
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_get() to env.hSimon Glass2019-08-114-0/+4
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* env: Move env_set_hex() to env.hSimon Glass2019-08-111-0/+1
* 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