aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/r8a66597-udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-14usb: gadget: r8a66597: fix a loop in set_feature()Dan Carpenter1-1/+1
2021-04-09usb: gadget: r8a66597: Add missing null check on return from platform_get_resourceColin Ian King1-0/+2
2020-07-29usb: gadget: r8a66597: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-4/+2
2020-02-19usb: gadget: r8a66597-udc: remove useless cast for driver.nameCorentin Labbe1-1/+1
2019-10-04usb: gadget: r8a66597-udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2018-07-17usb: gadget: r8a66597: Fix a possible sleep-in-atomic-context bugs in r8a66597_queue()Jia-Ju Bai1-1/+1
2018-07-17usb: gadget: r8a66597: Fix two possible sleep-in-atomic-context bugs in init_controller()Jia-Ju Bai1-2/+2
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-3/+3
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-04usb: gadget: udc: r8a66597: use setup_timer() helper.Allen Pais1-3/+1
2017-01-24usb: gadget: udc: constify usb_ep_ops structuresBhumika Goyal1-1/+1
2016-06-21usb: gadget: r8a66597: fix unused-but-set-variable warningsMichal Nazarewicz1-18/+6
2016-04-19usb: gadget: r8a66597-udc: Deinline pipe_change, save 2176 bytesDenys Vlasenko1-1/+1
2015-08-04usb: gadget: r8a66597-udc: add ep capabilities supportRobert Baldyga1-0/+10
2015-04-27usb: gadget: remove incorrect __init/__exit annotationsArnd Bergmann1-2/+2
2015-01-29usb: gadget: r8a66597-udc: set value for common is_selfpoweredPeter Chen1-0/+1
2014-11-10usb: gadget: r8a66597-udc: use udc-core's reset notifierPeter Chen1-1/+1
2014-11-03usb: gadget: fix ptr_ret.cocci warningsFengguang Wu1-4/+1
2014-11-03usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi1-2/+1
2014-09-25usb: gadget: Refactor request completionMichal Sojka1-1/+1
2014-09-08Merge tag 'v3.17-rc4' into nextFelipe Balbi1-2/+2
2014-08-29usb: gadget: udc: use USB API functions rather than constantsHimangi Saraogi1-3/+3
2014-08-20usb: gadget: Remove redundant dev_err call in r8a66597_sudmac_ioremap()Wei Yongjun1-3/+1
2014-08-19usb: gadget: Fix return value check in r8a66597_probe()Wei Yongjun1-2/+2
2014-07-16usb: gadget: Gadget directory cleanup - group UDC driversAndrzej Pietrasiewicz1-0/+1993