aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-04-181-5/+1
|\
| * [SCSI] libata: use scsi_build_sense_bufferFUJITA Tomonori2008-04-071-5/+1
* | libata: fix boot panic with SATAPI devices on non-SFF HBAsJames Bottomley2008-04-181-1/+2
* | ata-acpi: don't call _GTF for disabled driveShaohua Li2008-04-171-2/+4
* | sata_mv add temporary 3 second init delay for SiliconImage PMsMark Lord2008-04-171-0/+7
* | sata_mv remove redundant edma init codeMark Lord2008-04-171-14/+0
* | sata_mv add basic port multiplier supportMark Lord2008-04-171-4/+89
* | sata_mv fix SOC flags, enable NCQ on SOCMark Lord2008-04-171-1/+2
* | sata_mv disable hotplug for nowMark Lord2008-04-171-1/+5
* | sata_mv cosmeticsMark Lord2008-04-171-13/+19
* | sata_mv hardreset reworkMark Lord2008-04-171-138/+22
* | [libata] improve Kconfig help text for new PMP, SFF optionsJeff Garzik2008-04-171-1/+13
* | libata: make EH fail gracefully if no reset method is availableTejun Heo2008-04-171-1/+6
* | libata: Be a bit more slack about early devicesAlan Cox2008-04-171-10/+15
* | libata: cable logicAlan Cox2008-04-171-0/+4
* | libata: move link onlineness check out of softreset methodsTejun Heo2008-04-178-32/+15
* | libata: kill dead code paths in reset pathTejun Heo2008-04-173-23/+1
* | pata_scc: fix build breakageStephen Rothwell2008-04-171-1/+1
* | libata: make PMP support optionalTejun Heo2008-04-173-1/+25
* | libata: implement PMP helpersTejun Heo2008-04-177-60/+29
* | libata: separate PMP support code from core codeTejun Heo2008-04-173-18/+17
* | libata: make SFF support optionalTejun Heo2008-04-175-19/+37
* | libata: don't use ap->ioaddr in non-SFF driversTejun Heo2008-04-173-44/+36
* | libata: clean up dummy port_opsTejun Heo2008-04-171-17/+5
* | libata: kill ata_noop_dev_select()Tejun Heo2008-04-171-19/+0
* | libata: remove check_status from non-SFF driversTejun Heo2008-04-173-83/+8
* | libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo2008-04-175-28/+27
* | libata: drop @finish_qc from ata_qc_complete_multiple()Tejun Heo2008-04-173-16/+11
* | libata: add qc_fill_rtf port operationTejun Heo2008-04-173-1/+23
* | libata: unify mechanism to request follow-up SRSTTejun Heo2008-04-174-23/+8
* | libata: move PMP SCR access failure during reset to ata_eh_reset()Tejun Heo2008-04-174-38/+7
* | libata: clear SError after link resumeTejun Heo2008-04-173-110/+23
* | libata: implement and use sata_std_hardreset()Tejun Heo2008-04-175-37/+45
* | libata: move generic hardreset code from sata_sff_hardreset() to sata_link_ha...Tejun Heo2008-04-175-60/+83
* | ahci: use ata_wait_after_reset() instead of ata_sff_wait_ready()Tejun Heo2008-04-171-2/+12
* | libata: separate out ata_wait_ready() and implement ata_wait_after_reset()Tejun Heo2008-04-173-50/+112
* | libata: restructure SFF post-reset readiness waitsTejun Heo2008-04-175-147/+124
* | libata: separate out ata_std_postreset() from ata_sff_postreset()Tejun Heo2008-04-173-21/+41
* | libata: separate out ata_std_prereset() from ata_sff_prereset()Tejun Heo2008-04-172-13/+47
* | libata: clean up port_ops->sff_irq_clear()Tejun Heo2008-04-172-11/+1
* | libata: rename SFF port opsTejun Heo2008-04-1730-168/+171
* | libata: rename SFF functionsTejun Heo2008-04-1772-546/+546
* | sata_mv fix ifctl handlingMark Lord2008-04-171-23/+19
* | sata_mv clean up mv_stop_edma usageMark Lord2008-04-171-45/+42
* | sata_mv cosmetic fixesMark Lord2008-04-171-57/+59
* | Add 'short help text' to ATA_ACPI so it's [de]selectable.Chris Wedgwood2008-04-171-1/+1
* | pdc_adma: kill adma_host_stop()Tejun Heo2008-04-171-10/+0
* | pdc_adma: inherit ata_sff_port_opsTejun Heo2008-04-171-12/+2
* | libata/pdc_adma: make SFF EH handle non-bmdma SFF drivers and standardize pdc...Tejun Heo2008-04-172-15/+4
* | libata: kill unused ata_flush_cache()Tejun Heo2008-04-172-27/+0