summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Update libata drive blacklist to the latest from 2.6.21Chuck Ebbert2007-04-131-1/+11
* libata: Clear tf before doing request sense (take 3)Albert Lee2007-04-131-11/+11
* fix lba48 bug in libata fill_result_tf()Mark Lord2007-04-131-1/+1
* ahci.c: walkaround for SB600 SATA internal error issueConke Hu2007-04-131-2/+19
* libata bugfix: preserve LBA bit for HDIO_DRIVE_TASKMark Lord2007-04-131-1/+1
* libata: sata_mv: Fix 50xx irq maskJeff Garzik2007-04-061-1/+10
* libata: sata_mv: don't touch reserved bits in EDMA config registerJeff Garzik2007-04-061-8/+12
* libata bugfix: HDIO_DRIVE_TASKMark Lord2007-04-061-0/+1
* libata: clear TF before IDENTIFYingTejun Heo2007-04-061-1/+10
* sata_nv: delay on switching between NCQ and non-NCQ commandsRobert Hancock2007-04-061-0/+10
* libata: add missing CONFIG_PM in LLDsTejun Heo2007-03-0934-1/+165
* libata: add missing PM callbacksTejun Heo2007-03-092-0/+8
* sata_sil: ignore and clear spurious IRQs while executing commands by pollingTejun Heo2007-03-091-1/+7
* pata_amd: fix an obvious bug in cable detectionTejun Heo2007-03-091-2/+2
* libata: Initialize nbytes for internal sg commandsBrian King2007-02-021-0/+1
* pata_via: Correct missing commentsAlan2007-02-021-1/+2
* pata_atiixp: propogate cable detection hack from drivers/ide to the new driverAlan2007-02-021-2/+9
* ahci/pata_jmicron: fix JMicron quirkTejun Heo2007-02-021-13/+5
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-01-305-15/+53
|\
| * libata: fix translation for START STOP UNITRobert Hancock2007-01-301-5/+4
| * libata-scsi: ata_task_ioctl should return ATA registers from sense dataDavid Milburn2007-01-301-6/+45
| * pata_platform: set_mode fixAndrew Morton2007-01-301-1/+3
| * ata_if_xfermask() word 51 fixLennert Buytenhek2007-01-301-1/+1
| * pata_sil680: PIO1 taskfile transfers overclocking fix (repost)Sergei Shtylyov2007-01-301-1/+1
| * libata: fix ata_eh_suspend() return valueTejun Heo2007-01-271-1/+1
| * ahci: port_no should be used when clearing IRQ in ahci_thaw()Tejun Heo2007-01-271-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2007-01-301-0/+1
|\ \
| * | via82cxxx/pata_via: correct PCI_DEVICE_ID_VIA_SATA_EIDE ID and add support fo...Josepch Chan2007-01-271-0/+1
| |/
* / [PATCH] pata_platform: fallout from set_mode() changeAl Viro2007-01-301-1/+2
|/
* Fix Maple PATA IRQ assignment.David Woodhouse2007-01-262-3/+7
* ahci: use 0x80 as wait stat value instead of 0xffTejun Heo2007-01-261-1/+1
* sata_via: style clean up, no indirect method call in LLDTejun Heo2007-01-261-1/+1
* ahci: fix endianness in spurious interrupt messageTejun Heo2007-01-261-1/+2
* libata-sff: Don't call bmdma_stop on non DMA capable controllersAlan2007-01-251-1/+2
* libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uliTejun Heo2007-01-252-5/+10
* ahci: improve and limit spurious interrupt messages, take#3Tejun Heo2007-01-251-8/+49
* sata_via: don't diddle with ATA_NIEN in ->freezeTejun Heo2007-01-251-1/+11
* libata: set_mode, Fix the FIXMEAlan2007-01-246-20/+19
* libata hpt3xn: Hopefully sort out the DPLL logic versus the vendor codeAlan2007-01-241-3/+3
* libata cmd64x: whack into a shape that looks like the documentationAlan2007-01-241-7/+16
* libata: Fixup n_elem initializationBrian King2007-01-241-1/+1
* ahci: don't enter slumber on power downTejun Heo2007-01-241-27/+10
* sata_nv: don't rely on NV_INT_DEV indication with ADMARobert Hancock2007-01-241-8/+6
* ahci: make ULi M5288 ignore interface fatal error bitTejun Heo2007-01-241-1/+1
* sata_mv HighPoint 2310 support (88SX7042)Olof Johansson2007-01-191-2/+3
* libata: fix handling of port actions in per-dev action maskTejun Heo2007-01-191-0/+4
* sata_via: add PCI ID 0x5337Luca Pedrielli2007-01-191-0/+1
* [PATCH] hpt37x: Two important bug fixesAlan2007-01-051-3/+3
* [PATCH] pata_optidma: typo in KconfigAlexey Dobriyan2007-01-051-1/+1
* [PATCH] libata: fix combined modeAlan2007-01-021-12/+30