summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/bdc
AgeCommit message (Expand)AuthorLines
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-8/+7
2026-01-23usb: bdc: fix sleep during atomicJustin Chen-2/+2
2024-10-14Merge 6.12-rc3 into usb-nextGreg Kroah-Hartman-3/+3
2024-10-04usb: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro-3/+3
2024-08-22usb: bdc: fix module autoloadingLiao Chen-0/+1
2023-05-28usb: bdc: Convert to platform remove callback returning voidUwe Kleine-König-3/+2
2022-10-22usb: bdc: change state when port disconnectedJustin Chen-0/+1
2022-06-10usb: gadget: bdc: fix typo in commentJulia Lawall-1/+1
2022-03-15usb: gadget: bdc: remove usage of list iterator past the loop bodyJakob Koschel-4/+9
2021-12-03usb: bdc: fix error handling code in bdc_resumeDongliang Mu-0/+1
2021-08-26usb: bdc: Fix a resource leak in the error handling path of 'bdc_probe()'Christophe JAILLET-14/+13
2021-08-26usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...Christophe JAILLET-1/+2
2021-08-13usb: gadget: bdc: remove unnecessary AND operation when get ep maxpChunfeng Yun-1/+0
2021-01-18usb: bdc: Remove the BDC PCI driverAl Cooper-141/+0
2021-01-13usb: gadget: bdc: fix checkpatch.pl repeated word warningChunfeng Yun-1/+1
2021-01-13usb: gadget: bdc: fix checkpatch.pl spacing errorChunfeng Yun-1/+1
2021-01-13usb: gadget: bdc: fix checkpatch.pl tab warningChunfeng Yun-3/+3
2021-01-13usb: gadget: bdc: use the BIT macro to define bit filedChunfeng Yun-42/+42
2021-01-13usb: gadget: bdc: avoid precedence issuesChunfeng Yun-9/+9
2021-01-13usb: gadget: bdc: add identifier name for function declaraionChunfeng Yun-31/+31
2021-01-13usb: gadget: bdc: fix check warning of block comments alignmentChunfeng Yun-5/+5
2021-01-13usb: gadget: bdc: fix warning of embedded function nameChunfeng Yun-4/+4
2021-01-13usb: gadget: bdc: prefer pointer dereference to pointer typeChunfeng Yun-1/+1
2021-01-13usb: gadget: bdc: remove bdc_ep_set_halt() declarationChunfeng Yun-1/+0
2021-01-13usb: gadget: bdc: fix improper SPDX comment style for header fileChunfeng Yun-4/+4
2020-10-02usb: bdc: remove duplicated error messageTang Bin-4/+3
2020-10-02usb: bdc: Fix unused assignment in bdc_probe()Tang Bin-1/+1
2020-07-24usb: bdc: Use devm_clk_get_optional()Florian Fainelli-5/+3
2020-07-24usb: bdc: Halt controller on suspendDanesh Petigara-2/+7
2020-07-24usb: bdc: driver runs out of buffer descriptors on large ADB transfersAl Cooper-1/+1
2020-07-24usb: bdc: Adb shows offline after resuming from S2Al Cooper-3/+7
2020-07-24bdc: Fix bug causing crash after multiple disconnectsSasi Kumar-6/+14
2020-07-24usb: bdc: Add compatible string for new style USB DT nodesAl Cooper-1/+1
2020-07-24usb: gadget: bdc: use readl_poll_timeout() to simplify codeChunfeng Yun-15/+11
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman-5/+5
2020-04-16usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_completeNathan Chancellor-1/+1
2019-10-04USB: gadget: udc: clean up an indentation issueColin Ian King-1/+1
2019-10-04usb: bdc: use devm_platform_ioremap_resource() to simplify codeYueHaibing-3/+1
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd-3/+1
2019-02-15Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman-2/+2
2019-02-07usb: gadget: fix various indentation issuesColin Ian King-2/+2
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman-0/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain-7/+6
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-3/+3
2018-03-08usb: gadget: udc: bdc: Use dma_pool_zallocSouptick Joarder-2/+1
2018-02-15USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun-0/+1
2017-11-27usb: bdc: fix platform_no_drv_owner.cocci warningsVasyl Gomonovych-1/+0