aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/qlogicpti.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-10/+10
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2019-08-07scsi: qlogicpti: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+10
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2019-02-13scsi: qlogicpti: Use of_node_name_eq for node name comparisonsGravatar Rob Herring 1-2/+1
2018-12-18scsi: flip the default on use_clusteringGravatar Christoph Hellwig 1-1/+0
2018-06-26scsi: read host_busy via scsi_host_busy()Gravatar Ming Lei 1-1/+1
2018-05-18scsi: qlogicpti: Fix an error handling path in 'qpti_sbus_probe()'Gravatar Christophe Jaillet 1-3/+3
2017-08-28scsi: qlogicpti: fixup qlogicpti_reset() definitionGravatar Hannes Reinecke 1-1/+2
2017-08-25scsi: qlogicpti: move bus reset to host resetGravatar Hannes Reinecke 1-3/+2
2016-03-01qlogicpti: Return correct error codeGravatar Amitoj Kaur Chawla 1-2/+2
2015-05-31scsi: Do not set cmd_per_lun to 1 in the host templateGravatar Hannes Reinecke 1-1/+0
2014-10-20scsi: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-07-25scsi: convert host_busy to atomic_tGravatar Christoph Hellwig 1-1/+1
2013-01-03Drivers: scsi: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-10/+10
2012-10-28qlogicpti: Fix build warning.Gravatar David S. Miller 1-12/+1
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 1-1/+0
2011-10-16[SCSI] qlogicpti: fix timeoutGravatar Meelis Roos 1-1/+1
2011-05-18drivercore: revert addition of of_match to struct deviceGravatar Grant Likely 1-2/+5
2011-02-28dt/sparc: Eliminate users of of_platform_{,un}register_driverGravatar Grant Likely 1-5/+9
2010-11-16SCSI host lock push-downGravatar Jeff Garzik 1-1/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGravatar Grant Likely 1-7/+7
2010-07-24of/platform: remove all of_bus_type and of_platform_bus_type referencesGravatar Grant Likely 1-2/+2
2010-06-28sparc/of: Move of_device fields into struct pdev_archdataGravatar Grant Likely 1-2/+2
2010-05-22of: Remove duplicate fields from of_platform_driverGravatar Grant Likely 1-2/+5
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Gravatar Grant Likely 1-5/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2010-03-08qlogicpti: Remove slash in QlogicPTI irq nameGravatar Meelis Roos 1-1/+1
2009-04-03[SCSI] qlogicpti: use request_firmwareGravatar Jaswinder Singh Rajput 1-22/+41
2008-10-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 1-0/+1
2008-09-29scsi: fix fall out of sg-chaining patch in qlogicptiGravatar Boaz Harrosh 1-0/+1
2008-08-31sparc: Annotate of_device_id arrays with const or __initdata.Gravatar David S. Miller 1-1/+1
2008-08-29qlogicpti: Convert to pure OF driver.Gravatar David S. Miller 1-53/+55
2008-08-29sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hGravatar David S. Miller 1-1/+1
2008-08-29sparc: Convert all SBUS drivers to dma_*() interfaces.Gravatar David S. Miller 1-26/+27
2008-08-29sparc: Make SBUS DMA interfaces take struct device.Gravatar David S. Miller 1-10/+11
2008-02-23[SCSI] qlogicpt: section fixesGravatar Adrian Bunk 1-6/+6
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEGravatar FUJITA Tomonori 1-1/+1
2008-01-11[SCSI] qlogicpti: convert to accessors and !use_sg cleanupGravatar Boaz Harrosh 1-22/+7
2007-10-16qlogicpti: sg chaining supportGravatar Jens Axboe 1-7/+8
2007-10-12[SCSI] qlogicpti: Add a slave_configure methodGravatar Matthew Wilcox 1-145/+26
2007-08-02[SCSI] qlogicpti: Some cosmetic changesGravatar Mark Fortescue 1-21/+29
2007-04-26[SPARC/64] constify of_get_property return: driversGravatar Stephen Rothwell 1-1/+1
2007-04-14[SCSI] QLOGICPTI: Do not unmap DMA unless we actually mapped something.Gravatar David S. Miller 1-1/+1
2006-10-17[SPARC]: Fix some section mismatch warnings in sparc drivers.Gravatar Ben Collins 1-1/+1
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersGravatar David Howells 1-2/+2
2006-07-14[SCSI] More buffer->request_buffer changesGravatar Christoph Hellwig 1-2/+2
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-1/+1
2006-06-23[SCSI] qlogicpti: Convert to new SBUS device framework.Gravatar David S. Miller 1-175/+186