aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/net2272.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31usb: gadget: net2272: Remove the initialization of statics to 0Shaomin Deng1-2/+2
2022-04-21usb: gadget: net2272: clean up commentsTom Rix1-3/+3
2022-03-15usb: gadget: net2272: remove usage of list iterator past the loop bodyJakob Koschel1-6/+7
2021-06-04USB: UDC: Implement udc_async_callbacks in net2272Alan Stern1-14/+27
2021-04-22usb: gadget: net2272: remove redundant initialization of statusColin Ian King1-1/+2
2020-10-02USB: UDC: net2272: Fix memory leaksAlan Stern1-10/+13
2020-10-02usb: gadget: udc: Drop surplus includeLinus Walleij1-1/+0
2020-07-24usb: gadget: net2272: skip BAR1 on error handling paths in probeEvgeny Novikov1-0/+2
2020-06-24USB: ch9: add "USB_" prefix in front of TEST definesGreg Kroah-Hartman1-1/+1
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+1
2020-05-25usb: gadget: net2272: use false for 'use_dma'Jason Yan1-1/+1
2020-05-09usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272_plat_probe()'Christophe JAILLET1-0/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-3/+3
2019-06-18usb: gadget: net2272: remove redundant assignments to pointer 's'Colin Ian King1-5/+0
2019-05-03USB: UDC: net22{80,72}: remove mistaken test of req->zeroAlan Stern1-2/+1
2019-03-20usb: gadget: net2272: Fix net2272_dequeue()Guido Kiener1-0/+1
2019-01-28usb: gadget: udc: net2272: Fix bitwise and boolean operationsGustavo A. R. Silva1-1/+1
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-17usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HWyuan linyu1-4/+4
2017-01-24usb: gadget: udc: constify usb_ep_ops structuresBhumika Goyal1-2/+2
2016-11-03usb: gadget: udc: net2272: remove unnecessary & operationFelipe Balbi1-2/+2
2016-06-21usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz1-4/+0
2015-08-04usb: gadget: net2272: add ep capabilities supportRobert Baldyga1-0/+11
2015-07-29usb: udc: Convert use of __constant_cpu_to_leXX to cpu_to_leXXVaishali Thakkar1-2/+2
2015-01-29usb: gadget: net2272: use common is_selfpoweredPeter Chen1-5/+2
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-10usb: gadget: net2272: use udc-core's reset notifierAlan Stern1-10/+35
2014-11-03usb: gadget: udc: net2272: do not call usb_gadget_unregister_driver()Felipe Balbi1-10/+0
2014-11-03usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi1-4/+2
2014-11-03usb: gadget: udc: net2272: remove bind/unbind messagesFelipe Balbi1-4/+0
2014-11-03usb: gadget: udc: net2272: do not rely on 'driver' argumentFelipe Balbi1-2/+3
2014-10-20usb: gadget: udc: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-25usb: gadget: Refactor request completionMichal Sojka1-1/+1
2014-07-16usb: gadget: Gadget directory cleanup - group UDC driversAndrzej Pietrasiewicz1-0/+2710