summaryrefslogtreecommitdiff
path: root/drivers/ata
AgeCommit message (Expand)AuthorFilesLines
2009-01-26sata_mv: msi masking fix (v2)Mark Lord1-6/+15
2009-01-26sata_mv: Properly initialize main irq maskThomas Reitmayr1-0/+3
2009-01-26sata_mv: remove bogus nsect restrictionMark Lord1-11/+2
2009-01-26sata_mv: don't read hc_irq_causeMark Lord1-12/+5
2009-01-26sata_mv: fix 8-port timeouts on 508x/6081 chipsMark Lord1-1/+1
2009-01-26sata_nv: fix MCP5x resetTejun Heo1-13/+29
2009-01-26sata_nv: rename nv_nf2_hardreset()Tejun Heo1-14/+14
2009-01-26libata: set NODEV_HINT for 0x7f statusTejun Heo1-0/+10
2009-01-26libata-sff: fix incorrect EH messageTejun Heo1-1/+1
2009-01-16sata_fsl: Return non-zero on error in probe()Michal Sojka1-1/+1
2009-01-16drivers/ata/pata_ali.c: s/isa_bridge/ali_isa_bridge/ to fix alpha buildAndrew Morton1-14/+14
2009-01-16libata: New driver for OCTEON SOC Compact Flash interface (v7).David Daney3-0/+975
2009-01-16libata: Add another column to the ata_timing table.David Daney1-35/+37
2009-01-16sata_via: Add VT8261 supportJosephChan@via.com.tw1-0/+2
2009-01-16pata_atiixp: update port enabledness test handlingTejun Heo1-19/+13
2009-01-16[libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik2-5/+13
2009-01-13pata_it821x: Update RDC UDMA handlingAlan Cox1-4/+13
2009-01-13ata: fix wrong WARN_ON_ONCEChristian Borntraeger1-3/+6
2009-01-11libata: only ports >= 0 need to synchronizeArjan van de Ven1-1/+3
2009-01-11libata: Add a per-host flag to opt-in into parallel port probesArjan van de Ven2-0/+12
2009-01-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-12/+0
2009-01-09libata: use WARN_ON_ONCE on hot pathsTejun Heo2-20/+20
2009-01-09Merge branch 'linus' into releaseLen Brown32-580/+1254
2009-01-09libata: clean up the SFF code for coding styleAlan Cox1-65/+67
2009-01-09libata: Add 32bit PIO supportAlan Cox6-9/+63
2009-01-09[libata] ahci: Withdraw IGN_SERR_INTERNAL for SB800 SATAShane Huang1-2/+6
2009-01-09pata_hpt366: reimplement mode programmingTejun Heo1-65/+44
2009-01-09[libata] pata_hpt3x3: correct _freeze() function declarationJeff Garzik1-2/+2
2009-01-09libata: Add special ata_pio_need_iordy() handling for Compact Flash.David Daney1-0/+4
2009-01-09pata_platform: __pata_platform_remove() shouldn't be in discard sectionSonic Zhang1-1/+1
2009-01-09sata_sil24: remove unused sil24_port_multiplierGrant Grundler1-7/+0
2009-01-09[libata] ahci: Add SATA GEN3 related messagesShane Huang2-0/+3
2009-01-09ata_piix: save, use saved and restore IOCFGTejun Heo1-15/+34
2009-01-09pata_ali: Fix and workaround for FIFO DMA bugAlan Cox1-2/+30
2009-01-09pata_ali: force initialise a few bitsAlan Cox1-33/+38
2009-01-09pata_hpt3x3: Workarounds for chipsetAlan Cox1-6/+45
2009-01-07fastboot: Make libata initialization even more asyncArjan van de Ven1-9/+7
2009-01-07fastboot: make the libata port scan asynchronousArjan van de Ven1-38/+46
2009-01-06libata: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming2-12/+0
2008-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+2
2008-12-29[SCSI] add residual argument to scsi_execute and scsi_execute_reqFUJITA Tomonori1-2/+2
2008-12-29sata_sil: add Large Block Transfer supportRobert Hancock1-2/+94
2008-12-29[libata] ata_piix: cleanup dmi strings checkingJiri Slaby1-14/+7
2008-12-29libata: blacklist NCQ on OCZ CORE 2 SSD (resend)Lubomir Bulej1-0/+1
2008-12-29[libata] Update kernel-doc comments to match source codeQinghuang Feng10-11/+0
2008-12-29libata: perform port detach in EHTejun Heo2-20/+35
2008-12-29libata: when restoring SControl during detach do the PMP links firstTejun Heo1-1/+1
2008-12-29libata: beef up iteratorsTejun Heo14-220/+251
2008-12-21powerpc/mpc5200: Add MDMA/UDMA support to MPC5200 ATA driverTim Yamin2-66/+483