summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/bdc
AgeCommit message (Expand)AuthorFilesLines
2022-10-22usb: bdc: change state when port disconnectedJustin Chen1-0/+1
2022-06-10usb: gadget: bdc: fix typo in commentJulia Lawall1-1/+1
2022-03-15usb: gadget: bdc: remove usage of list iterator past the loop bodyJakob Koschel1-4/+9
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
2021-08-13usb: gadget: bdc: remove unnecessary AND operation when get ep maxpChunfeng Yun1-1/+0
2021-01-18usb: bdc: Remove the BDC PCI driverAl Cooper3-141/+0
2021-01-13usb: gadget: bdc: fix checkpatch.pl repeated word warningChunfeng Yun1-1/+1
2021-01-13usb: gadget: bdc: fix checkpatch.pl spacing errorChunfeng Yun1-1/+1
2021-01-13usb: gadget: bdc: fix checkpatch.pl tab warningChunfeng Yun2-3/+3
2021-01-13usb: gadget: bdc: use the BIT macro to define bit filedChunfeng Yun1-42/+42
2021-01-13usb: gadget: bdc: avoid precedence issuesChunfeng Yun1-9/+9
2021-01-13usb: gadget: bdc: add identifier name for function declaraionChunfeng Yun4-31/+31
2021-01-13usb: gadget: bdc: fix check warning of block comments alignmentChunfeng Yun3-5/+5
2021-01-13usb: gadget: bdc: fix warning of embedded function nameChunfeng Yun2-4/+4
2021-01-13usb: gadget: bdc: prefer pointer dereference to pointer typeChunfeng Yun1-1/+1
2021-01-13usb: gadget: bdc: remove bdc_ep_set_halt() declarationChunfeng Yun1-1/+0
2021-01-13usb: gadget: bdc: fix improper SPDX comment style for header fileChunfeng Yun4-4/+4
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: driver runs out of buffer descriptors on large ADB transfersAl Cooper1-1/+1
2020-07-24usb: bdc: Adb shows offline after resuming from S2Al Cooper1-3/+7
2020-07-24bdc: Fix bug causing crash after multiple disconnectsSasi Kumar2-6/+14
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
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman1-5/+5
2020-04-16usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_completeNathan Chancellor1-1/+1
2019-10-04USB: gadget: udc: clean up an indentation issueColin Ian King1-1/+1
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-02-15Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-2/+2
2019-02-07usb: gadget: fix various indentation issuesColin Ian King1-2/+2
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-7/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+3
2018-03-08usb: gadget: udc: bdc: Use dma_pool_zallocSouptick Joarder1-2/+1
2018-02-15USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun1-0/+1
2017-11-27usb: bdc: fix platform_no_drv_owner.cocci warningsVasyl Gomonovych1-1/+0
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds10-60/+10
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman10-60/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman10-0/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-15usb: bdc: Add support for USB phyAl Cooper2-2/+75
2017-08-15usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systemsAl Cooper1-0/+1
2017-08-15usb: bdc: fix "xsf for ep not enabled" errrorAl Cooper1-3/+4
2017-08-15usb: bdc: Add support for suspend/resumeAl Cooper2-0/+37
2017-08-15usb: bdc: hook a quick Device Tree compatible stringFlorian Fainelli2-2/+10