aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-17sata_via: pcim_iomap_regions() conversion missed BAR5Tejun Heo1-1/+1
2007-05-17libata: remove libata.spindown_compatTejun Heo3-12/+4
2007-05-17sata_nv: fix fallout of devres conversionTejun Heo1-11/+1
2007-05-17drivers/ata: remove the wildcard from sata_nv driverPeer Chen1-6/+0
2007-05-16libata: track spindown status and skip spindown_compat if possibleTejun Heo1-0/+9
2007-05-16libata: fix shutdown warning message printingTejun Heo1-8/+27
2007-05-16libata-acpi: add ATA_FLAG_ACPI_SATA port flagTejun Heo3-7/+9
2007-05-16libata: during revalidation, check n_sectors after device is configuredTejun Heo1-18/+15
2007-05-16libata: separate out ata_dev_reread_id()Tejun Heo2-14/+36
2007-05-16pata_scc had been missed by ata_std_prereset() switchAl Viro1-2/+2
2007-05-12Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-88/+96
2007-05-11pata_platform: don't use generic ata_port_startOlof Johansson1-1/+3
2007-05-11Use menuconfig objects: libataJan Engelhardt1-7/+3
2007-05-11add the ATI SB700 SATA controller device id to AHCI pci tableHenry Su1-0/+1
2007-05-11pata_pcmcia: recognize 2GB CompactFlash from TranscendAeschbacher, Fabrice1-0/+1
2007-05-11git-libata-all: sata_via build fixAndrew Morton1-4/+0
2007-05-11libata-acpi: clean up parameters and misc stuffTejun Heo3-100/+98
2007-05-11libata-acpi: s/CONFIG_SATA_ACPI/CONFIG_ATA_ACPI/Tejun Heo3-15/+15
2007-05-11libata: give devices one last chance even if recovery failed with -EINVALTejun Heo1-5/+1
2007-05-11libata: fallback to the other IDENTIFY on device error, take#2Tejun Heo1-1/+21
2007-05-11libata: ignore EH scheduling during initializationTejun Heo2-0/+5
2007-05-11libata: clean up SFF init messTejun Heo42-306/+308
2007-05-11libata: implement libata.spindown_compatTejun Heo3-1/+34
2007-05-11libata: reimplement suspend/resume support using sdev->manage_start_stopTejun Heo44-562/+13
2007-05-11[ARM] pata_icside: fix build errorsRussell King1-56/+86
2007-05-11[ARM] ecard: add ecardm_iomap() / ecardm_iounmap()Russell King1-26/+9
2007-05-11[ARM] ecard: add helper function for setting ecard irq opsRussell King1-9/+4
2007-05-10[S390] Kconfig: menus with depends on HAS_IOMEM.Martin Schwidefsky1-0/+1
2007-05-09libata: fix kernel-doc parametersRandy Dunlap1-0/+2
2007-05-09Fix pata_qdi.c probe codeSamuel Thibault1-1/+1
2007-05-09pata_scc: fix compilationAlexey Dobriyan1-2/+2
2007-05-09sata_via: add missing PM hooksTejun Heo1-0/+8
2007-05-09sata_nv: fix ADMA freeze/thaw/irq_clear issuesRobert Hancock1-14/+78
2007-05-09pata_pcmcia.c: add card ident for jvc cdromRichard Kennedy1-0/+1
2007-05-09sata_promise: SATAII-150/300 TX4 port numbering fixMikael Pettersson1-4/+18
2007-05-09sata_promise: fix another error decode regressionMikael Pettersson1-1/+3
2007-05-09libata-acpi: fix _GTF command protocol for ATAPI devicesTejun Heo1-2/+1
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-4/+4
2007-05-09libata: use flush_work()Andrew Morton1-4/+4
2007-05-09Fix trivial typos in Kconfig* filesDavid Sterba1-1/+1
2007-05-08Merge branch 'reset-seq' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds31-187/+306
2007-05-08Merge branch 'linux-2.6'Paul Mackerras3-1/+696
2007-05-06Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds3-1/+696
2007-05-03[ARM] Add support for ICSIDE interface on RiscPCRussell King3-0/+695
2007-05-03[ARM] Add platform support for PATA on RiscPCRussell King1-1/+1
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-1/+1
2007-05-01[libata reset-seq] build and merge fixesJeff Garzik3-3/+5
2007-05-01libata: reimplement reset sequencingTejun Heo2-51/+42
2007-05-01libata: improve ata_std_prereset()Tejun Heo1-7/+15