aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qlogicpti.c
Commit message (Expand)AuthorAgeFilesLines
* drivercore: revert addition of of_match to struct deviceGrant Likely2011-05-181-2/+5
* dt/sparc: Eliminate users of of_platform_{,un}register_driverGrant Likely2011-02-281-5/+9
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-7/+7
* of/platform: remove all of_bus_type and of_platform_bus_type referencesGrant Likely2010-07-241-2/+2
* sparc/of: Move of_device fields into struct pdev_archdataGrant Likely2010-06-281-2/+2
* of: Remove duplicate fields from of_platform_driverGrant Likely2010-05-221-2/+5
* of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-5/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* qlogicpti: Remove slash in QlogicPTI irq nameMeelis Roos2010-03-081-1/+1
* [SCSI] qlogicpti: use request_firmwareJaswinder Singh Rajput2009-04-031-22/+41
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-10-111-0/+1
|\
| * scsi: fix fall out of sg-chaining patch in qlogicptiBoaz Harrosh2008-09-291-0/+1
* | sparc: Annotate of_device_id arrays with const or __initdata.David S. Miller2008-08-311-1/+1
* | qlogicpti: Convert to pure OF driver.David S. Miller2008-08-291-53/+55
* | sparc: Move SBUS DMA attribute interfaces out of asm/sbus.hDavid S. Miller2008-08-291-1/+1
* | sparc: Convert all SBUS drivers to dma_*() interfaces.David S. Miller2008-08-291-26/+27
* | sparc: Make SBUS DMA interfaces take struct device.David S. Miller2008-08-291-10/+11
|/
* [SCSI] qlogicpt: section fixesAdrian Bunk2008-02-231-6/+6
* [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori2008-01-231-1/+1
* [SCSI] qlogicpti: convert to accessors and !use_sg cleanupBoaz Harrosh2008-01-111-22/+7
* qlogicpti: sg chaining supportJens Axboe2007-10-161-7/+8
* [SCSI] qlogicpti: Add a slave_configure methodMatthew Wilcox2007-10-121-145/+26
* [SCSI] qlogicpti: Some cosmetic changesMark Fortescue2007-08-021-21/+29
* [SPARC/64] constify of_get_property return: driversStephen Rothwell2007-04-261-1/+1
* [SCSI] QLOGICPTI: Do not unmap DMA unless we actually mapped something.David S. Miller2007-04-141-1/+1
* [SPARC]: Fix some section mismatch warnings in sparc drivers.Ben Collins2006-10-171-1/+1
* IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2006-10-051-2/+2
* [SCSI] More buffer->request_buffer changesChristoph Hellwig2006-07-141-2/+2
* [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [SCSI] qlogicpti: Convert to new SBUS device framework.David S. Miller2006-06-231-175/+186
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-06-211-2/+1
|\
| * [SCSI] remove scsi_request infrastructureChristoph Hellwig2006-06-101-1/+0
| * [SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser2006-06-101-1/+1
* | [SPARC]: Kill __irq_itoa().David S. Miller2006-06-201-3/+3
|/
* [PATCH] drivers/scsi/*: use time_after() and friendsMarcelo Feitoza Parisi2006-03-281-1/+2
* [QLOGICPTI]: Handle INQUIRY response sniffing correctly.David S. Miller2005-10-141-4/+35
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1541