summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/bdc
Commit message (Expand)AuthorAgeFilesLines
* 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
* usb: bdc: Add clock enable for new chips with a separate BDC clockAl Cooper2017-08-151-0/+15
* usb: bdc: Fix misleading register namesAl Cooper2017-08-153-18/+18
* usb: gadget: bdc: 64-bit pointer capability checkSrinath Mannam2017-06-191-1/+1
* usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu2017-03-171-1/+1
* usb: gadget: udc: bdc: remove unnecessary & operationFelipe Balbi2016-11-031-1/+1
* usb: gadget: udc: bdc: make use of new usb_endpoint_maxp_mult()Felipe Balbi2016-11-031-1/+1
* usb: gadget: bdc: fix spelling mistake: "allocted" -> "allocated"Colin Ian King2016-06-211-1/+1
* usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz2016-06-212-7/+0
* usb: gadget: bdc_udc: fix race condition in bdc_udc_exit()Alexey Khoroshilov2016-03-041-0/+5
* usb: gadget: bdc: fix memory leakSudip Mukherjee2015-09-301-1/+3
* usb: gadget: drop null test before destroy functionsJulia Lawall2015-09-211-2/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2015-09-011-1/+1
|\
| * treewide: fix typos in comment blocksMasahiro Yamada2015-08-071-1/+1
* | Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-08-141-0/+9
|\ \
| * | usb: gadget: bdc: add ep capabilities supportRobert Baldyga2015-08-041-0/+9
| |/
* / usb: gadget: bdc: fix a driver crash on disconnectAl Cooper2015-07-271-1/+1
|/
* usb: gadget: bdc_udc: set value for common is_selfpoweredPeter Chen2015-01-291-0/+1
* Merge tag 'v3.19-rc5' into nextFelipe Balbi2015-01-191-1/+2
|\
| * usb: gadget: udc: avoid dereference before NULL check in ep_queueJohn W. Linville2015-01-091-1/+2
* | usb: gadget: fix platform_no_drv_owner.cocci warningsJulia Lawall2015-01-121-1/+0
* | usb: gadget: udc: remove bogus NULL checkDan Carpenter2015-01-121-1/+1
* | usb: gadget: udc: clean up a printkDan Carpenter2015-01-121-4/+4
|/
* usb: gadget: udc: missing curly bracesDan Carpenter2014-12-021-1/+2
* usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDCAshwini Pahuja2014-11-1812-0/+4381