summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/legacy
AgeCommit message (Expand)AuthorFilesLines
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig1-2/+2
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig1-1/+1
2020-05-25Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-12/+2
2020-05-25usb: gadget: mass_storage: use module_usb_composite_driver to simplify the codeWei Yongjun1-12/+2
2020-05-14usb: raw-gadget: fix null-ptr-deref when reenabling endpointsAndrey Konovalov1-1/+0
2020-05-14usb: raw-gadget: support stalling/halting/wedging endpointsAndrey Konovalov1-2/+129
2020-05-14usb: raw-gadget: fix gadget endpoint selectionAndrey Konovalov1-64/+123
2020-05-09usb: raw-gadget: fix return value of ep read ioctlsAndrey Konovalov1-2/+6
2020-05-09usb: gadget: legacy: fix error return code in gncm_bind()Wei Yongjun1-1/+3
2020-05-09usb: gadget: legacy: fix error return code in cdc_bind()Wei Yongjun1-1/+3
2020-05-09usb: gadget: legacy: fix redundant initialization warningsMasahiro Yamada1-2/+1
2020-05-09usb: gadget: audio: Fix a missing error return value in audio_bind()Christophe JAILLET1-1/+3
2020-04-16usb: raw-gadget: fix raw_event_queue_fetch lockingAndrey Konovalov1-5/+20
2020-04-16usb: raw-gadget: Fix copy_to/from_user() checksDan Carpenter1-24/+22
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2020-03-21usb: gadget: Use completion interface instead of open coding itThomas Gleixner1-2/+2
2020-03-16usb: get rid of 'choice' for legacy gadget driversMasahiro Yamada1-26/+22
2020-03-16Merge tag 'usb-for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman3-0/+1090
2020-03-15usb: gadget: add raw-gadget interfaceAndrey Konovalov3-0/+1090
2020-02-19usb: gadget: legacy: inode: remove useless cast for driver.nameCorentin Labbe1-1/+1
2020-02-19usb: gadget: legacy: gmidi: remove useless cast for driver.nameCorentin Labbe1-1/+1
2020-01-15usb: gadget: legacy: set max_speed to super-speedRoger Quadros4-4/+4
2019-12-17usb: gadget: move choice ... endchoice to legacy/KconfigMasahiro Yamada1-0/+28
2019-11-21usb: gadget: Fix Kconfig indentationKrzysztof Kozlowski1-13/+13
2019-11-18Merge tag 'usb-for-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-1/+48
2019-10-22usb: gadget: Remove set but not used variable 'opts' in msg_do_configzhengbin1-3/+0
2019-10-22usb: gadget: Remove set but not used variable 'opts' in acm_ms_do_configzhengbin1-3/+0
2019-10-22usb: gadget: legacy/serial: allow dynamic removalMichał Mirosław1-1/+48
2019-10-10usb: gadget: Remove set but not used variable 'opts' in msg_do_configzhengbin1-3/+0
2019-10-10usb: gadget: Remove set but not used variable 'opts' in acm_ms_do_configzhengbin1-3/+0
2019-10-04usb: Fix Kconfig indentationKrzysztof Kozlowski1-10/+10
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-6/+15
2019-07-04vfs: Convert gadgetfs to use the new mount APIDavid Howells1-6/+15
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab1-3/+3
2019-05-21usb: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz1-2/+0
2019-02-15Merge tag 'usb-for-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman1-20/+20
2019-02-07usb: gadget: fix various indentation issuesColin Ian King1-20/+20
2019-01-22USB: add missing SPDX lines to Kconfig and MakefilesGreg Kroah-Hartman1-0/+1
2018-07-26usb: gadget: tcm: fix spelling mistake: "Manufactor" -> "Manufacturer"Colin Ian King1-1/+1
2018-07-26usb: gadget: uvc: Move trace parameter to function moduleLaurent Pinchart1-4/+0
2018-04-04Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+1
2018-03-26usb: Remove Blackfin references in USB supportAaron Wu1-2/+0
2018-03-13usb: gadget: mass_storage: Set max_speed to SSPThinh Nguyen1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-5/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+2
2018-01-22usb: gadget: compress return logic into one lineGustavo A. R. Silva1-4/+2
2018-01-08Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-1/+0
2017-12-12Revert "usb: gadget: allow to enable legacy drivers without USB_ETH"Felipe Balbi1-10/+0
2017-12-12usb: gadget: webcam: fix V4L2 Kconfig dependencyArnd Bergmann1-1/+1