mbox

[GIT,PULL] libata fixes for v3.18-rc7

Message ID 20141207140746.GC19034@htj.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.18-fixes

Message

Tejun Heo Dec. 7, 2014, 2:07 p.m. UTC
Hello, Linus.

Three libata fixes for v3.18.  Nothing too interesting.  PCI ID ID and
quirk additions to ahci and an error handling path fix in sata_fsl.

Thanks.

The following changes since commit 9a23c1d6f0f5dbac4c9b73fa6cea7c9ee3d29074:

  ahci: fix AHCI parameters not taken into account (2014-11-04 12:56:25 -0500)

are available in the git repository at:

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

for you to fetch changes up to 2b21ef0aae65f22f5ba86b13c4588f6f0c2dbefb:

  ahci: disable MSI on SAMSUNG 0xa800 SSD (2014-12-04 13:18:55 -0500)

----------------------------------------------------------------
Devin Ryles (1):
      AHCI: Add DeviceIDs for Sunrise Point-LP SATA controller

Dmitry Torokhov (1):
      sata_fsl: fix error handling of irq_of_parse_and_map

Tejun Heo (1):
      ahci: disable MSI on SAMSUNG 0xa800 SSD

 drivers/ata/ahci.c     | 4 ++++
 drivers/ata/sata_fsl.c | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)