summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | libata: zpodd: should depend on PM_RUNTIMEAaron Lu2014-03-141-1/+1
| * | | | ata: Fix SC1200 dependenciesJean Delvare2014-03-141-1/+1
| * | | | ahci: st: Invoke AHCI Platform Suspend/ResumeLee Jones2014-03-141-1/+5
| * | | | ahci: st: Only build for ST-Micro h/wLee Jones2014-03-141-0/+1
| * | | | ahci: st: Utilise ata_platform_remove_one() callLee Jones2014-03-141-18/+26
| * | | | ahci: st: Remove legacy dependencies on PHYLee Jones2014-03-142-3/+0
| * | | | ahci: st: Standardise naming conventionsLee Jones2014-03-142-4/+4
| * | | | ahci: st: Add support for ST's SATA IPLee Jones2014-03-143-0/+249
| * | | | pata_legacy: Remove dead codeSilvan Jegen2014-03-111-1/+0
| * | | | ata: Fix CS55xx dependenciesJean Delvare2014-03-111-4/+4
| * | | | libata: end the r-wordDan Williams2014-03-071-2/+3
| * | | | ahci_imx: Put #ifdef CONFIG_PM_SLEEP around suspend / resume functionsHans de Goede2014-03-061-0/+2
| * | | | ahci_sunxi: Use msleep instead of mdelayHans de Goede2014-02-231-3/+3
| * | | | ahci_platform: Drop unused ahci_platform_data membersHans de Goede2014-02-221-9/+1
| * | | | ahci_platform: Drop support for imx53-ahci platform device typeHans de Goede2014-02-221-40/+6
| * | | | ahci_platform: Drop support for ahci-strict platform device typeHans de Goede2014-02-221-11/+0
| * | | | ata: ahci_platform: runtime resume the device before useRoger Quadros2014-02-222-0/+16
| * | | | ata: ahci_platform: Manage SATA PHYRoger Quadros2014-02-222-2/+47
| * | | | ata: ahci_platform: Add DT compatible for Synopsis DWC AHCI controllerRoger Quadros2014-02-221-0/+1
| * | | | ahci-imx: Port to library-ised ahci_platformHans de Goede2014-02-221-204/+127
| * | | | ARM: sunxi: Add support for Allwinner SUNXi SoCs sata to ahci_platformOlliver Schinagl2014-02-223-0/+259
| * | | | ahci-platform: "Library-ise" suspend / resume functionalityHans de Goede2014-02-221-15/+82
| * | | | ahci-platform: "Library-ise" ahci_probe functionalityHans de Goede2014-02-221-65/+123
| * | | | ahci-platform: Add enable_ / disable_resources helper functionsHans de Goede2014-02-221-37/+69
| * | | | ahci-platform: Add support for an optional regulator for sata-target powerHans de Goede2014-02-222-2/+36
| * | | | ahci-platform: Add support for devices with more then 1 clockHans de Goede2014-02-222-28/+88
| * | | | libahci: Allow drivers to override start_engineHans de Goede2014-02-224-10/+31
| * | | | ata: libahci: replace obsolete simple_strtoul() with kstrtouint()Daeseok Youn2014-02-191-2/+3
| * | | | ata: libahci: make ahci_pmp_retry_softreset() as staticDaeseok Youn2014-02-191-2/+2
| * | | | ata: CONFIG_ATA is libataRandy Dunlap2014-02-181-2/+2
| * | | | pata_imx: Propagate the real error code on platform_get_irq() failureFabio Estevam2014-02-181-2/+2
| * | | | pata_imx: Use devm_ioremap_resource() to simplify codeFabio Estevam2014-02-181-7/+2
| * | | | ata: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-1368-68/+0
| |/ / /
* | | | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-03-101-2/+1
|\ \ \ \
| * | | | libata: use wider match for blacklisting Crucial M500Tejun Heo2014-03-101-2/+1
* | | | | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-03-081-0/+2
|\ \ \ \ \ | |/ / / /
| * | | | libata: add ATA_HORKAGE_BROKEN_FPDMA_AA quirk for Seagate Momentus SpinPoint ...Michele Baldessari2014-03-071-0/+1
| * | | | libata: disable queued TRIM for Crucial M500 mSATA SSDsMarios Andreopoulos2014-03-031-0/+1
* | | | | Merge tag 'pci-v3.14-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-201-1/+3
|\ \ \ \ \
| * | | | | ahci: Fix broken fallback to single MSI modeAlexander Gordeev2014-02-141-1/+3
| | |/ / / | |/| | |
* | | | | Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-02-206-8/+35
|\ \ \ \ \ | | |/ / / | |/| | / | |_|_|/ |/| | |
| * | | ahci: disable NCQ on Samsung pci-e SSDs on macbooksLevente Kurusa2014-02-181-0/+14
| * | | ata: sata_mv: Cleanup only the initialized portsEzequiel Garcia2014-02-161-2/+7
| * | | sata_sil: apply MOD15WRITE quirk to TOSHIBA MK2561GSYNTejun Heo2014-02-031-0/+1
| * | | ata: enable quirk from jmicron JMB350 for JMB394Denis V. Lunev2014-01-311-2/+5
| * | | ATA: SATA_MV: Add missing Kconfig select statememntAndrew Lunn2014-01-291-0/+1
| * | | ata: pata_imx: Check the return value from clk_prepare_enable()Fabio Estevam2014-01-291-2/+6
| |/ /
* | | ata: sata_mv: Fix probe failures with optional physAndrew Lunn2014-02-051-3/+5
|/ /
* | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-242-18/+15
|\ \
| * \ Merge branch 'acpi-hotplug'Rafael J. Wysocki2014-01-121-13/+13
| |\ \
OpenPOWER on IntegriCloud