summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/cxlflash/main.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: cxlflash: Fix function pointer cast warningsArnd Bergmann2024-04-081-10/+8
* scsi: cxlflash: Make cxlflash_class constantRicardo B. Marliere2024-03-101-7/+10
* driver core: class: remove module * from class_create()Greg Kroah-Hartman2023-03-171-1/+1
* driver core: fix up missed scsi/cxlflash class.devnode() conversion.Stephen Rothwell2022-11-301-1/+1
* scsi: cxlflash: Drop DID_ALLOC_FAILURE useMike Christie2022-09-061-1/+1
* scsi: cxlflash: Switch to attribute groupsBart Van Assche2021-10-161-18/+22
* scsi: cxlflash: Call scsi_done() directlyBart Van Assche2021-10-161-3/+3
* Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-09-071-28/+6
|\
| * scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-28/+6
* | scsi: cxlflash: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-111-1/+1
|/
* Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-05-051-2/+1
|\
| * PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit2021-04-301-2/+1
* | scsi: cxlflash: Fix a little doc-rotLee Jones2021-03-181-4/+4
|/
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-14/+14
* scsi: cxlflash: Remove an unnecessary NULL checkDan Carpenter2020-06-091-3/+0
* scsi: cxlflash: Fix error return code in cxlflash_probe()Wei Yongjun2020-05-191-0/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-12-021-2/+0
|\
| * scsi: cxlflash: remove set but not used variable 'ioarcb'YueHaibing2019-10-221-2/+0
* | compat_ioctl: move more drivers to compat_ptr_ioctlArnd Bergmann2019-10-231-1/+1
|/
* scsi: cxlflash: Mark expected switch fall-throughsGustavo A. R. Silva2019-07-301-2/+10
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-091-1/+1
|\
| * scsi: ata: Use unsigned int for cmd's type in ioctls in scsi_host_templateNathan Chancellor2019-02-081-1/+1
* | scsi: cxlflash: Prevent deadlock when adapter probe failsVaibhav Jain2019-02-041-0/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-12-281-1/+0
|\
| * scsi: flip the default on use_clusteringChristoph Hellwig2018-12-181-1/+0
* | scsi: kill off the legacy IO pathJens Axboe2018-11-071-6/+0
|/
* scsi: cxlflash: Isolate external module dependenciesUma Krishnan2018-05-181-2/+0
* scsi: cxlflash: Abstract hardware dependent assignmentsUma Krishnan2018-05-181-5/+2
* scsi: cxlflash: Use local mutex for AFU serializationMatthew R. Ochs2018-05-181-3/+3
* scsi: cxlflash: Limit the debug logs in the IO pathUma Krishnan2018-05-181-2/+2
* scsi: cxlflash: Yield to active send threadsUma Krishnan2018-05-181-0/+2
* scsi: cxlflash: Handle spurious interruptsUma Krishnan2018-04-181-0/+11
* scsi: cxlflash: Remove commmands from pending list on timeoutUma Krishnan2018-04-181-0/+14
* scsi: cxlflash: Synchronize reset and remove opsUma Krishnan2018-04-181-3/+3
* scsi: cxlflash: Enable OCXL operationsUma Krishnan2018-04-181-2/+7
* scsi: cxlflash: Setup LISNs for master contextsUma Krishnan2018-04-181-0/+21
* scsi: cxlflash: Hardware AFU for OCXLUma Krishnan2018-04-181-2/+7
* scsi: cxlflash: Avoid clobbering context control register valueMatthew R. Ochs2018-04-181-1/+4
* scsi: cxlflash: Preserve number of interrupts for master contextsUma Krishnan2018-04-181-3/+8
* scsi: cxlflash: Staging to support future acceleratorsMatthew R. Ochs2018-01-101-49/+30
* scsi: cxlflash: Adapter context init can return errorUma Krishnan2018-01-101-1/+1
* scsi: cxlflash: Remove embedded CXL work structuresMatthew R. Ochs2018-01-101-3/+1
* scsi: cxlflash: Update cxl-specific arguments to generic cookieUma Krishnan2018-01-101-19/+19
* scsi: cxlflash: Reset command ioascUma Krishnan2018-01-101-0/+1
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-6/+0
|\
| * cxlflash: get rid of pointless access_ok()Al Viro2017-10-171-6/+0
* | scsi: cxlflash: Allow cards without WWPN VPD to configureMatthew R. Ochs2017-10-311-7/+17
|/
* scsi: cxlflash: Remove unnecessary existence checkMatthew R. Ochs2017-08-251-2/+1
* scsi: cxlflash: return -EFAULT if copy_from_user() failsDan Carpenter2017-07-121-4/+7