summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx/ql4_nx.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: qla4xxx: Convert uses of __constant_cpu_to_<foo> to cpu_to_<foo>Dwaipayan Ray2021-08-011-5/+5
* scsi: qla4xxx: Remove an unused functionBart Van Assche2021-04-151-6/+0
* scsi: qla4xxx: Remove redundant assignment to variable rvalColin Ian King2020-12-091-1/+1
* scsi: qla4xxx: Remove in_interrupt() from qla4_82xx_rom_lock()Ahmed S. Darwish2020-12-011-10/+6
* scsi: qla4xxx: Remove in_interrupt() from qla4_82xx_idc_lock()Ahmed S. Darwish2020-12-011-9/+5
* scsi: qla4xxx: Remove in_interrupt()Ahmed S. Darwish2020-12-011-34/+29
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-10-231-1/+1
|\
| * scsi: qla4xxx: Fix inconsistent format argument typeYe Bin2020-10-071-1/+1
* | scsi/qla4xxx: Convert to SPDX license identifiersThomas Gleixner2020-09-161-2/+1
|/
* scsi: qla4xxx: Supply description for 'code'Lee Jones2020-07-241-4/+5
* scsi: qla4xxx: Remove three set but unused variablesLee Jones2020-07-241-6/+3
* cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-2/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* scsi: qla4xxx: Move an array from a .h into a .c fileBart Van Assche2018-02-121-0/+2
* scsi: qla4xxx: Use zeroing allocator rather than allocator/memsetHimanshu Jha2018-01-041-3/+2
* scsi: qla4xxx: switch to pci_alloc_irq_vectorsChristoph Hellwig2016-12-071-65/+24
* scsi: qla4xxx: print MAC and SID via %p[mM][R]Oleksandr Khoshaba2016-11-081-6/+2
* scsi: qla4xxx: Mark symbols static where possibleBaoyou Xie2016-09-021-1/+1
* move io-64-nonatomic*.h out of asm-genericChristoph Hellwig2015-10-151-1/+1
* qla4xxx: Use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-07-301-1/+1
* qla4xxx: Check for correct return statusVikas Chaudhary2014-05-191-1/+1
* qla4xxx: qla4xxx: Move qla4_8xxx_ms_mem_write_128b to ql4_nx.cVikas Chaudhary2014-05-191-0/+106
* qla4xxx: Added PEX DMA Support for ISP8022 AdapterTej Parkash2014-05-191-11/+4
* qla4xxx: Added new opcodes for 84XX Minidump templateTej Parkash2014-05-191-0/+335
* [SCSI] qla4xxx: Reduce rom-lock contention during reset recovery.Vikas Chaudhary2014-03-151-21/+12
* [SCSI] qla4xxx: Driver not able to collect minidump for ISP84xxTej Parkash2014-03-151-1/+7
* [SCSI] qla4xxx: Fix processing response queue during probeTej Parkash2014-03-151-0/+4
* [SCSI] qla4xxx: Correctly handle msleep_interruptibleVikas Chaudhary2014-03-151-8/+2
* [SCSI] qla4xxx: Use IDC_CTRL bit1 directly instead of AF_83XX_NO_FWDUMP flag.Vikas Chaudhary2014-03-151-14/+1
* [SCSI] qla4xxx: ISP8xxx: Correct retry of adapter initializationNilesh Javali2014-03-151-0/+21
* [SCSI] qla4xxx: Return error if minidump data collection failsVikas Chaudhary2013-09-031-0/+1
* [SCSI] qla4xxx: Fix the minidump data collection check in for loopSantosh Vernekar2013-09-031-5/+3
* [SCSI] qla4xxx: Add pex-dma support for capturing minidumpSantosh Vernekar2013-09-031-1/+225
* [SCSI] qla4xxx: Update Copyright headerVikas Chaudhary2013-09-031-1/+1
* [SCSI] qla4xxx: Added support for ISP8042Vikas Chaudhary2013-09-031-30/+30
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2013-04-301-5/+14
|\
| * [SCSI] qla4xxx: Add flash node mgmt supportAdheer Chandravanshi2013-04-111-2/+10
| * [SCSI] qla4xxx: Assign correct CHAP table address to FLTVikas Chaudhary2013-04-111-5/+6
* | treewide: Fix typos in printk and commentMasanari Iida2013-03-181-1/+1
|/
* [SCSI] qla4xxx: Re-register IRQ handler while retrying initialize of adapterPoornima Vonti2013-01-301-1/+1
* [SCSI] qla4xxx: Correct the validation to check in get_sys_info mailboxNilesh Javali2013-01-301-2/+2
* [SCSI] qla4xxx: Fix MBOX intr switching from polling to intr mode for ISP83XXVikas Chaudhary2013-01-291-4/+4
* Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-10-021-475/+957
|\
| * [SCSI] qla4xxx: Update idc reg in case of PCI AERVikas Chaudhary2012-09-241-1/+1
| * [SCSI] qla4xxx: Print correct IDC versionVikas Chaudhary2012-09-241-1/+1
| * [SCSI] qla4xxx: Update Copyright headerVikas Chaudhary2012-09-241-1/+1
| * [SCSI] qla4xxx: Added support for ISP83XXVikas Chaudhary2012-09-241-44/+444
| * [SCSI] qla4xxx: Added new function qla4_8xxx_get_minidumpVikas Chaudhary2012-09-241-9/+15
| * [SCSI] qla4xxx: Set IDC version in correct wayVikas Chaudhary2012-09-241-9/+33
| * [SCSI] qla4xxx: Added new functions in isp_opsVikas Chaudhary2012-09-241-109/+164