aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* sata_promise: TX2plus PATA supportMikael Pettersson2007-02-091-5/+22
* [PATCH] user of the jiffies rounding patch: ATA subsystemArjan van de Ven2007-02-091-1/+2
* [libata] trim trailing whitespaceJeff Garzik2007-02-0918-43/+43
* [PATCH] libata: Add support for the MPC52xx ATA controllerSylvain Munaut2007-02-093-0/+573
* [PATCH] pata_it8213: Add new driver for the IT8213 cardAlan2007-02-093-1/+365
* [PATCH] sata_sis: support SiS966/966LUwe Koziolek2007-02-091-25/+54
* [PATCH] ahci: trivial endianness annotationsAl Viro2007-02-091-1/+1
* [PATCH] sata_svw: trivial iomem annotationsAl Viro2007-02-091-3/+3
* 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
* [libata] sata_svw, sata_vsc: kill iomem warningsJeff Garzik2006-12-202-37/+47
* [PATCH] libata: take scmd->cmd_len into account when translating SCSI commandsTejun Heo2006-12-201-4/+25
* [PATCH] libata: kill @cdb argument from xlat methodsTejun Heo2006-12-201-17/+13
* [PATCH] libata: clean up variable name usage in xlat related functionsTejun Heo2006-12-201-112/+105
* [libata] Move some PCI IDs from sata_nv to ahciPeer Chen2006-12-202-8/+8
* [libata] pata_via: suspend/resume support fixAndrew Morton2006-12-201-1/+1