summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hibern_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2009-01-274-4/+118
|\
| * SATA PIIX: Blacklist system that spins off disks during ACPI power offRafael J. Wysocki2009-01-271-0/+34
| * SATA Sil: Blacklist system that spins off disks during ACPI power offRafael J. Wysocki2009-01-271-1/+35
| * SATA AHCI: Blacklist system that spins off disks during ACPI power offRafael J. Wysocki2009-01-271-0/+32
| * SATA: Blacklisting of systems that spin off disks during ACPI power offRafael J. Wysocki2009-01-271-3/+17
* | pata-rb532-cf: remove set_irq_type from finish_ioPhil Sutter2009-01-271-2/+0Star
* | [libata] pata_via: support VX855, future chips whose IDE controller use 0x0571JosephChan@via.com.tw2009-01-261-5/+17
* | sata_mv: no longer experimental (v2)Mark Lord2009-01-261-3/+3
* | sata_mv: msi masking fix (v2)Mark Lord2009-01-261-6/+15
* | sata_mv: Properly initialize main irq maskThomas Reitmayr2009-01-261-0/+3
* | sata_mv: remove bogus nsect restrictionMark Lord2009-01-261-11/+2Star
* | sata_mv: don't read hc_irq_causeMark Lord2009-01-261-12/+5Star
* | sata_mv: fix 8-port timeouts on 508x/6081 chipsMark Lord2009-01-261-1/+1
* | sata_nv: fix MCP5x resetTejun Heo2009-01-261-13/+29
* | sata_nv: rename nv_nf2_hardreset()Tejun Heo2009-01-261-14/+14
* | libata: set NODEV_HINT for 0x7f statusTejun Heo2009-01-261-0/+10
* | libata-sff: fix incorrect EH messageTejun Heo2009-01-261-1/+1
|/
* sata_fsl: Return non-zero on error in probe()Michal Sojka2009-01-161-1/+1
* drivers/ata/pata_ali.c: s/isa_bridge/ali_isa_bridge/ to fix alpha buildAndrew Morton2009-01-161-14/+14
* libata: New driver for OCTEON SOC Compact Flash interface (v7).David Daney2009-01-163-0/+975
* libata: Add another column to the ata_timing table.David Daney2009-01-161-35/+37
* sata_via: Add VT8261 supportJosephChan@via.com.tw2009-01-161-0/+2
* pata_atiixp: update port enabledness test handlingTejun Heo2009-01-161-19/+13Star
* [libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik2009-01-162-5/+13
* pata_it821x: Update RDC UDMA handlingAlan Cox2009-01-131-4/+13
* ata: fix wrong WARN_ON_ONCEChristian Borntraeger2009-01-131-3/+6
* libata: only ports >= 0 need to synchronizeArjan van de Ven2009-01-111-1/+3
* libata: Add a per-host flag to opt-in into parallel port probesArjan van de Ven2009-01-112-0/+12
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-01-092-12/+0Star
|\
| * Merge branch 'linus' into releaseLen Brown2009-01-0932-580/+1254
| |\
| * | ACPI: remove private acpica headers from driver filesLin Ming2008-12-312-12/+0Star
* | | libata: use WARN_ON_ONCE on hot pathsTejun Heo2009-01-092-20/+20
| |/ |/|
* | libata: clean up the SFF code for coding styleAlan Cox2009-01-081-65/+67
* | libata: Add 32bit PIO supportAlan Cox2009-01-086-9/+63
* | [libata] ahci: Withdraw IGN_SERR_INTERNAL for SB800 SATAShane Huang2009-01-081-2/+6
* | pata_hpt366: reimplement mode programmingTejun Heo2009-01-081-65/+44Star
* | [libata] pata_hpt3x3: correct _freeze() function declarationJeff Garzik2009-01-081-2/+2
* | libata: Add special ata_pio_need_iordy() handling for Compact Flash.David Daney2009-01-081-0/+4
* | pata_platform: __pata_platform_remove() shouldn't be in discard sectionSonic Zhang2009-01-081-1/+1
* | sata_sil24: remove unused sil24_port_multiplierGrant Grundler2009-01-081-7/+0Star
* | [libata] ahci: Add SATA GEN3 related messagesShane Huang2009-01-082-0/+3
* | ata_piix: save, use saved and restore IOCFGTejun Heo2009-01-081-15/+34
* | pata_ali: Fix and workaround for FIFO DMA bugAlan Cox2009-01-081-2/+30
* | pata_ali: force initialise a few bitsAlan Cox2009-01-081-33/+38
* | pata_hpt3x3: Workarounds for chipsetAlan Cox2009-01-081-6/+45
* | fastboot: Make libata initialization even more asyncArjan van de Ven2009-01-071-9/+7Star
* | fastboot: make the libata port scan asynchronousArjan van de Ven2009-01-071-38/+46
* | libata: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-01-061-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-12-311-2/+2
|\ \
| * | [SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori2008-12-291-2/+2