All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] libata changes for v3.11-rc2
@ 2013-07-25 17:53 Tejun Heo
  2013-07-26 13:09 ` Tejun Heo
  0 siblings, 1 reply; 2+ messages in thread
From: Tejun Heo @ 2013-07-25 17:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-ide

Hello, Linus.

Here are assorted libata updates.  The most critical one is a fix for
ahci oops during boot.  Also, a new smallish platform ahci driver is
added and sata_inic162x is marked clearly as experimental (it whines
during boot too) as data corruption seems rather common on the device
and it's unlikely to get any love in the foreseeable future.  If the
whining doesn't draw any attention, I think we'd probably be better of
making the driver depend on BROKEN in a couple releases.

The changes are available in the git repository at:

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

for you to fetch changes up to 9e54eae23bc9cca0d8a955018c35b1250e09a73a:

  ahci_imx: add ahci sata support on imx platforms (2013-07-24 12:29:08 -0400)

Thanks!

----------------------------------------------------------------
Jingoo Han (1):
      libata: replace strict_strtol() with kstrtol()

Richard Zhu (2):
      ARM: imx6q: update the sata bits definitions of gpr13
      ahci_imx: add ahci sata support on imx platforms

Tejun Heo (1):
      libata: make it clear that sata_inic162x is experimental

Xiaotian Feng (1):
      ahci: fix Null pointer dereference in achi_host_active()

Youquan Song (1):
      ata: Fix DVD not dectected at some platform with Wellsburg PCH

 drivers/ata/Kconfig                         |  11 +-
 drivers/ata/Makefile                        |   1 +
 drivers/ata/ahci.c                          |   9 +-
 drivers/ata/ahci_imx.c                      | 236 ++++++++++++++++++++++++++++
 drivers/ata/ata_piix.c                      |   2 +-
 drivers/ata/libata-scsi.c                   |   6 +-
 drivers/ata/sata_inic162x.c                 |  14 ++
 include/linux/mfd/syscon/imx6q-iomuxc-gpr.h | 121 +++++++++-----
 8 files changed, 358 insertions(+), 42 deletions(-)
 create mode 100644 drivers/ata/ahci_imx.c

-- 
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] libata changes for v3.11-rc2
  2013-07-25 17:53 [GIT PULL] libata changes for v3.11-rc2 Tejun Heo
@ 2013-07-26 13:09 ` Tejun Heo
  0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2013-07-26 13:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, linux-ide

Hello, Linus.

The ahci_imx addition was missing dependency on CONFIG_MFD_SYSCON
leading to build failures depending on config combination.  A patch
was added to address the issue.  The modified pull request follows.

Thanks.

The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

  Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)

are available in the git repository at:

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

for you to fetch changes up to 867974fc09f93bdd7f98d46ac3733934486bbf4a:

  ahci_imx: depend on CONFIG_MFD_SYSCON (2013-07-26 08:57:56 -0400)

----------------------------------------------------------------
Jingoo Han (1):
      libata: replace strict_strtol() with kstrtol()

Richard Zhu (2):
      ARM: imx6q: update the sata bits definitions of gpr13
      ahci_imx: add ahci sata support on imx platforms

Tejun Heo (2):
      libata: make it clear that sata_inic162x is experimental
      ahci_imx: depend on CONFIG_MFD_SYSCON

Xiaotian Feng (1):
      ahci: fix Null pointer dereference in achi_host_active()

Youquan Song (1):
      ata: Fix DVD not dectected at some platform with Wellsburg PCH

 drivers/ata/Kconfig                         |  11 +-
 drivers/ata/Makefile                        |   1 +
 drivers/ata/ahci.c                          |   9 +-
 drivers/ata/ahci_imx.c                      | 236 ++++++++++++++++++++++++++++
 drivers/ata/ata_piix.c                      |   2 +-
 drivers/ata/libata-scsi.c                   |   6 +-
 drivers/ata/sata_inic162x.c                 |  14 ++
 include/linux/mfd/syscon/imx6q-iomuxc-gpr.h | 121 +++++++++-----
 8 files changed, 358 insertions(+), 42 deletions(-)
 create mode 100644 drivers/ata/ahci_imx.c

-- 
tejun

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-07-26 13:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-25 17:53 [GIT PULL] libata changes for v3.11-rc2 Tejun Heo
2013-07-26 13:09 ` Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.