summaryrefslogtreecommitdiffstats
path: root/drivers/ata
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-05-216-8/+205
|\
| * ahci: imx: PLL clock needs 100us to settle downShawn Guo2014-05-191-0/+2
| * ata: pata_at91 only works on sam9Arnd Bergmann2014-05-081-1/+1
| * libata: clean up ZPODD when a port is detachedLevente Kurusa2014-05-071-0/+9
| * ahci: imx: software workaround for phy reset issue in resumeShawn Guo2014-05-041-0/+161
| * ahci: imx: add namespace for register enumsShawn Guo2014-05-041-7/+9
| * ahci: disable DEVSLP for Intel ValleyviewJacob Pan2014-04-243-0/+23
* | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-247-37/+59
|\ \ | |/
| * libata/ahci: accommodate tag ordered controllersDan Williams2014-04-181-8/+13
| * ahci: Do not receive interrupts sent by dummy portsAlexander Gordeev2014-04-181-6/+10
| * ahci: Use pci_enable_msi_exact() instead of pci_enable_msi_range()Alexander Gordeev2014-04-171-4/+4
| * ahci: Ensure "MSI Revert to Single Message" mode is not enforcedAlexander Gordeev2014-04-172-1/+9
| * ahci: do not request irq for dummy portDavid Milburn2014-04-161-8/+4
| * pata_samsung_cf: fix ata_host_activate() failure handlingBartlomiej Zolnierkiewicz2014-04-151-3/+7
| * pata_arasan_cf: fix ata_host_activate() failure handlingBartlomiej Zolnierkiewicz2014-04-141-2/+5
| * ata: fix i.MX AHCI driver dependenciesJean Delvare2014-04-081-1/+1
| * pata_at91: fix ata_host_activate() failure handlingBartlomiej Zolnierkiewicz2014-04-021-5/+6
| * libata: Update queued trim blacklist for M5x0 drivesMartin K. Petersen2014-04-021-2/+4
| * libata: make AHCI_XGENE depend on PHY_XGENETejun Heo2014-04-021-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-2/+2
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2014-02-2014-191/+541
| |\
| * | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-2/+2
* | | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-011-11/+9
|\ \ \
| * | | ahci: Use pci_enable_msi_range() instead of pci_enable_msi_block()Alexander Gordeev2014-02-141-11/+9
| * | | ahci: Fix broken fallback to single MSI modeAlexander Gordeev2014-02-141-1/+3
* | | | Merge tag 'pm+acpi-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-011-27/+45
|\ \ \ \
| * \ \ \ Merge branch 'acpi-hotplug'Rafael J. Wysocki2014-03-171-27/+45
| |\ \ \ \
| | * | | | ACPI / ATA: Add hotplug contexts to ACPI companions of SATA devicesRafael J. Wysocki2014-02-221-27/+45
| | |/ / /
* | | | | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-03-3183-700/+1959
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | ata: fix Marvell SATA driver dependenciesBartlomiej Zolnierkiewicz2014-03-271-0/+2
| * | | | ata: fix ARASAN CompactFlash PATA driver dependenciesBartlomiej Zolnierkiewicz2014-03-261-0/+1
| * | | | ata: remove superfluous castsJoe Perches2014-03-264-10/+6
| * | | | ata: sata_highbank: remove superfluous castBartlomiej Zolnierkiewicz2014-03-261-1/+1
| * | | | ata: fix Calxeda Highbank SATA driver dependenciesBartlomiej Zolnierkiewicz2014-03-261-0/+1
| * | | | ata: fix R-Car SATA driver dependenciesBartlomiej Zolnierkiewicz2014-03-261-0/+1
| * | | | ata: add new-style AHCI platform driver for DaVinci DA850 AHCI controllerBartlomiej Zolnierkiewicz2014-03-253-0/+124
| * | | | ata: move library code from ahci_platform.c to libahci_platform.cBartlomiej Zolnierkiewicz2014-03-254-524/+549
| * | | | ata: ahci_platform: fix ahci_platform_data->suspend method handlingBartlomiej Zolnierkiewicz2014-03-251-2/+9
| * | | | libata: async resumeTodd Brandt2014-03-181-1/+1
| * | | | libata, libsas: kill pm_result and related cleanupDan Williams2014-03-182-86/+62
| * | | | ata: Fix compiler warning with APM X-Gene host controller driverLoc Ho2014-03-181-1/+1
| * | | | ata: Add APM X-Gene SoC AHCI SATA host controller driverLoc Ho2014-03-173-0/+494
| * | | | ata: ahci_sunxi: fix code formattingBartlomiej Zolnierkiewicz2014-03-171-22/+22
| * | | | ata: ahci_sunxi: make ahci_sunxi_resume() staticBartlomiej Zolnierkiewicz2014-03-171-1/+1
| * | | | ata: ahci_platform: fix devm_ioremap_resource() return value checkingBartlomiej Zolnierkiewicz2014-03-141-3/+3
| * | | | ata: pata_imx: fix devm_ioremap_resource() return value checkingBartlomiej Zolnierkiewicz2014-03-141-2/+2
| * | | | ata: ahci_st: remove deprecated struct ahci_platform_data usageBartlomiej Zolnierkiewicz2014-03-141-11/+9
| * | | | ata: ahci_st: build fixesBartlomiej Zolnierkiewicz2014-03-142-8/+6
| * | | | libata: zpodd: eliminate odd_can_poweroffAaron Lu2014-03-141-19/+2
| * | | | libata: acpi: avoid passing NULL to ACPI evaluation methodAaron Lu2014-03-141-0/+1
OpenPOWER on IntegriCloud