summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* ahci: Add identifiers for ASM106x devicesAlan Cox2012-09-131-1/+4
* ahci: Add alternate identifier for the 88SE9172Alan Cox2012-09-131-0/+2
* ahci: Add JMicron 362 device IDsBen Hutchings2012-09-131-0/+3
* libata: Add a space to " 2GB ATA Flash Disk" DMA blacklist entryPrarit Bhargava2012-08-251-1/+1
* [libata] new quirk, lift bridge limits for Buffalo DriveStation QuattroJeff Garzik2012-08-171-0/+1
* [libata] Kconfig: Elaborate that SFF is meant for legacy and PATA stuffPaul Menzel2012-08-171-1/+1
* [libata] acpi: call ata_acpi_gtm during ata port init timeAaron Lu2012-08-171-11/+4Star
* ata_piix: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston2012-08-171-0/+8
* ahci: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston2012-08-171-0/+8
* pata_atiixp: override cable detection on MSI E350DM-E33Arnd Hannemann2012-08-171-0/+16
* ahci: un-staticize ahci_dev_classifyRob Herring2012-08-172-1/+3
* Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-08-021-13/+29
|\
| * ATA: sata_mv: Add device tree supportAndrew Lunn2012-07-271-13/+29
* | ata/pata_arasan: remove conditional compilation of clk codeViresh Kumar2012-07-311-13/+1Star
* | [libata] pata_cmd64x: whitespace cleanupJeff Garzik2012-07-251-2/+2
* | libata-acpi: fix up for acpi_pm_device_sleep_state APIStephen Rothwell2012-07-251-1/+1
* | Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstreamJeff Garzik2012-07-252-11/+50
|\ \
| * | [SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams2012-07-202-11/+50
| |/
* | sata_dwc_460ex: device tree may specify dma_channelThang Q. Nguyen2012-07-251-17/+31
* | ahci, trivial: fixed coding style issues related to bracesJeffrin Jose2012-07-251-22/+11Star
* | ahci_platform: add hibernation callbacksShiraz Hashim2012-07-251-7/+3Star
* | libata-eh.c: local functions should not be exposed globallyH Hartley Sweeten2012-07-251-1/+1
* | libata-transport.c: local functions should not be exposed globallyH Hartley Sweeten2012-07-251-3/+3
* | sata_dwc_460ex: support hardresetThang Q. Nguyen2012-07-251-1/+23
* | ata: use module_pci_driverAxel Lin2012-07-2560-761/+60Star
* | drivers/ata/pata_pcmcia.c: adjust suspicious bit operationJulia Lawall2012-07-251-1/+2
* | pata_imx: Convert to clk_prepare_enable/clk_disable_unprepareFabio Estevam2012-07-251-5/+5
* | ahci: Enable SB600 64bit DMA on MSI K9AGM2 (MS-7327) v2Mark Nelson2012-07-251-0/+16
* | [libata] Prevent interface errors with Seagate FreeAgent GoFlexDaniel J Blueman2012-07-251-0/+1
* | libata-acpi: add missing inlines in libata.hLin Ming2012-07-251-3/+3
* | libata: tell scsi layer device supports runtime power offAaron Lu2012-06-291-2/+26
* | libata: detect Device Attention supportLin Ming2012-06-291-0/+3
* | libata-acpi: register/unregister device to/from power resourceLin Ming2012-06-291-0/+32
* | libata-acpi: add ata port runtime D3Cold supportLin Ming2012-06-293-4/+81
* | libata-acpi: set acpi state for SATA portLin Ming2012-06-291-9/+11
* | libata: migrate ACPI code over to new bindingsMatthew Garrett2012-06-295-139/+38Star
* | libata: bind the Linux device tree to the ACPI device treeMatthew Garrett2012-06-293-2/+146
|/
* Viresh has movedViresh Kumar2012-06-201-2/+2
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-4/+36
|\
| * Merge branch 'clk-next' of git://git.linaro.org/people/mturquette/linux into ...Arnd Bergmann2012-05-161-4/+36
| |\
| | * ARM: Orion: SATA: Add per channel clk/clkdev support.Andrew Lunn2012-05-091-4/+36
* | | PATA host controller driver for ep93xxRafal Prylowski2012-05-223-0/+1054
* | | [libata] Add " 2GB ATA Flash Disk"/"ADMA428M" to DMA blacklistPrarit Bhargava2012-05-221-0/+1
* | | ata_generic: Skip is_intel_ider() check when ata_generic=1 is setAndi Kleen2012-05-221-1/+1
* | | libata-eh don't waste time retrying media errors (v3)Mark Lord2012-05-071-3/+21
* | | ata_piix: defer disks to the Hyper-V drivers by defaultAndy Whitcroft2012-05-071-0/+36
* | | libata: add a host flag to ignore detected ATA devicesAndy Whitcroft2012-05-071-0/+6
|/ /
* | Merge tag 'tag/upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-05-045-5/+7
|\ \
| * | ata: ahci_platform: Add synopsys ahci controller in DT's compatible listViresh Kumar2012-05-031-0/+1
| * | ata/pata_arasan_cf: Move arasan_cf_pm_ops out of #ifdef, #endif macrosViresh Kumar2012-05-031-3/+1Star