index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
linux/compat.h: Add wait_event_timeout macro
Oleksandr Andrushchenko
2020-08-14
1
-1
/
+0
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
1
-2
/
+2
*
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
9
-0
/
+9
*
common: Drop linux/bug.h from common header
Simon Glass
2020-05-18
6
-0
/
+6
*
common: Drop log.h from common header
Simon Glass
2020-05-18
16
-0
/
+16
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop init.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Drop part.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop net.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
usb: gadget: g_dnl: add function g_dnl_set_product
Patrick Delaunay
2020-05-14
1
-0
/
+8
*
Merge branch 'master' of git://git.denx.de/u-boot
Stefano Babic
2020-05-10
1
-76
/
+17
|
\
|
*
usb: dwc2_udc_otg: use the phy bulk API to get phys
Chunfeng Yun
2020-05-02
1
-76
/
+17
*
|
usb: gadget: sdp: use CONFIG_SDP_LOADADDR as default load address
Frank Li
2020-05-03
2
-2
/
+6
|
/
*
usb: ether: avoid NULL check before free()
Heinrich Schuchardt
2020-04-28
1
-2
/
+1
*
usb: Migrate to support live DT for some driver
Kever Yang
2020-03-30
1
-3
/
+2
*
gadget: f_thor: add missing line breaks for pr_err()
Seung-Woo Kim
2020-03-01
1
-12
/
+12
*
dfu: Reset timeout in case of DFU request
Andy Shevchenko
2020-03-01
1
-0
/
+5
*
dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>
Masahiro Yamada
2020-02-19
1
-1
/
+1
*
dma-mapping: fix the prototype of dma_unmap_single()
Masahiro Yamada
2020-02-19
1
-1
/
+1
*
dm: core: Create a new header file for 'compat' features
Simon Glass
2020-02-05
3
-0
/
+3
*
dm: core: Require users of devres to include the header
Simon Glass
2020-02-05
6
-0
/
+7
*
usb: dwc2_udc_otg: add bcm2835 SoC (Raspberry Pi4) support
Marek Szyprowski
2020-01-29
2
-6
/
+8
*
common: Rename and move source()
Simon Glass
2020-01-17
1
-1
/
+1
*
usb: Drop use of BUG_ON() and WARN_ON()
Simon Glass
2020-01-07
2
-0
/
+8
*
common: Move command functions out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move ARM cache operations out of common.h
Simon Glass
2019-12-02
3
-0
/
+5
*
common: Move serial_printf() to the serial header
Simon Glass
2019-12-02
3
-1
/
+4
*
Merge tag 'u-boot-rockchip-20191124' of https://gitlab.denx.de/u-boot/custodi...
Tom Rini
2019-11-23
1
-0
/
+7
|
\
|
*
gadget: rockchip: Add rk3399 USB_GADGET_PRODUCT_NUM
Jagan Teki
2019-11-23
1
-0
/
+1
|
*
gadget: rockchip: Add rk3128 USB_GADGET_PRODUCT_NUM
Jagan Teki
2019-11-23
1
-0
/
+1
|
*
gadget: rockchip: USB_GADGET_PRODUCT_NUM
Jagan Teki
2019-11-23
1
-0
/
+3
|
*
gadget: Select USB_GADGET_VENDOR_NUM for rockchip
Jagan Teki
2019-11-23
1
-0
/
+1
|
*
gadget: Select USB_GADGET_MANUFACTURER for rockchip
Jagan Teki
2019-11-23
1
-0
/
+1
*
|
usb: dwc2: fix possible alignment issues
Simon Goldschmidt
2019-11-22
1
-2
/
+2
*
|
usb: composite: fix possible alignment issues
Simon Goldschmidt
2019-11-22
1
-7
/
+18
|
/
*
usb: composite: add BOS descriptor support to composite framework
T Karthik Reddy
2019-11-07
1
-6
/
+55
*
usb: gadget: Add gadget_is_cdns3() macro
Vignesh Raghavendra
2019-11-07
1
-0
/
+8
*
usb: udc: Introduce ->udc_set_speed() method
Sherry Sun
2019-11-07
1
-0
/
+23
*
usb: gadget: Add match_ep() op to usb_gadget_ops
Vignesh Raghavendra
2019-11-07
1
-0
/
+3
*
gadget: f_thor: properly enable 3rd endpoint defined by the protocol
Marek Szyprowski
2019-10-31
1
-0
/
+7
*
env: Drop environment.h header file where not needed
Simon Glass
2019-08-11
1
-1
/
+0
*
env: Move env_get() to env.h
Simon Glass
2019-08-11
4
-0
/
+4
*
env: Move env_set() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
env: Move env_set_hex() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
usb: gadget: f_dfu.c: fix memory leak
Ralph Siemsen
2019-08-08
1
-0
/
+1
*
Merge tag 'u-boot-imx-20190628' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2019-06-28
1
-6
/
+47
|
\
|
*
usb: gadget: f_sdp: Allow SPL to load and boot FIT via SDP
Frieder Schrempf
2019-06-27
1
-6
/
+47
*
|
usb: dwc2: allow peripheral mode for OTG configuration
Patrick Delaunay
2019-06-19
1
-1
/
+2
*
|
usb: dwc2: correctly handle binding for g-tx-fifo-size
Patrick Delaunay
2019-06-19
1
-1
/
+13
|
/
[prev]
[next]