summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_bsg.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla2xxx: Introduce the dsd32 and dsd64 data structuresBart Van Assche2019-04-291-6/+4
* scsi: qla2xxx: Leave a blank line after declarationsBart Van Assche2019-04-151-0/+5
* scsi: qla2xxx: Use get/put_unaligned where appropriateBart Van Assche2019-04-081-1/+1
* scsi: qla2xxx: Fix a small typo in qla_bsg.cMilan P. Gandhi2019-03-191-1/+1
* scsi: qla2xxx: Fix comment alignment in qla_bsg.cMilan P. Gandhi2019-03-191-1/+1
* scsi: qla2xxx: Add 28xx flash primary/secondary status/image mechanismJoe Carnuccio2019-03-191-0/+42
* scsi: qla2xxx: Add support for multiple fwdump templates/segmentsJoe Carnuccio2019-03-191-2/+1
* scsi: qla2xxx: Cleanups for NVRAM/Flash read/write pathJoe Carnuccio2019-03-191-3/+3
* scsi: qla2xxx: Add Device ID for ISP28XXJoe Carnuccio2019-03-191-5/+7
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* scsi: qla2xxx: Reject bsg request if chip is down.Quinn Tran2018-09-111-1/+1
* scsi: qla2xxx: Use dma_pool_zalloc()Souptick Joarder2018-02-221-2/+1
* scsi: qla2xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha2018-01-041-6/+3
* scsi: qla2xxx: don't break the bsg-lib abstractionsChristoph Hellwig2017-10-161-6/+4
* scsi: qla2xxx: Cocci spatch "pool_zalloc-simple"Thomas Meyer2017-09-251-2/+1
* scsi: qla2xxx: fix a bunch of typos and spelling mistakesColin Ian King2017-07-011-1/+1
* scsi: qla2xxx: Cleanup debug message IDsQuinn Tran2017-06-121-1/+1
* scsi: qla2xxx: Set bit 15 for DIAG_ECHO_TEST MBCJoe Carnuccio2017-05-241-4/+5
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-1/+1
|\
| * scsi: qla2xxx: Fix typo in driverMilan P Gandhi2017-04-041-1/+1
* | scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-3/+3
|/
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2017-03-021-13/+10
|\
| * qla2xxx: Simplify usage of SRB structure in driverJoe Carnuccio2017-02-091-13/+10
* | block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-1/+1
|/
* scsi: fc: use bsg_job_doneJohannes Thumshirn2016-11-171-22/+22
* scsi: change FC drivers to use 'struct bsg_job'Johannes Thumshirn2016-11-171-30/+31
* scsi: fc: provide fc_bsg_to_rport() helperJohannes Thumshirn2016-11-171-2/+2
* scsi: fc: provide fc_bsg_to_shost() helperJohannes Thumshirn2016-11-171-27/+27
* scsi: fc: Export fc_bsg_jobdone and use it in FC driversJohannes Thumshirn2016-11-171-22/+44
* scsi: don't use fc_bsg_job::request and fc_bsg_job::reply directlyJohannes Thumshirn2016-11-171-112/+152
* qla2xxx: Add bsg interface to support statistics counter reset.Sawan Chandak2016-07-151-25/+26
* qla2xxx: Add bsg interface to support D_Port Diagnostics.Joe Carnuccio2016-07-151-0/+44
* qla2xxx: Properly reset firmware statistics.Joe Carnuccio2016-07-151-1/+1
* qla2xxx: Provide mbx info in BBCR data after mbx failureHarish Zunjarrao2016-02-231-2/+7
* qla2xxx: Add support for Private link statistics counters.Harish Zunjarrao2016-02-231-0/+61
* qla2xxx: Add support for buffer to buffer credit value for ISP27XX.Sawan Chandak2016-02-231-0/+55
* qla2xxx: Add support for online flash update for ISP27XX.Sawan Chandak2016-02-231-0/+80
* qla2xxx: Remove set-but-not-used variablesBart Van Assche2015-08-261-5/+0
* qla2xxx: Declare local functions staticBart Van Assche2015-08-261-1/+1
* qla2xxx: Add missing ISP27xx checks to optrom code.Alex Vechersky2014-09-251-1/+1
* qla2xxx: Change copyright year to 2014 in all the source files.Armen Baloyan2014-05-191-1/+1
* qla2xxx: Add ISP8044 serdes bsg interface.Joe Carnuccio2014-05-191-2/+45
* [SCSI] qla2xxx: Add mutex around optrom calls to serialize accesses.Chad Dupuis2014-03-151-2/+10
* [SCSI] qla2xxx: Add BSG interface for read/write serdes register.Joe Carnuccio2013-12-191-0/+44
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-061-1/+1
|\
| * treewide: Convert retrun typos to returnJoe Perches2013-09-041-1/+1
* | [SCSI] qla2xxx: Add loopback IDC-TIME-EXTEND aen handling support.Santosh Vernekar2013-09-031-2/+15
* | [SCSI] qla2xxx: Fix incorrect test after list_for_each_entry() exits.Joe Carnuccio2013-09-031-1/+4
* | [SCSI] qla2xxx: Add support for ISP8044.Atul Deshmukh2013-09-031-6/+6
* | [SCSI] qla2xxx: Print some variables to hexadecimal string via %*phN formatOleksandr Khoshaba2013-09-031-6/+3
|/