summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2008-05-06sata_mv use hweight16() for bit counting (V2)Mark Lord1-12/+6
2008-05-06sata_mv NCQ-EH for FIS-based switchingMark Lord1-0/+165
2008-05-06sata_mv delayed eh handlingMark Lord1-1/+37
2008-05-06libata: export ata_eh_analyze_ncq_errorMark Lord2-1/+2
2008-05-06sata_mv new mv_port_intr functionMark Lord1-36/+48
2008-05-06sata_mv fix mv_host_intr bug for hc_irq_causeMark Lord1-29/+42
2008-05-06sata_mv NCQ and SError fixes for mv_err_intrMark Lord1-21/+43
2008-05-06sata_mv rearrange mv_config_fbsMark Lord1-21/+39
2008-05-06sata_mv errata workaround for sata25 part 1Mark Lord1-2/+18
2008-05-06sata_mv new mv_qc_defer methodMark Lord1-2/+41
2008-05-06sata_mv wait for empty+idleMark Lord1-0/+20
2008-05-06sata_mv pci featuresMark Lord1-3/+36
2008-05-06sata_mv more cosmetic changesMark Lord1-59/+63
2008-05-06libata: Add Intel SCH PATA driverAlek Du3-0/+216
2008-05-06ata_piix: verify SIDPR access before enabling itTejun Heo1-0/+25
2008-05-06libata: improve post-reset device ready testTejun Heo2-8/+2
2008-04-30ahci: SB600 ahci can't do MSI, blacklist that capabilityTejun Heo1-1/+1
2008-04-30libata: More TSSTcorp pain, keep in sync with legacy IDEAlan Cox1-0/+3
2008-04-30pata_via: Fix 6410 misdetectAlan Cox1-5/+6
2008-04-30[libata] pata_atiixp: fix PIO timing data misprogrammingJeff Garzik1-2/+2
2008-04-29Fix bug - Implement bfin ata interrupt handler to avoid "irq 68 nobody cared"...Sonic Zhang1-4/+120
2008-04-29sata_mv: Improve naming of main_irq cause/mask identifiersMark Lord1-38/+39
2008-04-29libata-scsi: improve rbuf handling for simulated commandsTejun Heo1-290/+154
2008-04-29libata-scsi: clean up inquiry / mode sense related functionsTejun Heo2-96/+21
2008-04-29[MIPS] ATA: Rename routerboard 500 to 532Ralf Baechle3-44/+44
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-25sata_sis: SCR accessors return -EINVAL when requested SCR isn't availableTejun Heo1-5/+7
2008-04-25libata: functions with definition should not be externHarvey Harrison1-1/+1
2008-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2-9/+10
2008-04-22Merge branch 'semaphore' of git://git.kernel.org/pub/scm/linux/kernel/git/wil...Linus Torvalds1-1/+0
2008-04-20SCSI: convert struct class_device to struct deviceTony Jones2-9/+10
2008-04-19Merge branch 'merge-fixes' into develRussell King80-8460/+4330