aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28typo in sata_fslAl Viro1-1/+1
2008-04-25pata_bf54x: decrease count first.Roel Kluin1-1/+1
2008-04-25sata_mv: re-enable hotplug, update TODO listMark Lord1-50/+29
2008-04-25sata_mv: leave SError bits untouched in mv_err_intrMark Lord1-21/+19
2008-04-25sata_mv: more interrupt handling reworkMark Lord1-48/+58
2008-04-25sata_mv: tidy host controller interrupt handlingMark Lord1-62/+45
2008-04-25sata_mv: simplify request/response queue handlingMark Lord1-53/+56
2008-04-25sata_mv: simplify freeze/thaw bit-shift calculationsMark Lord1-16/+26
2008-04-25sata_mv mask all interrupt coalescing bitsMark Lord1-0/+1
2008-04-25sata_mv more cosmeticsMark Lord1-67/+64
2008-04-25ata_piix: add Asus Eee 701 controller to short cable listDan McGee1-0/+1
2008-04-25libata-eh set tf flags in NCQ EH result_tfMark Lord1-0/+1
2008-04-25make sata_set_spd_needed() staticAdrian Bunk2-2/+1
2008-04-25make sata_print_link_status() staticAdrian Bunk1-2/+1
2008-04-25libata-acpi.c: remove unneeded #if'sAdrian Bunk1-4/+0
2008-04-25sata_nv: make hardreset return -EAGAIN on successTejun Heo1-4/+7
2008-04-25ahci: retry enabling AHCI a few times before spitting out WARN_ON()Tejun Heo1-2/+13
2008-04-25libata: make WARN_ON conditions in ata_sff_hsm_move() more strictTejun Heo1-2/+2
2008-04-25ATA/IDE: fix platform driver hotplug/coldplugKay Sievers5-0/+9
2008-04-24sata_sis: SCR accessors return -EINVAL when requested SCR isn't availableTejun Heo1-5/+7
2008-04-24libata: functions with definition should not be externHarvey Harrison1-1/+1
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