aboutsummaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)Author
2007-01-30Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds
2007-01-30Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds
2007-01-30[PATCH] pata_platform: fallout from set_mode() changeAl Viro
2007-01-30libata: fix translation for START STOP UNITRobert Hancock
2007-01-30libata-scsi: ata_task_ioctl should return ATA registers from sense dataDavid Milburn
2007-01-30pata_platform: set_mode fixAndrew Morton
2007-01-30ata_if_xfermask() word 51 fixLennert Buytenhek
2007-01-30pata_sil680: PIO1 taskfile transfers overclocking fix (repost)Sergei Shtylyov
2007-01-27via82cxxx/pata_via: correct PCI_DEVICE_ID_VIA_SATA_EIDE ID and add support fo...Josepch Chan
2007-01-27libata: fix ata_eh_suspend() return valueTejun Heo
2007-01-27ahci: port_no should be used when clearing IRQ in ahci_thaw()Tejun Heo
2007-01-26Fix Maple PATA IRQ assignment.David Woodhouse
2007-01-26ahci: use 0x80 as wait stat value instead of 0xffTejun Heo
2007-01-26sata_via: style clean up, no indirect method call in LLDTejun Heo
2007-01-26ahci: fix endianness in spurious interrupt messageTejun Heo
2007-01-25libata-sff: Don't call bmdma_stop on non DMA capable controllersAlan
2007-01-25libata: implement ATA_FLAG_IGN_SIMPLEX and use it in sata_uliTejun Heo
2007-01-25ahci: improve and limit spurious interrupt messages, take#3Tejun Heo
2007-01-25sata_via: don't diddle with ATA_NIEN in ->freezeTejun Heo
2007-01-24libata: set_mode, Fix the FIXMEAlan
2007-01-24libata hpt3xn: Hopefully sort out the DPLL logic versus the vendor codeAlan
2007-01-24libata cmd64x: whack into a shape that looks like the documentationAlan
2007-01-24libata: Fixup n_elem initializationBrian King
2007-01-24ahci: don't enter slumber on power downTejun Heo
2007-01-24sata_nv: don't rely on NV_INT_DEV indication with ADMARobert Hancock
2007-01-24ahci: make ULi M5288 ignore interface fatal error bitTejun Heo
2007-01-19sata_mv HighPoint 2310 support (88SX7042)Olof Johansson
2007-01-19libata: fix handling of port actions in per-dev action maskTejun Heo
2007-01-19sata_via: add PCI ID 0x5337Luca Pedrielli
2007-01-05[PATCH] hpt37x: Two important bug fixesAlan
2007-01-05[PATCH] pata_optidma: typo in KconfigAlexey Dobriyan
2007-01-02[PATCH] libata: fix combined modeAlan
2006-12-20[libata] sata_svw, sata_vsc: kill iomem warningsJeff Garzik
2006-12-20[PATCH] libata: take scmd->cmd_len into account when translating SCSI commandsTejun Heo
2006-12-20[PATCH] libata: kill @cdb argument from xlat methodsTejun Heo
2006-12-20[PATCH] libata: clean up variable name usage in xlat related functionsTejun Heo
2006-12-20[libata] Move some PCI IDs from sata_nv to ahciPeer Chen
2006-12-20[libata] pata_via: suspend/resume support fixAndrew Morton
2006-12-20[libata] pata_cs5530: suspend/resume support tweakAndrew Morton
2006-12-16[PATCH] pata_via: Cable detect errorAlan
2006-12-16[PATCH] Fix help text for CONFIG_ATA_PIIXAlan
2006-12-16[PATCH] initializer entry defined twice in pata_rz1000Ira Snyder
2006-12-16[PATCH] ata: fix platform_device_register_simple() error checkAkinobu Mita
2006-12-16[PATCH] ahci: do not mangle saved HOST_CAP while resetting controllerTejun Heo
2006-12-16[PATCH] libata: don't initialize sg in ata_exec_internal() if DMA_NONE (take #2)Tejun Heo
2006-12-16[libata] sata_svw: Disable ATAPI DMA on current boards (errata workaround)Jeff Garzik
2006-12-16[libata] use kmap_atomic(KM_IRQ0) in SCSI simulatorJeff Garzik
2006-12-16[PATCH] ata_piix: use piix_host_stop() in ich_pata_opsTejun Heo
2006-12-16[PATCH] ata_piix: IDE mode SATA patch for Intel ICH9Jason Gaston
2006-12-13[PATCH] Fix numerous kcalloc() calls, convert to kzalloc()Robert P. J. Day