From: Tejun Heo <tj@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org, linux-ide@vger.kernel.org
Subject: Re: [GIT PULL] libata changes for v3.11-rc2
Date: Fri, 26 Jul 2013 09:09:26 -0400 [thread overview]
Message-ID: <20130726130926.GC3013@htj.dyndns.org> (raw)
In-Reply-To: <20130725175310.GI26107@mtj.dyndns.org>
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
prev parent reply other threads:[~2013-07-26 13:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-25 17:53 [GIT PULL] libata changes for v3.11-rc2 Tejun Heo
2013-07-26 13:09 ` Tejun Heo [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130726130926.GC3013@htj.dyndns.org \
--to=tj@kernel.org \
--cc=linux-ide@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).