summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/bdc
AgeCommit message (Expand)Author
2021-08-26usb: bdc: Fix a resource leak in the error handling path of 'bdc_probe()'Christophe JAILLET
2021-08-26usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...Christophe JAILLET
2021-08-13usb: gadget: bdc: remove unnecessary AND operation when get ep maxpChunfeng Yun
2021-01-18usb: bdc: Remove the BDC PCI driverAl Cooper
2021-01-13usb: gadget: bdc: fix checkpatch.pl repeated word warningChunfeng Yun
2021-01-13usb: gadget: bdc: fix checkpatch.pl spacing errorChunfeng Yun
2021-01-13usb: gadget: bdc: fix checkpatch.pl tab warningChunfeng Yun
2021-01-13usb: gadget: bdc: use the BIT macro to define bit filedChunfeng Yun
2021-01-13usb: gadget: bdc: avoid precedence issuesChunfeng Yun
2021-01-13usb: gadget: bdc: add identifier name for function declaraionChunfeng Yun
2021-01-13usb: gadget: bdc: fix check warning of block comments alignmentChunfeng Yun
2021-01-13usb: gadget: bdc: fix warning of embedded function nameChunfeng Yun
2021-01-13usb: gadget: bdc: prefer pointer dereference to pointer typeChunfeng Yun
2021-01-13usb: gadget: bdc: remove bdc_ep_set_halt() declarationChunfeng Yun
2021-01-13usb: gadget: bdc: fix improper SPDX comment style for header fileChunfeng Yun
2020-10-02usb: bdc: remove duplicated error messageTang Bin
2020-10-02usb: bdc: Fix unused assignment in bdc_probe()Tang Bin
2020-07-24usb: bdc: Use devm_clk_get_optional()Florian Fainelli
2020-07-24usb: bdc: Halt controller on suspendDanesh Petigara
2020-07-24usb: bdc: driver runs out of buffer descriptors on large ADB transfersAl Cooper
2020-07-24usb: bdc: Adb shows offline after resuming from S2Al Cooper
2020-07-24bdc: Fix bug causing crash after multiple disconnectsSasi Kumar
2020-07-24usb: bdc: Add compatible string for new style USB DT nodesAl Cooper
2020-07-24usb: gadget: bdc: use readl_poll_timeout() to simplify codeChunfeng Yun
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman
2020-04-16usb: gadget: udc: bdc: Remove unnecessary NULL checks in bdc_req_completeNathan Chancellor
2019-10-04USB: gadget: udc: clean up an indentation issueColin Ian King
2019-10-04usb: bdc: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-07-30usb: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-02-15Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-02-07usb: gadget: fix various indentation issuesColin Ian King
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-03-08usb: gadget: udc: bdc: Use dma_pool_zallocSouptick Joarder
2018-02-15USB: gadget: udc: Add missing platform_device_put() on error in bdc_pci_probe()Wei Yongjun
2017-11-27usb: bdc: fix platform_no_drv_owner.cocci warningsVasyl Gomonovych
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-15usb: bdc: Add support for USB phyAl Cooper
2017-08-15usb: bdc: Enable in Kconfig for ARCH_BRCMSTB systemsAl Cooper
2017-08-15usb: bdc: fix "xsf for ep not enabled" errrorAl Cooper
2017-08-15usb: bdc: Add support for suspend/resumeAl Cooper
2017-08-15usb: bdc: hook a quick Device Tree compatible stringFlorian Fainelli
2017-08-15usb: bdc: Small code cleanupAl Cooper
2017-08-15usb: bdc: Add clock enable for new chips with a separate BDC clockAl Cooper
2017-08-15usb: bdc: Fix misleading register namesAl Cooper
2017-06-19usb: gadget: bdc: 64-bit pointer capability checkSrinath Mannam