index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
udc
/
bdc
/
bdc_core.c
Age
Commit message (
Expand
)
Author
2024-10-04
usb: Switch back to struct platform_driver::remove()
Uwe Kleine-König
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
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
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: 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
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-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
2017-11-27
usb: bdc: fix platform_no_drv_owner.cocci warnings
Vasyl Gomonovych
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-08-15
usb: bdc: Add support for USB phy
Al Cooper
2017-08-15
usb: bdc: Add support for suspend/resume
Al Cooper
2017-08-15
usb: bdc: hook a quick Device Tree compatible string
Florian Fainelli
2017-08-15
usb: bdc: Small code cleanup
Al Cooper
2017-08-15
usb: bdc: Add clock enable for new chips with a separate BDC clock
Al Cooper
2017-06-19
usb: gadget: bdc: 64-bit pointer capability check
Srinath Mannam
2015-09-21
usb: gadget: drop null test before destroy functions
Julia Lawall
2015-01-09
usb: gadget: udc: bdc: drop owner assignment from platform_drivers
Wolfram Sang
2014-11-18
usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDC
Ashwini Pahuja