mbox

[GIT,PULL,RESEND] libata fixes for v3.15-rc5

Message ID 20140513162924.GC1866@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.15-fixes

Message

Tejun Heo May 13, 2014, 4:29 p.m. UTC
(Oops, forgot Linus on the To list, resending)

Hey,

And the libata fixes.  Mostly device-specific fixes.  The only thing
which isn't is the fix for zpodd oops-on-detach bug.

The following changes since commit 8a4aeec8d2d6a3edeffbdfae451cdf05cbf0fefd:

  libata/ahci: accommodate tag ordered controllers (2014-04-18 15:56:03 -0400)

are available in the git repository at:

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

for you to fetch changes up to 2af89a3cde1beb88a2c65e0558d828c1a9e4677f:

  ata: pata_at91 only works on sam9 (2014-05-08 11:00:00 -0400)

Thanks.

----------------------------------------------------------------
Arnd Bergmann (1):
      ata: pata_at91 only works on sam9

Jacob Pan (1):
      ahci: disable DEVSLP for Intel Valleyview

Levente Kurusa (1):
      libata: clean up ZPODD when a port is detached

Shawn Guo (2):
      ahci: imx: add namespace for register enums
      ahci: imx: software workaround for phy reset issue in resume

 drivers/ata/Kconfig       |   2 +-
 drivers/ata/ahci.c        |  15 ++++
 drivers/ata/ahci.h        |   1 +
 drivers/ata/ahci_imx.c    | 177 ++++++++++++++++++++++++++++++++++++++++++++--
 drivers/ata/libahci.c     |   7 ++
 drivers/ata/libata-core.c |   9 +++
 6 files changed, 203 insertions(+), 8 deletions(-)