aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-9/+10
2008-04-21Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-1/+0
2008-04-19SCSI: convert struct class_device to struct deviceTony Jones2-9/+10
2008-04-19Merge branch 'merge-fixes' into develRussell King80-8460/+4330
2008-04-19Merge branch 'omap2-upstream' into develRussell King5-11/+88
2008-04-18drivers: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox1-1/+0
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-5/+1
2008-04-18libata: fix boot panic with SATAPI devices on non-SFF HBAsJames Bottomley1-1/+2
2008-04-17ata-acpi: don't call _GTF for disabled driveShaohua Li1-2/+4
2008-04-17sata_mv add temporary 3 second init delay for SiliconImage PMsMark Lord1-0/+7
2008-04-17sata_mv remove redundant edma init codeMark Lord1-14/+0
2008-04-17sata_mv add basic port multiplier supportMark Lord1-4/+89
2008-04-17sata_mv fix SOC flags, enable NCQ on SOCMark Lord1-1/+2
2008-04-17sata_mv disable hotplug for nowMark Lord1-1/+5
2008-04-17sata_mv cosmeticsMark Lord1-13/+19
2008-04-17sata_mv hardreset reworkMark Lord1-138/+22
2008-04-17[libata] improve Kconfig help text for new PMP, SFF optionsJeff Garzik1-1/+13
2008-04-17libata: make EH fail gracefully if no reset method is availableTejun Heo1-1/+6
2008-04-17libata: Be a bit more slack about early devicesAlan Cox1-10/+15
2008-04-17libata: cable logicAlan Cox1-0/+4
2008-04-17libata: move link onlineness check out of softreset methodsTejun Heo8-32/+15
2008-04-17libata: kill dead code paths in reset pathTejun Heo3-23/+1
2008-04-17pata_scc: fix build breakageStephen Rothwell1-1/+1
2008-04-17libata: make PMP support optionalTejun Heo3-1/+25
2008-04-17libata: implement PMP helpersTejun Heo7-60/+29
2008-04-17libata: separate PMP support code from core codeTejun Heo3-18/+17
2008-04-17libata: make SFF support optionalTejun Heo5-19/+37
2008-04-17libata: don't use ap->ioaddr in non-SFF driversTejun Heo3-44/+36
2008-04-17libata: clean up dummy port_opsTejun Heo1-17/+5
2008-04-17libata: kill ata_noop_dev_select()Tejun Heo1-19/+0
2008-04-17libata: remove check_status from non-SFF driversTejun Heo3-83/+8
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo5-28/+27
2008-04-17libata: drop @finish_qc from ata_qc_complete_multiple()Tejun Heo3-16/+11
2008-04-17libata: add qc_fill_rtf port operationTejun Heo3-1/+23
2008-04-17libata: unify mechanism to request follow-up SRSTTejun Heo4-23/+8
2008-04-17libata: move PMP SCR access failure during reset to ata_eh_reset()Tejun Heo4-38/+7
2008-04-17libata: clear SError after link resumeTejun Heo3-110/+23
2008-04-17libata: implement and use sata_std_hardreset()Tejun Heo5-37/+45
2008-04-17libata: move generic hardreset code from sata_sff_hardreset() to sata_link_hardreset()Tejun Heo5-60/+83
2008-04-17ahci: use ata_wait_after_reset() instead of ata_sff_wait_ready()Tejun Heo1-2/+12
2008-04-17libata: separate out ata_wait_ready() and implement ata_wait_after_reset()Tejun Heo3-50/+112
2008-04-17libata: restructure SFF post-reset readiness waitsTejun Heo5-147/+124
2008-04-17libata: separate out ata_std_postreset() from ata_sff_postreset()Tejun Heo3-21/+41
2008-04-17libata: separate out ata_std_prereset() from ata_sff_prereset()Tejun Heo2-13/+47
2008-04-17libata: clean up port_ops->sff_irq_clear()Tejun Heo2-11/+1
2008-04-17libata: rename SFF port opsTejun Heo30-168/+171
2008-04-17libata: rename SFF functionsTejun Heo72-546/+546
2008-04-17sata_mv fix ifctl handlingMark Lord1-23/+19
2008-04-17sata_mv clean up mv_stop_edma usageMark Lord1-45/+42
2008-04-17sata_mv cosmetic fixesMark Lord1-57/+59