summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* 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 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
| |\
| | * ACPI / bind: Redefine acpi_preset_companion()Rafael J. Wysocki2013-12-071-13/+13
| * | Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-122-5/+2
| |\|
| | * ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-072-5/+2
* | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-221-21/+35
|\ \ \
| * | | PCI/MSI: Remove pci_enable_msi_block_auto()Alexander Gordeev2014-01-031-21/+35
| | |/ | |/|
* | | Merge branch 'for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-01-2111-143/+436
|\ \ \ | |_|/ |/| |
| * | SATA: MV: Add support for the optional PHYsAndrew Lunn2014-01-201-0/+27
| * | sata-highbank: Remove unnecessary ahci_platform.h includeHans de Goede2014-01-191-1/+0
| * | libata: disable LPM for some WD SATA-I devicesTejun Heo2014-01-162-3/+42
| * | Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo2014-01-164-11/+51
| |\ \
| * | | ata: sata_mv: fix disk hotplug for Armada 370/XP SoCsLior Amsalem2014-01-151-0/+24
| * | | ata: sata_mv: introduce compatible string "marvell, armada-370-sata"Simon Guinot2014-01-151-0/+1
| * | | ata: pata_samsung_cf: Remove unused macrosSachin Kamat2014-01-121-13/+0
| * | | ata: pata_samsung_cf: Use devm_ioremap_resource()Jingoo Han2014-01-021-15/+3
| * | | ata: pata_samsung_cf: Merge pata_samsung_cf.h into pata_samsung_cf.cSachin Kamat2014-01-022-56/+37
| * | | ata: pata_samsung_cf: Move plat/regs-ata.h to drivers/ataSachin Kamat2013-12-312-1/+56
| * | | drivers: ata: Mark the function as static in libahci.cRashika Kheria2013-12-141-2/+2
| * | | drivers: ata: Mark the function ahci_init_interrupts() as static in ahci.cRashika Kheria2013-12-141-1/+1
| * | | ahci: imx: fix the error handling in imx_ahci_probe()Wei Yongjun2013-12-121-1/+2
| * | | ahci: imx: ahci_imx_softreset() can be staticFengguang Wu2013-12-031-1/+1
| * | | ahci: imx: Add i.MX53 supportMarek Vasut2013-12-031-58/+122
| * | | ahci: imx: Pull out the clock enable/disable callsMarek Vasut2013-12-031-68/+75
| * | | libata: Merge branch 'for-3.13-fixes' into for-3.14Tejun Heo2013-12-036-6/+11
| |\ \ \