summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/bdc
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: bdc: fix typo in commentJulia Lawall2022-06-101-1/+1
* usb: gadget: bdc: remove usage of list iterator past the loop bodyJakob Koschel2022-03-151-4/+9
* usb: bdc: fix error handling code in bdc_resumeDongliang Mu2021-12-031-0/+1
* usb: bdc: Fix a resource leak in the error handling path of 'bdc_probe()'Christophe JAILLET2021-08-261-14/+13
* usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...Christophe JAILLET2021-08-261-1/+2
* usb: gadget: bdc: remove unnecessary AND operation when get ep maxpChunfeng Yun2021-08-131-1/+0
* usb: bdc: Remove the BDC PCI driverAl Cooper2021-01-183-141/+0
* usb: gadget: bdc: fix checkpatch.pl repeated word warningChunfeng Yun2021-01-131-1/+1
* usb: gadget: bdc: fix checkpatch.pl spacing errorChunfeng Yun2021-01-131-1/+1
* usb: gadget: bdc: fix checkpatch.pl tab warningChunfeng Yun2021-01-132-3/+3
* usb: gadget: bdc: use the BIT macro to define bit filedChunfeng Yun2021-01-131-42/+42
* usb: gadget: bdc: avoid precedence issuesChunfeng Yun2021-01-131-9/+9
* usb: gadget: bdc: add identifier name for function declaraionChunfeng Yun2021-01-134-31/+31
* usb: gadget: bdc: fix check warning of block comments alignmentChunfeng Yun2021-01-133-5/+5
* usb: gadget: bdc: fix warning of embedded function nameChunfeng Yun2021-01-132-4/+4
* usb: gadget: bdc: prefer pointer dereference to pointer typeChunfeng Yun2021-01-131-1/+1
* usb: gadget: bdc: remove bdc_ep_set_halt() declarationChunfeng Yun2021-01-131-1/+0
* usb: gadget: bdc: fix improper SPDX comment style for header fileChunfeng Yun2021-01-134-4/+4
* usb: bdc: remove duplicated error messageTang Bin2020-10-021-4/+3
* usb: bdc: Fix unused assignment in bdc_probe()Tang Bin2020-10-021-1/+1
* usb: bdc: Use devm_clk_get_optional()Florian Fainelli2020-07-241-5/+3
* usb: bdc: Halt controller on suspendDanesh Petigara2020-07-241-2/+7
* usb: bdc: driver runs out of buffer descriptors on large ADB transfersAl Cooper2020-07-241-1/+1
* usb: bdc: Adb shows offline after resuming from S2Al Cooper2020-07-241-3/+7
* bdc: Fix bug causing crash after multiple disconnectsSasi Kumar2020-07-242-6/+14
* usb: bdc: Add compatible string for new style USB DT nodesAl Cooper2020-07-241-1/+1
* usb: gadget: bdc: use readl_poll_timeout() to simplify codeChunfeng Yun2020-07-241-15/+11
* USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman2020-06-241-5/+5
* usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_completeNathan Chancellor2020-04-161-1/+1
* USB: gadget: udc: clean up an indentation issueColin Ian King2019-10-041-1/+1
* usb: bdc: use devm_platform_ioremap_resource() to simplify codeYueHaibing2019-10-041-3/+1
* usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-07-301-3/+1
* Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-02-151-2/+2
|\
| * usb: gadget: fix various indentation issuesColin Ian King2019-02-071-2/+2
* | USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman2019-01-221-0/+2
|/
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-7/+6
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+3
* usb: gadget: udc: bdc: Use dma_pool_zallocSouptick Joarder2018-03-081-2/+1
* USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun2018-02-151-0/+1
* usb: bdc: fix platform_no_drv_owner.cocci warningsVasyl Gomonovych2017-11-271-1/+0
* Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-11-1310-60/+10
|\
| * USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman2017-11-0710-60/+0
| * USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-0410-0/+10
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* usb: bdc: Add support for USB phyAl Cooper2017-08-152-2/+75
* usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systemsAl Cooper2017-08-151-0/+1
* usb: bdc: fix "xsf for ep not enabled" errrorAl Cooper2017-08-151-3/+4
* usb: bdc: Add support for suspend/resumeAl Cooper2017-08-152-0/+37
* usb: bdc: hook a quick Device Tree compatible stringFlorian Fainelli2017-08-152-2/+10
* usb: bdc: Small code cleanupAl Cooper2017-08-151-7/+8