aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-01[PATCH] sata_promise fixes and updatesMikael Pettersson1-11/+21
2006-12-01[libata] sata_promise: fix TBG mode register offsetJeff Garzik1-3/+2
2006-12-01[PATCH] libata: improve SCSI sense data generationTejun Heo1-23/+23
2006-12-01[PATCH] libata: implement ata_tf_read_block()Tejun Heo2-0/+44
2006-12-01[PATCH] libata: cosmetic changes to sense generation functionsTejun Heo1-11/+11
2006-12-01[PATCH] libata: fix passthru sense data headerTejun Heo1-6/+3
2006-12-01[PATCH] libata: sync result_tf.flags w/ command tf.flagsTejun Heo1-3/+11
2006-12-01[PATCH] libata: trivial updates to ata_sg_init_one()Tejun Heo1-5/+1
2006-12-01[PATCH] libata: improve failed qc reportingTejun Heo1-5/+27
2006-12-01[PATCH] ata_piix: strip now unneded MAP related stuffTejun Heo1-29/+10
2006-12-01[PATCH] ata_piix: apply device detection via polling IDENTIFYTejun Heo1-98/+6
2006-12-01[PATCH] libata: implement presence detection via polling IDENTIFYTejun Heo3-7/+37
2006-12-01[PATCH] libata: convert @post_reset to @flags in ata_dev_read_id()Tejun Heo3-14/+23
2006-12-01[PATCH] ata_piix: clean up port flagsTejun Heo1-17/+14
2006-12-01[PATCH] libata: use FLUSH_EXT only when driver is larger than LBA28 limitTejun Heo2-3/+6
2006-12-01[PATCH] ahci: honor PORTS_IMPL on ICH8sTejun Heo1-28/+67
2006-12-01[libata] ARM: add ixp4xx PATA driverAlessandro Zummo3-0/+282
2006-12-01[PATCH] sata_sis: slave support on SiS965Uwe Koziolek1-5/+12
2006-12-01[PATCH] ahci: preserve PORTS_IMPL over host resetsTejun Heo1-3/+20
2006-12-01[PATCH] pdc202xx_old: Fix name clashes with PA-RISCAlan Cox1-29/+29
2006-12-01[libata] ahci: Match PCI class code for AHCIJeff Garzik1-0/+4
2006-12-01[PATCH] libata: move dev->max_sectors configuration into ata_dev_configure()Tejun Heo2-16/+8
2006-12-01[PATCH] libata: implement ATA_EHI_SETMODE and ATA_EHI_POST_SETMODETejun Heo2-2/+14
2006-12-01[PATCH] libata: implement ATA_EHI_PRINTINFOTejun Heo4-11/+19
2006-12-01[PATCH] ahci: update ahci-vt8251 reset sequenceTejun Heo1-2/+76
2006-12-01[PATCH] libata: separate out and export sata_port_hardreset()Tejun Heo1-10/+42
2006-12-01[PATCH] ahci: kill AHCI_FLAG_RESET_NEEDS_CLOTejun Heo1-17/+4
2006-12-01[PATCH] sata_sil24: add PMP related constantsTejun Heo1-0/+5
2006-12-01[PATCH] sata_sil24: rename PMP related constantsTejun Heo1-6/+7
2006-12-01[PATCH] libata: make user scan wait for scan to completeTejun Heo1-3/+5
2006-12-01[PATCH] sata_nv: SRST sometimes fails after hotplug, use HRST_TO_RESUMETejun Heo1-3/+6
2006-12-01[PATCH] libata: move ata_irq_on() into libata-sff.cTejun Heo2-0/+32
2006-12-01[PATCH] libata: handle 0xff status properlyTejun Heo1-12/+18
2006-12-01[PATCH] ata: Generic platform_device libata driverPaul Mundt3-0/+305
2006-12-01[PATCH] libata: Revamp blacklist support to allow multiple kinds of blacklisting flawsAlan Cox1-48/+75
2006-12-01[PATCH] sata_nv ADMA/NCQ support for nForce4Robert Hancock2-12/+924
2006-12-01[libata] pata_marvell: minor and trivial cleanupsJeff Garzik1-22/+21
2006-12-01[PATCH] pata_marvell: Marvell 6101/6145 PATA driverAlan Cox3-0/+231
2006-12-01[PATCH] pci_module_init() conversion for pata_pdc2027xHenrik Kretzschmar1-1/+1
2006-12-01[PATCH] libata: add 40pin "short" cable support, honour drive side speed detectionAlan Cox3-2/+38
2006-12-01[PATCH] pci_module_init-convertion-in-ata_genericc fixAlan Cox1-1/+1
2006-12-01[PATCH] pci_module_init convertion in ata_generic.cHenrik Kretzschmar1-1/+1
2006-12-01[PATCH] libata: Winbond supportAlan Cox3-0/+314
2006-11-29[PATCH] libata: add missing sht->slave_destroyTejun Heo38-0/+38
2006-11-29[PATCH] ahci: ignore PORT_IRQ_IF_ERR on JMB controllersTejun Heo1-5/+22
2006-11-28[PATCH] libata: Fixup ata_sas_queuecmd to handle __ata_scsi_queuecmd failureBrian King1-3/+6
2006-11-28[PATCH] ahci: AHCI mode SATA patch for Intel ICH9Jason Gaston1-0/+11
2006-11-28[PATCH] libata: don't schedule EH on wcache on/off if old EHTejun Heo1-5/+7
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells3-17/+21
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells2-8/+5