summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/bdc/bdc_ep.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-24bdc: Fix bug causing crash after multiple disconnectsSasi Kumar1-6/+10
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
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+3
2018-03-08usb: gadget: udc: bdc: Use dma_pool_zallocSouptick Joarder1-2/+1
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman1-6/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-08-15usb: bdc: Fix misleading register namesAl Cooper1-2/+2
2016-11-03usb: gadget: udc: bdc: remove unnecessary & operationFelipe Balbi1-1/+1
2016-06-21usb: gadget: bdc: fix spelling mistake: "allocted" -> "allocated"Colin Ian King1-1/+1
2016-06-21usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz1-4/+0
2015-09-30usb: gadget: bdc: fix memory leakSudip Mukherjee1-1/+3
2015-08-14Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-0/+9
2015-08-04usb: gadget: bdc: add ep capabilities supportRobert Baldyga1-0/+9
2015-07-27usb: gadget: bdc: fix a driver crash on disconnectAl Cooper1-1/+1
2015-01-19Merge tag 'v3.19-rc5' into nextFelipe Balbi1-1/+2
2015-01-12usb: gadget: udc: remove bogus NULL checkDan Carpenter1-1/+1
2015-01-12usb: gadget: udc: clean up a printkDan Carpenter1-4/+4
2015-01-09usb: gadget: udc: avoid dereference before NULL check in ep_queueJohn W. Linville1-1/+2
2014-12-02usb: gadget: udc: missing curly bracesDan Carpenter1-1/+2
2014-11-18usb: gadget: Add UDC driver for Broadcom USB3.0 device controller IP BDCAshwini Pahuja1-0/+2023