summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2020-08-14linux/compat.h: Add wait_event_timeout macroOleksandr Andrushchenko1-1/+0
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada1-2/+2
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop linux/delay.h from common headerSimon Glass9-0/+9
2020-05-19common: Drop linux/bug.h from common headerSimon Glass6-0/+6
2020-05-19common: Drop log.h from common headerSimon Glass16-0/+16
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass2-0/+2
2020-05-19common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop part.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-14usb: gadget: g_dnl: add function g_dnl_set_productPatrick Delaunay1-0/+8
2020-05-10Merge branch 'master' of git://git.denx.de/u-bootStefano Babic1-76/+17
2020-05-03usb: gadget: sdp: use CONFIG_SDP_LOADADDR as default load addressFrank Li2-2/+6
2020-05-02usb: dwc2_udc_otg: use the phy bulk API to get physChunfeng Yun1-76/+17
2020-04-28usb: ether: avoid NULL check before free()Heinrich Schuchardt1-2/+1
2020-03-30usb: Migrate to support live DT for some driverKever Yang1-3/+2
2020-03-01gadget: f_thor: add missing line breaks for pr_err()Seung-Woo Kim1-12/+12
2020-03-01dfu: Reset timeout in case of DFU requestAndy Shevchenko1-0/+5
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-1/+1
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass3-0/+3
2020-02-06dm: core: Require users of devres to include the headerSimon Glass6-0/+7
2020-01-29usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) supportMarek Szyprowski2-6/+8
2020-01-17common: Rename and move source()Simon Glass1-1/+1
2020-01-08usb: Drop use of BUG_ON() and WARN_ON()Simon Glass2-0/+8
2019-12-03common: Move command functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass3-0/+5
2019-12-03common: Move serial_printf() to the serial headerSimon Glass3-1/+4
2019-11-24Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodi...Tom Rini1-0/+7
2019-11-23gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUMJagan Teki1-0/+1
2019-11-23gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUMJagan Teki1-0/+1
2019-11-23gadget: rockchip: USB_GADGET_PRODUCT_NUMJagan Teki1-0/+3
2019-11-23gadget: Select USB_GADGET_VENDOR_NUM for rockchipJagan Teki1-0/+1
2019-11-23gadget: Select USB_GADGET_MANUFACTURER for rockchipJagan Teki1-0/+1
2019-11-22usb: dwc2: fix possible alignment issuesSimon Goldschmidt1-2/+2
2019-11-22usb: composite: fix possible alignment issuesSimon Goldschmidt1-7/+18
2019-11-07usb: composite: add BOS descriptor support to composite frameworkT Karthik Reddy1-6/+55
2019-11-07usb: gadget: Add gadget_is_cdns3() macroVignesh Raghavendra1-0/+8
2019-11-07usb: udc: Introduce ->udc_set_speed() methodSherry Sun1-0/+23
2019-11-07usb: gadget: Add match_ep() op to usb_gadget_opsVignesh Raghavendra1-0/+3
2019-10-31gadget: f_thor: properly enable 3rd endpoint defined by the protocolMarek Szyprowski1-0/+7
2019-08-11env: Drop environment.h header file where not neededSimon Glass1-1/+0
2019-08-11env: Move env_get() to env.hSimon Glass4-0/+4
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-08-11env: Move env_set_hex() to env.hSimon Glass1-0/+1
2019-08-08usb: gadget: f_dfu.c: fix memory leakRalph Siemsen1-0/+1
2019-06-28Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-6/+47
2019-06-27usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDPFrieder Schrempf1-6/+47
2019-06-19usb: dwc2: allow peripheral mode for OTG configurationPatrick Delaunay1-1/+2
2019-06-19usb: dwc2: correctly handle binding for g-tx-fifo-sizePatrick Delaunay1-1/+13