summaryrefslogtreecommitdiffstats
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2008-04-17libata: make ata_tf_to_lba[48]() genericTejun Heo2-6/+8
2008-04-17[libata] sata_nv: disable ADMA by defaultJeff Garzik1-1/+1
2008-04-17libata annotationsAl Viro3-8/+8
2008-04-17ata_piix: kill ich6_sata_ahci and clean upTejun Heo1-36/+25
2008-04-17ata_piix: don't attach to ICH6M in ahci modeTejun Heo1-23/+20
2008-04-17pata_scc: fix compile warningTejun Heo1-1/+1
2008-04-17libata: isolate and rework cable logicAlan Cox1-4/+44
2008-04-17ata: SWNCQ should be enabled by defaultZoltan Boszormenyi1-2/+2
2008-04-17pata_amd: fix sparse warningHarvey Harrison1-1/+3
2008-04-17libata: kill ata_chk_status()Tejun Heo7-23/+23
2008-04-17libata: kill ata_chk_status() call from ata_dev_configure()Tejun Heo1-3/+0
2008-04-17libata: move ata_pci_default_filter() out of CONFIG_PCITejun Heo1-11/+11
2008-04-17libata: reorganize SFF related stuffTejun Heo3-1881/+1870
2008-04-17libata: reorder functions in libata-sff.cTejun Heo1-223/+220
2008-04-17libata: drop ata_dev_select() from ata_dev_read_idTejun Heo1-1/+0
2008-04-17libata: make reset related methods proper port operationsTejun Heo35-492/+174
2008-04-17libata: kill port_info->sht and ->irq_handlerTejun Heo1-12/+17
2008-04-17libata: stop overloading port_info->private_dataTejun Heo38-144/+78
2008-04-17libata: make ata_pci_init_one() not use ops->irq_handler and pi->shtTejun Heo38-128/+40
2008-04-17libata: implement and use ops inheritanceTejun Heo72-2991/+505
2008-04-17libata: implement and use SHT initializersTejun Heo71-1086/+76
2008-04-17libata: normalize port_info, port_operations and sht tablesTejun Heo29-60/+62
2008-04-17libata: implement and use ata_noop_irq_clear()Tejun Heo23-90/+46
2008-04-17libata: PCI device should be powered up before being accessedTejun Heo19-20/+195
2008-04-17libata: kill ata_ehi_schedule_probe()Tejun Heo4-8/+11
2008-04-17libata: kill ATA_LFLAG_SKIP_D2H_BSYTejun Heo4-17/+2
2008-04-17libata: kill ATA_EHI_RESUME_LINKTejun Heo3-15/+8
2008-04-17libata: kill ATA_LFLAG_HRST_TO_RESUMETejun Heo4-27/+1
2008-04-17libata: prefer hardresetTejun Heo10-164/+97
2008-04-12[libata] make ali_atapi_dma staticAdrian Bunk1-1/+1
2008-04-12[libata] sata_svw: fix reversed port countJeff Garzik1-2/+2
2008-04-09ata/sata_fsl: Remove unused variable in sata_fsl_probeJohann Felix Soden1-3/+0
2008-04-09pata_sil680: Fix build on arch/ppcBenjamin Herrenschmidt1-1/+1
2008-04-07[SCSI] libata: use scsi_build_sense_bufferFUJITA Tomonori1-5/+1
2008-04-04pata_ali: disable ATAPI DMATejun Heo1-0/+40
2008-04-04libata: ATA_12/16 doesn't fall into ATAPI_MISCTejun Heo1-0/+5
2008-04-04libata: uninline atapi_cmd_type()Tejun Heo1-0/+34
2008-04-04libata: fix IDENTIFY order in ata_bus_probe()Bartlomiej Zolnierkiewicz1-1/+1
2008-03-31[POWERPC] sata_fsl: reduce compatibility to fsl,pq-sataKim Phillips1-4/+1
2008-03-29libata: ATA_EHI_LPM should be ATA_EH_LPMTejun Heo2-2/+2
2008-03-29pata_sil680: only enable MMIO on Cell bladesBenjamin Herrenschmidt1-1/+5
2008-03-24[libata] ahci: SB600 workaround is suspect... play it safe for nowJeff Garzik1-1/+5
2008-03-24sata_promise: fix hardreset hotplug events, take 2Mikael Pettersson1-21/+88
2008-03-24libata: improve HPA error handlingTejun Heo1-4/+4
2008-03-24libata: assume no device is attached if both IDENTIFYs are abortedTejun Heo1-14/+24
2008-03-24pata_it821x: use raw nbytes in check_atapi_dmaTejun Heo1-1/+1
2008-03-24libata: implement ata_qc_raw_nbytes()Tejun Heo1-3/+11
2008-03-18ACPI: fix ATA_ACPI buildLen Brown1-0/+1
2008-03-17ahci: Add Marvell 6121 SATA supportJose Alberto Reguero1-4/+15
2008-03-17pata_ali: use atapi_cmd_type() to determine cmd type instead of transfer sizeTejun Heo1-1/+1