summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_tcm.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20usb: gadget: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2023-12-04usb: gadget: f_tcm: Remove snprintf() from sysfs call-backs and replace with ...Lee Jones1-2/+2
2023-10-13scsi: target: Have drivers report if they support direct submissionsMike Christie1-0/+3
2023-03-25Merge patch series "target: TMF and recovery fixes"Martin K. Petersen1-2/+2
2023-03-25scsi: target: Pass in cmd counter to use during cmd setupMike Christie1-2/+2
2023-03-17scsi: usb: gadget: f_tcm: Remove default fabric ops calloutsDmitry Bogdanov1-31/+0
2022-09-22usb: gadget: add _init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2021-10-05scsi: target: usb: Replace enable attr with ops.enableDmitry Bogdanov1-25/+6
2021-06-09usb: fix various gadgets null ptr deref on 10gbps cabling.Maciej Żenczykowski1-1/+2
2021-03-05scsi: target: usb: gadget: Convert to new submission APIMike Christie1-10/+6
2021-03-05scsi: target: core: Rename transport_init_se_cmd()Mike Christie1-10/+10
2020-10-02usb: gadget: config_ep_by_speed_and_alt instead of config_ep_by_speedPawel Laszczak1-6/+6
2020-08-17usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET1-3/+4
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-06-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+4
2020-06-10scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam1-2/+4
2020-05-25usb: gadget: f_tcm: Inform last stream requestThinh Nguyen1-0/+3
2019-10-22usb: gadget: f_tcm: Provide support to get alternate setting in tcm functionJayshri Pawar1-1/+12
2019-02-05scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche1-9/+0
2018-11-29scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp1-1/+0
2018-11-29scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp1-6/+1
2018-08-02scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie1-1/+1
2018-08-02scsi: target: rename target_alloc_sessionMike Christie1-1/+1
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche1-5/+3
2018-06-20scsi: target: Convert target drivers to use sbitmapMatthew Wilcox1-2/+3
2018-06-20scsi: target: Abstract tag freeingMatthew Wilcox1-1/+1
2018-03-08USB: gadget: function: remove redundant initialization of 'tv_nexus'Colin Ian King1-1/+1
2017-11-15Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+1
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman1-1/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-24usb: gadget: f_tcm: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal1-1/+1
2017-03-30usb: gadget: Correct usb EP argument for BOT status requestManish Narani1-1/+1
2016-12-09usb: gadget: Fix second argument of percpu_ida_alloc()Bart Van Assche1-1/+1
2016-05-31usb: gadget: f_tcm: out of bound access in usbg_drop_tpgHeinrich Schuchardt1-9/+11
2016-05-10target: make close_session optionalChristoph Hellwig1-5/+0
2016-05-10target: make ->shutdown_session optionalChristoph Hellwig1-6/+0
2016-03-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-106/+87
2016-03-11usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger1-40/+11
2016-03-11usb-gadget/tcm: Conversion to percpu_ida tag pre-allocationNicholas Bellinger1-39/+58
2016-03-11target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig1-32/+23
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn1-1/+1
2016-01-08usb/gadget: Remove set-but-not-used variablesBart Van Assche1-16/+0
2015-12-21usb: gadget: f_tcm: add configfs supportAndrzej Pietrasiewicz1-4/+68
2015-12-21usb: gadget: f_tcm: use usb_gstrings_attachAndrzej Pietrasiewicz1-11/+7
2015-12-21usb: gadget: f_tcm: remove redundant singletonAndrzej Pietrasiewicz1-9/+0
2015-12-21usb: gadget: f_tcm: remove compatibility layerAndrzej Pietrasiewicz1-81/+6
2015-12-21usb: gadget: f_tcm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz1-5/+281
2015-12-21usb: gadget: tcm: factor out f_tcmAndrzej Pietrasiewicz1-0/+2145