index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
Age
Commit message (
Expand
)
Author
2021-01-13
usb: gadget: bdc: fix check warning of block comments alignment
Chunfeng Yun
2021-01-13
usb: gadget: bdc: fix warning of embedded function name
Chunfeng Yun
2021-01-13
usb: gadget: bdc: prefer pointer dereference to pointer type
Chunfeng Yun
2021-01-13
usb: gadget: bdc: remove bdc_ep_set_halt() declaration
Chunfeng Yun
2021-01-13
usb: gadget: bdc: fix improper SPDX comment style for header file
Chunfeng Yun
2021-01-12
usb: gadget: aspeed: fix stop dma register setting.
Ryan Chen
2021-01-12
usb: udc: core: Introduce started state
Thinh Nguyen
2021-01-04
usb: gadget: core: change the comment for usb_gadget_connect
Peter Chen
2020-12-30
USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug
Alan Stern
2020-12-28
usb: gadget: fsl_mxc_udc: Remove the driver
Fabio Estevam
2020-12-07
USB: dummy-hcd: Fix uninitialized array use in init()
Bui Quang Minh
2020-11-23
usb: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-11-09
Merge 5.10-rc3 into usb-next
Greg Kroah-Hartman
2020-10-28
usb: gadget: pxa27x_udc: Replace in_interrupt() usage in comments
Ahmed S. Darwish
2020-10-28
usb: gadget: udc: Remove in_interrupt()/in_irq() from comments
Ahmed S. Darwish
2020-10-27
usb: gadget: fsl: fix null pointer checking
Ran Wang
2020-10-27
usb: gadget: goku_udc: fix potential crashes in probe
Evgeny Novikov
2020-10-24
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
2020-10-03
Merge tag 'usb-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2020-10-02
usb: bdc: remove duplicated error message
Tang Bin
2020-10-02
usb: bdc: Fix unused assignment in bdc_probe()
Tang Bin
2020-10-02
usb: gadget: bcm63xx_udc: fix up the error of undeclared usb_debug_root
Chunfeng Yun
2020-10-02
usb: gadget: tegra-xudc: Do not print errors on probe deferral
Thierry Reding
2020-10-02
usb: gadget: tegra-xudc: Properly align parameters
Thierry Reding
2020-10-02
usb: gadget: fix spelling mistake "Dectected" -> "Detected"
Colin Ian King
2020-10-02
usb: gadget: tegra-xudc: Use consistent spelling and formatting
Thierry Reding
2020-10-02
usb: gadget: tegra-xudc: Avoid GFP_ATOMIC where it is not needed
Christophe JAILLET
2020-10-02
usb: gadget: core: do not try to disconnect gadget if it is not connected
Peter Chen
2020-10-02
usb: gadget: s3c: Remove unused 'udc' variable
Krzysztof Kozlowski
2020-10-02
Revert "usb: udc: allow adding and removing the same gadget device"
Peter Chen
2020-10-02
USB: UDC: net2272: Fix memory leaks
Alan Stern
2020-10-02
USB: UDC: net2280: Fix memory leaks
Alan Stern
2020-10-02
USB: UDC: Expand device model API interface
Alan Stern
2020-10-02
usb: gadget: fsl: Fix unsigned expression compared with zero in fsl_udc_probe
Ye Bin
2020-10-02
usb: gadget: lpc32xx_udc: Convert to DEFINE_SHOW_ATTRIBUTE
Qinglang Miao
2020-10-02
usb: gadget: pch_udc: Convert to use GPIO descriptors
Linus Walleij
2020-10-02
usb: gadget: aspeed: fixup vhub port irq handling
Tao Ren
2020-10-02
usb: gadget: udc: Drop surplus include
Linus Walleij
2020-09-25
usb: udc: net2280: convert to readl_poll_timeout_atomic()
Chunfeng Yun
2020-09-24
usb: gadget: udc: atmel: update endpoint allocation for sam9x60
Cristian Birsan
2020-09-24
usb: gadget: udc: atmel: use 1 bank endpoints for control transfers
Cristian Birsan
2020-09-24
usb: gadget: udc: atmel: simplify endpoint allocation
Cristian Birsan
2020-09-24
usb: gadget: udc: atmel: use of_find_matching_node_and_match
Claudiu Beznea
2020-09-13
Merge tag 'samsung-soc-s3c-5.10' of https://git.kernel.org/pub/scm/linux/kern...
Olof Johansson
2020-08-31
Merge 5.9-rc3 into usb-next
Greg Kroah-Hartman
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-19
usb: gadget: s3c: remove unused 'udc' variable
Krzysztof Kozlowski
2020-08-19
usb: gadget: s3c-hsudc: remove platform header dependency
Arnd Bergmann
2020-08-19
usb: gadget: s3c: use platform resources
Arnd Bergmann
2020-08-18
usb/gadget: fsl_qe_udc: convert tasklets to use new tasklet_setup() API
Allen Pais
[prev]
[next]