summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/bdc/bdc_core.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-28usb: bdc: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2021-12-03usb: bdc: fix error handling code in bdc_resumeDongliang Mu1-0/+1
2021-08-26usb: bdc: Fix a resource leak in the error handling path of 'bdc_probe()'Christophe JAILLET1-14/+13
2021-08-26usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...Christophe JAILLET1-1/+2
2020-10-02usb: bdc: remove duplicated error messageTang Bin1-4/+3
2020-10-02usb: bdc: Fix unused assignment in bdc_probe()Tang Bin1-1/+1
2020-07-24usb: bdc: Use devm_clk_get_optional()Florian Fainelli1-5/+3
2020-07-24usb: bdc: Halt controller on suspendDanesh Petigara1-2/+7
2020-07-24usb: bdc: Adb shows offline after resuming from S2Al Cooper1-3/+7
2020-07-24bdc: Fix bug causing crash after multiple disconnectsSasi Kumar1-0/+4
2020-07-24usb: bdc: Add compatible string for new style USB DT nodesAl Cooper1-1/+1
2020-07-24usb: gadget: bdc: use readl_poll_timeout() to simplify codeChunfeng Yun1-15/+11
2019-10-04usb: bdc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-7/+6
2017-11-27usb: bdc: fix platform_no_drv_owner.cocci warningsVasyl Gomonovych1-1/+0
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman1-6/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-15usb: bdc: Add support for USB phyAl Cooper1-2/+72
2017-08-15usb: bdc: Add support for suspend/resumeAl Cooper1-0/+36
2017-08-15usb: bdc: hook a quick Device Tree compatible stringFlorian Fainelli1-0/+8
2017-08-15usb: bdc: Small code cleanupAl Cooper1-7/+8
2017-08-15usb: bdc: Add clock enable for new chips with a separate BDC clockAl Cooper1-0/+15
2017-06-19usb: gadget: bdc: 64-bit pointer capability checkSrinath Mannam1-1/+1
2015-09-21usb: gadget: drop null test before destroy functionsJulia Lawall1-2/+1
2015-01-09usb: gadget: udc: bdc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-11-18usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDCAshwini Pahuja1-0/+533