summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* 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
* [libata] pata_cs5530: suspend/resume support tweakAndrew Morton2006-12-201-1/+2
* [PATCH] pata_via: Cable detect errorAlan2006-12-161-2/+7
* [PATCH] Fix help text for CONFIG_ATA_PIIXAlan2006-12-161-3/+3
* [PATCH] initializer entry defined twice in pata_rz1000Ira Snyder2006-12-161-2/+0
* [PATCH] ata: fix platform_device_register_simple() error checkAkinobu Mita2006-12-163-5/+7
* [PATCH] ahci: do not mangle saved HOST_CAP while resetting controllerTejun Heo2006-12-161-2/+0
* [PATCH] libata: don't initialize sg in ata_exec_internal() if DMA_NONE (take #2)Tejun Heo2006-12-161-4/+10
* [libata] sata_svw: Disable ATAPI DMA on current boards (errata workaround)Jeff Garzik2006-12-161-7/+34