index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
/
bdc
Age
Commit message (
Expand
)
Author
2024-10-14
Merge 6.12-rc3 into usb-next
Greg Kroah-Hartman
2024-10-04
usb: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-10-02
move asm/unaligned.h to linux/unaligned.h
Al Viro
2024-08-22
usb: bdc: fix module autoloading
Liao Chen
2023-05-28
usb: bdc: Convert to platform remove callback returning void
Uwe Kleine-König
2022-10-22
usb: bdc: change state when port disconnected
Justin Chen
2022-06-10
usb: gadget: bdc: fix typo in comment
Julia Lawall
2022-03-15
usb: gadget: bdc: remove usage of list iterator past the loop body
Jakob Koschel
2021-12-03
usb: bdc: fix error handling code in bdc_resume
Dongliang Mu
2021-08-26
usb: bdc: Fix a resource leak in the error handling path of 'bdc_probe()'
Christophe JAILLET
2021-08-26
usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...
Christophe JAILLET
2021-08-13
usb: gadget: bdc: remove unnecessary AND operation when get ep maxp
Chunfeng Yun
2021-01-18
usb: bdc: Remove the BDC PCI driver
Al Cooper
2021-01-13
usb: gadget: bdc: fix checkpatch.pl repeated word warning
Chunfeng Yun
2021-01-13
usb: gadget: bdc: fix checkpatch.pl spacing error
Chunfeng Yun
2021-01-13
usb: gadget: bdc: fix checkpatch.pl tab warning
Chunfeng Yun
2021-01-13
usb: gadget: bdc: use the BIT macro to define bit filed
Chunfeng Yun
2021-01-13
usb: gadget: bdc: avoid precedence issues
Chunfeng Yun
2021-01-13
usb: gadget: bdc: add identifier name for function declaraion
Chunfeng Yun
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
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-07-24
usb: bdc: Use devm_clk_get_optional()
Florian Fainelli
2020-07-24
usb: bdc: Halt controller on suspend
Danesh Petigara
2020-07-24
usb: bdc: driver runs out of buffer descriptors on large ADB transfers
Al Cooper
2020-07-24
usb: bdc: Adb shows offline after resuming from S2
Al Cooper
2020-07-24
bdc: Fix bug causing crash after multiple disconnects
Sasi Kumar
2020-07-24
usb: bdc: Add compatible string for new style USB DT nodes
Al Cooper
2020-07-24
usb: gadget: bdc: use readl_poll_timeout() to simplify code
Chunfeng Yun
2020-06-24
USB: ch9: add "USB_" prefix in front of TEST defines
Greg Kroah-Hartman
2020-04-16
usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_complete
Nathan Chancellor
2019-10-04
USB: gadget: udc: clean up an indentation issue
Colin Ian King
2019-10-04
usb: bdc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
2019-07-30
usb: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-02-15
Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
2019-02-07
usb: gadget: fix various indentation issues
Colin Ian King
2019-01-22
USB: add missing SPDX lines to Kconfig and Makefiles
Greg Kroah-Hartman
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-03-08
usb: gadget: udc: bdc: Use dma_pool_zalloc
Souptick Joarder
2018-02-15
USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()
Wei Yongjun
2017-11-27
usb: bdc: fix platform_no_drv_owner.cocci warnings
Vasyl Gomonovych
2017-11-13
Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2017-11-07
USB: gadget: udc: Remove redundant license text
Greg Kroah-Hartman
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
[next]