summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sata_sil24.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sata_sil24: add suspend/sleep supportTejun Heo2006-07-061-0/+25
* [PATCH] sata_sil24: separate out sil24_init_controller()Tejun Heo2006-07-061-45/+62
* [PATCH] libata: clean up debounce parameters and improve parameter selectionTejun Heo2006-07-061-1/+1
* [PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner2006-07-021-1/+1
* [libata] Bump versionsJeff Garzik2006-06-271-1/+1
* [PATCH] sata_sil24: endian anotationsAlexey Dobriyan2006-06-121-8/+8
* [PATCH] sata_sil24: convert to new probing mechanism and add hotplug supportTejun Heo2006-05-311-19/+8Star
* [PATCH] libata-hp: hook warmplugTejun Heo2006-05-311-0/+1
* [PATCH] sata_sil24: update sil24_hardreset()Tejun Heo2006-05-311-12/+14
* [PATCH] sata_sil24: rename PORT_PRB to PORT_LRAM and add PORT_LRAM_SLOT_SZTejun Heo2006-05-311-2/+4
* [PATCH] libata-hp-prep: add prereset() method and implement ata_std_prereset()Tejun Heo2006-05-311-1/+2
* [PATCH] sata_sil24: implement NCQ supportTejun Heo2006-05-151-21/+47
* [PATCH] sata_sil24: convert to new EHTejun Heo2006-05-151-141/+187
* [PATCH] libata: use ATA printk helpersTejun Heo2006-05-151-3/+3
* [PATCH] libata: use new SCR and on/offline functionsTejun Heo2006-05-151-3/+3
* [PATCH] sata_sil24: update TF image only when necessaryTejun Heo2006-05-151-10/+2Star
* [PATCH] libata: rename ata_down_sata_spd_limit() and friendsTejun Heo2006-05-151-1/+1
* [PATCH] sata_sil24: enable 64bitTejun Heo2006-04-111-19/+28
* [PATCH] sata_sil24: fix on-memory structure byteorderTejun Heo2006-04-111-7/+6Star
* [PATCH] sata_sil24: don't do hardreset during driver initializationTejun Heo2006-04-111-5/+0Star
* [PATCH] sata_sil24: reimplement hardresetTejun Heo2006-04-111-3/+40
* [PATCH] sata_sil24: kill 10ms sleep in softresetTejun Heo2006-04-111-6/+1Star
* [PATCH] sata_sil24: put port into known state before softresettingTejun Heo2006-04-111-0/+6
* [PATCH] sata_sil24: implement sil24_init_port()Tejun Heo2006-04-111-0/+16
* [PATCH] sata_sil24: implement loss of completion interrupt on PCI-X errta fixTejun Heo2006-04-111-2/+25
* [PATCH] sata_sil24: consolidate host flags into SIL24_COMMON_FLAGSTejun Heo2006-04-111-9/+7Star
* [PATCH] sata_sil24: add more constantsTejun Heo2006-04-111-1/+12
* [PATCH] sata_sil24: rename PORT_IRQ_SDB_FIS to PORT_IRQ_SDB_NOTIFYTejun Heo2006-04-111-3/+3
* [PATCH] sata_sil24: typo fixTejun Heo2006-04-111-1/+1
* [PATCH] sata_sil24: use ata_wait_register()Tejun Heo2006-04-111-20/+10Star
* [PATCH] sata_sil24: better error message from softresetTejun Heo2006-04-111-2/+10
* [PATCH] sata_sil24: fix timeout calculation in sil24_softresetTejun Heo2006-04-111-1/+1
* [PATCH] libata: make reset methods complain when they failTejun Heo2006-04-111-1/+1
* [PATCH] libata: kill @verbose from ata_reset_fn_tTejun Heo2006-04-111-5/+3Star
* Merge branch 'master'Jeff Garzik2006-04-111-1/+0Star
|\
| * [PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig2006-04-101-1/+0Star
* | [libata] bump versionsJeff Garzik2006-04-031-1/+1
* | [PATCH] libata: rename ATA_FLAG_PORT_DISABLED to ATA_FLAG_DISABLEDTejun Heo2006-04-021-1/+1
|/
* [libata] export ata_dev_pair; trim trailing whitespaceJeff Garzik2006-03-241-1/+1
* [libata sata_sil24] cleanups: use pci_iomap(), kzalloc()Jeff Garzik2006-03-231-13/+10Star
* [SCSI] libata: implement minimal transport template for ->eh_timed_outTejun Heo2006-03-211-1/+0Star
* [PATCH] sata_sil24: lengthen softreset timeoutTejun Heo2006-03-121-4/+4
* [PATCH] sata_sil24: exit early from softreset if SStatus reports no deviceTejun Heo2006-03-121-8/+14
* [PATCH] sata_sil24: fix mwdma_mask settingTejun Heo2006-03-051-0/+1
* [PATCH] sata_sil24: add a new PCI ID for SiI 3124Tejun Heo2006-03-011-0/+1
* [PATCH] libata: kill sht->max_sectorsTejun Heo2006-02-121-1/+0Star
* [PATCH] libata: move cdb_len for host to deviceTejun Heo2006-02-121-2/+2
* [PATCH] sata_sil24: add hardresetTejun Heo2006-02-101-1/+10
* [PATCH] sata_sil24: convert to new reset mechanismTejun Heo2006-02-101-28/+28
* [PATCH] libata: kill NULL qc handling from ->eng_timeout callbacksTejun Heo2006-02-101-5/+0Star