mbox

[GIT,PULL] libata fixes for v3.17-rc4

Message ID 20140908005944.GD5061@mtj.dyndns.org
State Not Applicable
Delegated to: David Miller
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-3.17-fixes

Message

Tejun Heo Sept. 8, 2014, 12:59 a.m. UTC
Hello, Linus.

Two patches are to add PCI IDs for ICH9 and all others are device
specific fixes.  Nothing too interesting.

Thanks.

The following changes since commit 2a13772a144d2956a7fedd18685921d0a9b8b783:

  libata: widen Crucial M550 blacklist matching (2014-08-18 17:40:09 -0400)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git for-3.17-fixes

for you to fetch changes up to 0babe614b6b4c7d1d8e12d7a6dbdac6e2f0df8e2:

  ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC AHCI SATA host controller driver. (2014-09-06 11:27:15 +0900)

----------------------------------------------------------------
Chuansheng Liu (1):
      ata: Disabling the async PM for JMicron chip 363/361

James Ralston (2):
      ahci: Add Device IDs for Intel 9 Series PCH
      ata_piix: Add Device IDs for Intel 9 Series PCH

Mikko Perttunen (1):
      ata: ahci_tegra: Read calibration fuse

Murali Karicheri (1):
      ahci: add pcid for Marvel 0x9182 controller

Suman Tripathi (2):
      ahci_xgene: Skip the PHY and clock initialization if already configured by the firmware.
      ahci_xgene: Fix the link down in first attempt for the APM X-Gene SoC AHCI SATA host controller driver.

 drivers/ata/ahci.c         | 22 +++++++++++++++++
 drivers/ata/ahci_tegra.c   | 14 ++++++++---
 drivers/ata/ahci_xgene.c   | 61 +++++++++++++++++++++++++++++++++++-----------
 drivers/ata/ata_piix.c     |  8 ++++++
 drivers/ata/pata_jmicron.c | 12 +++++++++
 5 files changed, 99 insertions(+), 18 deletions(-)