summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)Author
2009-01-27Merge branch 'hibern_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2009-01-27SATA PIIX: Blacklist system that spins off disks during ACPI power offRafael J. Wysocki
2009-01-27SATA Sil: Blacklist system that spins off disks during ACPI power offRafael J. Wysocki
2009-01-27SATA AHCI: Blacklist system that spins off disks during ACPI power offRafael J. Wysocki
2009-01-27SATA: Blacklisting of systems that spin off disks during ACPI power offRafael J. Wysocki
2009-01-27pata-rb532-cf: remove set_irq_type from finish_ioPhil Sutter
2009-01-26[libata] pata_via: support VX855, future chips whose IDE controller use 0x0571JosephChan@via.com.tw
2009-01-26sata_mv: no longer experimental (v2)Mark Lord
2009-01-26sata_mv: msi masking fix (v2)Mark Lord
2009-01-26sata_mv: Properly initialize main irq maskThomas Reitmayr
2009-01-26sata_mv: remove bogus nsect restrictionMark Lord
2009-01-26sata_mv: don't read hc_irq_causeMark Lord
2009-01-26sata_mv: fix 8-port timeouts on 508x/6081 chipsMark Lord
2009-01-26sata_nv: fix MCP5x resetTejun Heo
2009-01-26sata_nv: rename nv_nf2_hardreset()Tejun Heo
2009-01-26libata: set NODEV_HINT for 0x7f statusTejun Heo
2009-01-26libata-sff: fix incorrect EH messageTejun Heo
2009-01-16sata_fsl: Return non-zero on error in probe()Michal Sojka
2009-01-16drivers/ata/pata_ali.c: s/isa_bridge/ali_isa_bridge/ to fix alpha buildAndrew Morton
2009-01-16libata: New driver for OCTEON SOC Compact Flash interface (v7).David Daney
2009-01-16libata: Add another column to the ata_timing table.David Daney
2009-01-16sata_via: Add VT8261 supportJosephChan@via.com.tw
2009-01-16pata_atiixp: update port enabledness test handlingTejun Heo
2009-01-16[libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik
2009-01-13pata_it821x: Update RDC UDMA handlingAlan Cox
2009-01-13ata: fix wrong WARN_ON_ONCEChristian Borntraeger
2009-01-10libata: only ports >= 0 need to synchronizeArjan van de Ven
2009-01-10libata: Add a per-host flag to opt-in into parallel port probesArjan van de Ven
2009-01-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2009-01-09libata: use WARN_ON_ONCE on hot pathsTejun Heo
2009-01-09Merge branch 'linus' into releaseLen Brown
2009-01-08libata: clean up the SFF code for coding styleAlan Cox
2009-01-08libata: Add 32bit PIO supportAlan Cox
2009-01-08[libata] ahci: Withdraw IGN_SERR_INTERNAL for SB800 SATAShane Huang
2009-01-08pata_hpt366: reimplement mode programmingTejun Heo
2009-01-08[libata] pata_hpt3x3: correct _freeze() function declarationJeff Garzik
2009-01-08libata: Add special ata_pio_need_iordy() handling for Compact Flash.David Daney
2009-01-08pata_platform: __pata_platform_remove() shouldn't be in discard sectionSonic Zhang
2009-01-08sata_sil24: remove unused sil24_port_multiplierGrant Grundler
2009-01-08[libata] ahci: Add SATA GEN3 related messagesShane Huang
2009-01-08ata_piix: save, use saved and restore IOCFGTejun Heo
2009-01-08pata_ali: Fix and workaround for FIFO DMA bugAlan Cox
2009-01-08pata_ali: force initialise a few bitsAlan Cox
2009-01-08pata_hpt3x3: Workarounds for chipsetAlan Cox
2009-01-07fastboot: Make libata initialization even more asyncArjan van de Ven
2009-01-07fastboot: make the libata port scan asynchronousArjan van de Ven
2009-01-06libata: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming
2008-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori