aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/sata_sil24.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-08-10Move libata to drivers/ata.Jeff Garzik1-1222/+0
2006-08-10[PATCH] libata: replace pci_module_init() with pci_register_driver()Pavel Roskin1-1/+1
2006-08-05[PATCH] sata_sil24: don't set probe_ent->mmio_baseTejun Heo1-1/+0
2006-07-05[PATCH] sata_sil24: add suspend/sleep supportTejun Heo1-0/+25
2006-07-05[PATCH] sata_sil24: separate out sil24_init_controller()Tejun Heo1-45/+62
2006-07-05[PATCH] libata: clean up debounce parameters and improve parameter selectionTejun Heo1-1/+1
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-26[libata] Bump versionsJeff Garzik1-1/+1
2006-06-11[PATCH] sata_sil24: endian anotationsAlexey Dobriyan1-8/+8
2006-05-31[PATCH] sata_sil24: convert to new probing mechanism and add hotplug supportTejun Heo1-19/+8
2006-05-31[PATCH] libata-hp: hook warmplugTejun Heo1-0/+1
2006-05-31[PATCH] sata_sil24: update sil24_hardreset()Tejun Heo1-12/+14
2006-05-31[PATCH] sata_sil24: rename PORT_PRB to PORT_LRAM and add PORT_LRAM_SLOT_SZTejun Heo1-2/+4
2006-05-31[PATCH] libata-hp-prep: add prereset() method and implement ata_std_prereset()Tejun Heo1-1/+2
2006-05-15[PATCH] sata_sil24: implement NCQ supportTejun Heo1-21/+47
2006-05-15[PATCH] sata_sil24: convert to new EHTejun Heo1-141/+187
2006-05-15[PATCH] libata: use ATA printk helpersTejun Heo1-3/+3
2006-05-15[PATCH] libata: use new SCR and on/offline functionsTejun Heo1-3/+3
2006-05-15[PATCH] sata_sil24: update TF image only when necessaryTejun Heo1-10/+2
2006-05-15[PATCH] libata: rename ata_down_sata_spd_limit() and friendsTejun Heo1-1/+1
2006-04-11[PATCH] sata_sil24: enable 64bitTejun Heo1-19/+28
2006-04-11[PATCH] sata_sil24: fix on-memory structure byteorderTejun Heo1-7/+6
2006-04-11[PATCH] sata_sil24: don't do hardreset during driver initializationTejun Heo1-5/+0
2006-04-11[PATCH] sata_sil24: reimplement hardresetTejun Heo1-3/+40
2006-04-11[PATCH] sata_sil24: kill 10ms sleep in softresetTejun Heo1-6/+1
2006-04-11[PATCH] sata_sil24: put port into known state before softresettingTejun Heo1-0/+6
2006-04-11[PATCH] sata_sil24: implement sil24_init_port()Tejun Heo1-0/+16
2006-04-11[PATCH] sata_sil24: implement loss of completion interrupt on PCI-X errta fixTejun Heo1-2/+25
2006-04-11[PATCH] sata_sil24: consolidate host flags into SIL24_COMMON_FLAGSTejun Heo1-9/+7
2006-04-11[PATCH] sata_sil24: add more constantsTejun Heo1-1/+12
2006-04-11[PATCH] sata_sil24: rename PORT_IRQ_SDB_FIS to PORT_IRQ_SDB_NOTIFYTejun Heo1-3/+3
2006-04-11[PATCH] sata_sil24: typo fixTejun Heo1-1/+1
2006-04-11[PATCH] sata_sil24: use ata_wait_register()Tejun Heo1-20/+10
2006-04-11[PATCH] sata_sil24: better error message from softresetTejun Heo1-2/+10
2006-04-11[PATCH] sata_sil24: fix timeout calculation in sil24_softresetTejun Heo1-1/+1
2006-04-11[PATCH] libata: make reset methods complain when they failTejun Heo1-1/+1
2006-04-11[PATCH] libata: kill @verbose from ata_reset_fn_tTejun Heo1-5/+3
2006-04-11Merge branch 'master'Jeff Garzik1-1/+0
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig1-1/+0
2006-04-02[libata] bump versionsJeff Garzik1-1/+1
2006-04-02[PATCH] libata: rename ATA_FLAG_PORT_DISABLED to ATA_FLAG_DISABLEDTejun Heo1-1/+1
2006-03-24[libata] export ata_dev_pair; trim trailing whitespaceJeff Garzik1-1/+1
2006-03-22[libata sata_sil24] cleanups: use pci_iomap(), kzalloc()Jeff Garzik1-13/+10
2006-03-21[SCSI] libata: implement minimal transport template for ->eh_timed_outTejun Heo1-1/+0
2006-03-11[PATCH] sata_sil24: lengthen softreset timeoutTejun Heo1-4/+4
2006-03-11[PATCH] sata_sil24: exit early from softreset if SStatus reports no deviceTejun Heo1-8/+14
2006-03-05[PATCH] sata_sil24: fix mwdma_mask settingTejun Heo1-0/+1
2006-03-01[PATCH] sata_sil24: add a new PCI ID for SiI 3124Tejun Heo1-0/+1
2006-02-12[PATCH] libata: kill sht->max_sectorsTejun Heo1-1/+0
2006-02-12[PATCH] libata: move cdb_len for host to deviceTejun Heo1-2/+2