summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-14usb: gadget: g_dnl: add function g_dnl_set_productPatrick Delaunay
2020-05-10Merge branch 'master' of git://git.denx.de/u-bootStefano Babic
2020-05-03usb: gadget: sdp: use CONFIG_SDP_LOADADDR as default load addressFrank Li
2020-05-02usb: dwc2_udc_otg: use the phy bulk API to get physChunfeng Yun
2020-04-28usb: ether: avoid NULL check before free()Heinrich Schuchardt
2020-03-30usb: Migrate to support live DT for some driverKever Yang
2020-03-01gadget: f_thor: add missing line breaks for pr_err()Seung-Woo Kim
2020-03-01dfu: Reset timeout in case of DFU requestAndy Shevchenko
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-01-29usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) supportMarek Szyprowski
2020-01-17common: Rename and move source()Simon Glass
2020-01-07usb: Drop use of BUG_ON() and WARN_ON()Simon Glass
2019-12-02common: Move command functions out of common.hSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move serial_printf() to the serial headerSimon Glass
2019-11-23Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodi...Tom Rini
2019-11-23gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUMJagan Teki
2019-11-23gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUMJagan Teki
2019-11-23gadget: rockchip: USB_GADGET_PRODUCT_NUMJagan Teki
2019-11-23gadget: Select USB_GADGET_VENDOR_NUM for rockchipJagan Teki
2019-11-23gadget: Select USB_GADGET_MANUFACTURER for rockchipJagan Teki
2019-11-22usb: dwc2: fix possible alignment issuesSimon Goldschmidt
2019-11-22usb: composite: fix possible alignment issuesSimon Goldschmidt
2019-11-07usb: composite: add BOS descriptor support to composite frameworkT Karthik Reddy
2019-11-07usb: gadget: Add gadget_is_cdns3() macroVignesh Raghavendra
2019-11-07usb: udc: Introduce ->udc_set_speed() methodSherry Sun
2019-11-07usb: gadget: Add match_ep() op to usb_gadget_opsVignesh Raghavendra
2019-10-31gadget: f_thor: properly enable 3rd endpoint defined by the protocolMarek Szyprowski
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-08-11env: Move env_get() to env.hSimon Glass
2019-08-11env: Move env_set() to env.hSimon Glass
2019-08-11env: Move env_set_hex() to env.hSimon Glass
2019-08-08usb: gadget: f_dfu.c: fix memory leakRalph Siemsen
2019-06-28Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini
2019-06-27usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDPFrieder Schrempf
2019-06-19usb: dwc2: allow peripheral mode for OTG configurationPatrick Delaunay
2019-06-19usb: dwc2: correctly handle binding for g-tx-fifo-sizePatrick Delaunay
2019-05-01rockchip: use 'arch-rockchip' as header file pathKever Yang