index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
/
bdc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-03
usb: bdc: fix error handling code in bdc_resume
Dongliang Mu
1
-0
/
+1
2021-08-26
usb: bdc: Fix a resource leak in the error handling path of 'bdc_probe()'
Christophe JAILLET
1
-14
/
+13
2021-08-26
usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...
Christophe JAILLET
1
-1
/
+2
2021-08-13
usb: gadget: bdc: remove unnecessary AND operation when get ep maxp
Chunfeng Yun
1
-1
/
+0
2021-01-18
usb: bdc: Remove the BDC PCI driver
Al Cooper
3
-141
/
+0
2021-01-13
usb: gadget: bdc: fix checkpatch.pl repeated word warning
Chunfeng Yun
1
-1
/
+1
2021-01-13
usb: gadget: bdc: fix checkpatch.pl spacing error
Chunfeng Yun
1
-1
/
+1
2021-01-13
usb: gadget: bdc: fix checkpatch.pl tab warning
Chunfeng Yun
2
-3
/
+3
2021-01-13
usb: gadget: bdc: use the BIT macro to define bit filed
Chunfeng Yun
1
-42
/
+42
2021-01-13
usb: gadget: bdc: avoid precedence issues
Chunfeng Yun
1
-9
/
+9
2021-01-13
usb: gadget: bdc: add identifier name for function declaraion
Chunfeng Yun
4
-31
/
+31
2021-01-13
usb: gadget: bdc: fix check warning of block comments alignment
Chunfeng Yun
3
-5
/
+5
2021-01-13
usb: gadget: bdc: fix warning of embedded function name
Chunfeng Yun
2
-4
/
+4
2021-01-13
usb: gadget: bdc: prefer pointer dereference to pointer type
Chunfeng Yun
1
-1
/
+1
2021-01-13
usb: gadget: bdc: remove bdc_ep_set_halt() declaration
Chunfeng Yun
1
-1
/
+0
2021-01-13
usb: gadget: bdc: fix improper SPDX comment style for header file
Chunfeng Yun
4
-4
/
+4
2020-10-02
usb: bdc: remove duplicated error message
Tang Bin
1
-4
/
+3
2020-10-02
usb: bdc: Fix unused assignment in bdc_probe()
Tang Bin
1
-1
/
+1
2020-07-24
usb: bdc: Use devm_clk_get_optional()
Florian Fainelli
1
-5
/
+3
2020-07-24
usb: bdc: Halt controller on suspend
Danesh Petigara
1
-2
/
+7
2020-07-24
usb: bdc: driver runs out of buffer descriptors on large ADB transfers
Al Cooper
1
-1
/
+1
2020-07-24
usb: bdc: Adb shows offline after resuming from S2
Al Cooper
1
-3
/
+7
2020-07-24
bdc: Fix bug causing crash after multiple disconnects
Sasi Kumar
2
-6
/
+14
2020-07-24
usb: bdc: Add compatible string for new style USB DT nodes
Al Cooper
1
-1
/
+1
2020-07-24
usb: gadget: bdc: use readl_poll_timeout() to simplify code
Chunfeng Yun
1
-15
/
+11
2020-06-24
USB: ch9: add "USB_" prefix in front of TEST defines
Greg Kroah-Hartman
1
-5
/
+5
2020-04-16
usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_complete
Nathan Chancellor
1
-1
/
+1
2019-10-04
USB: gadget: udc: clean up an indentation issue
Colin Ian King
1
-1
/
+1
2019-10-04
usb: bdc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-07-30
usb: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-02-15
Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...
Greg Kroah-Hartman
1
-2
/
+2
2019-02-07
usb: gadget: fix various indentation issues
Colin Ian King
1
-2
/
+2
2019-01-22
USB: add missing SPDX lines to Kconfig and Makefiles
Greg Kroah-Hartman
1
-0
/
+2
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-7
/
+6
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-3
/
+3
2018-03-08
usb: gadget: udc: bdc: Use dma_pool_zalloc
Souptick Joarder
1
-2
/
+1
2018-02-15
USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()
Wei Yongjun
1
-0
/
+1
2017-11-27
usb: bdc: fix platform_no_drv_owner.cocci warnings
Vasyl Gomonovych
1
-1
/
+0
2017-11-14
Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
10
-60
/
+10
2017-11-07
USB: gadget: udc: Remove redundant license text
Greg Kroah-Hartman
10
-60
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
10
-0
/
+10
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-08-15
usb: bdc: Add support for USB phy
Al Cooper
2
-2
/
+75
2017-08-15
usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systems
Al Cooper
1
-0
/
+1
2017-08-15
usb: bdc: fix "xsf for ep not enabled" errror
Al Cooper
1
-3
/
+4
2017-08-15
usb: bdc: Add support for suspend/resume
Al Cooper
2
-0
/
+37
2017-08-15
usb: bdc: hook a quick Device Tree compatible string
Florian Fainelli
2
-2
/
+10
2017-08-15
usb: bdc: Small code cleanup
Al Cooper
1
-7
/
+8
2017-08-15
usb: bdc: Add clock enable for new chips with a separate BDC clock
Al Cooper
1
-0
/
+15
2017-08-15
usb: bdc: Fix misleading register names
Al Cooper
3
-18
/
+18
[next]