aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/udc/s3c2410_udc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-07USB/ARM: Switch S3C2410 UDC to GPIO descriptorsLinus Walleij1-46/+32
2022-03-15usb: gadget: udc: s3c2410: remove usage of list iterator past the loop bodyJakob Koschel1-8/+9
2021-08-13usb: gadget: udc: s3c2410: add IRQ checkSergey Shtylyov1-0/+4
2021-05-21USB: gadget: s3c2410_udc: remove dentry storage for debugfs fileGreg Kroah-Hartman1-4/+3
2021-05-13USB: gadget: udc: s3c2410_udc: s3c2410_udc_set_ep0_ss() can be staticYang Yingliang1-1/+1
2021-03-28usb: gadget: s3c: Fix the error handling path in 's3c2410_udc_probe()'Christophe JAILLET1-4/+12
2021-03-28usb: gadget: s3c: Fix incorrect resources releasingChristophe JAILLET1-11/+3
2021-03-10USB: gadget: udc: s3c2410_udc: fix return value check in s3c2410_udc_probe()Wei Yongjun1-2/+2
2020-08-19usb: gadget: s3c: remove unused 'udc' variableKrzysztof Kozlowski1-3/+0
2020-08-19usb: gadget: s3c: use platform resourcesArnd Bergmann1-20/+11
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-05-25USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nukeNathan Chancellor1-4/+0
2019-11-14usb: gadget: udc: s3c2410_udc: create debugfs directory under usb rootChunfeng Yun1-1/+2
2019-08-09USB: gadget: udc: s3c2410_udc: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-12-07USB: gadget: udc: s3c2410_udc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-15/+2
2018-05-31USB: gadget: udc: s3c2410_udc: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-13/+4
2017-11-07USB: gadget: udc: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-07-22USB: gadget: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman1-3/+1
2016-11-03usb: gadget: udc: s3c2410: remove unnecessary & operationFelipe Balbi1-2/+2
2015-08-04usb: gadget: s3c2410_udc: add ep capabilities supportRobert Baldyga1-0/+10
2015-06-08Merge 4.1-rc7 into usb-nextGreg Kroah-Hartman1-1/+1
2015-05-26usb: s3c2410_udc: correct reversed pullup logicSergiy Kibrik1-1/+1
2015-05-07usb: gadget: s3c2410_udc: Remove static char buffer, use vsprintf extension %pVJoe Perches1-15/+13
2015-01-29usb: gadget: s3c2410_udc: set value for common is_selfpoweredPeter Chen1-0/+1
2015-01-12usb: gadget: udc: s3c2410_udc.c: Remove some unused functionsRickard Strandqvist1-20/+0
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-03usb: gadget: remove unnecessary 'driver' argumentFelipe Balbi1-4/+2
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/+2045