From: Richard Zhu <richard.zhuhongxing@gmail.com>
To: shawn.guo@linaro.org
Cc: linux-arm-kernel@lists.infradead.org, jgarzik@pobox.com,
linux-ide@vger.kernel.org, Richard Zhu <r65037@freescale.com>
Subject: [v1 2/3] ata: ahci_platform: enable imx6q ahci sata support
Date: Mon, 17 Jun 2013 17:52:46 +0800 [thread overview]
Message-ID: <1371462767-16630-3-git-send-email-r65037@freescale.com> (raw)
In-Reply-To: <1371462767-16630-1-git-send-email-r65037@freescale.com>
imx6q contains the Synopsys AHCI SATA controller which shares
ahci_platform driver with other controllers.
This patch updates the DT compatible list for ahci_platform,
and enable the imx6q ahci sata support.
Signed-off-by: Richard Zhu <r65037@freescale.com>
---
drivers/ata/ahci_platform.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/ata/ahci_platform.c b/drivers/ata/ahci_platform.c
index 7a8a284..61f2142 100644
--- a/drivers/ata/ahci_platform.c
+++ b/drivers/ata/ahci_platform.c
@@ -327,6 +327,7 @@ static SIMPLE_DEV_PM_OPS(ahci_pm_ops, ahci_suspend, ahci_resume);
static const struct of_device_id ahci_of_match[] = {
{ .compatible = "snps,spear-ahci", },
+ { .compatible = "snps,imx-ahci", },
{},
};
MODULE_DEVICE_TABLE(of, ahci_of_match);
--
1.7.5.4
next prev parent reply other threads:[~2013-06-17 9:50 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-17 9:52 [PATCH V1 0/3] ahci: enable ahci sata support on imx6q Richard Zhu
2013-06-17 9:52 ` [v1 1/3] ARM: dtsi: enable ahci sata on imx6q platforms Richard Zhu
2013-06-18 2:06 ` Shawn Guo
2013-06-18 2:20 ` Zhu Richard-R65037
2013-06-17 9:52 ` Richard Zhu [this message]
2013-06-17 18:27 ` [v1 2/3] ata: ahci_platform: enable imx6q ahci sata support Tejun Heo
2013-06-18 2:01 ` Shawn Guo
2013-06-18 2:19 ` Zhu Richard-R65037
2013-06-18 2:32 ` Shawn Guo
2013-06-17 9:52 ` [v1 3/3] imx: ahci: enable ahci sata on imx6q platforms Richard Zhu
2013-06-18 3:03 ` Shawn Guo
2013-06-18 5:00 ` Zhu Richard-R65037
2013-06-18 5:59 ` Shawn Guo
2013-06-18 19:56 ` Sascha Hauer
2013-06-19 2:38 ` Zhu Richard-R65037
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=1371462767-16630-3-git-send-email-r65037@freescale.com \
--to=richard.zhuhongxing@gmail.com \
--cc=jgarzik@pobox.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-ide@vger.kernel.org \
--cc=r65037@freescale.com \
--cc=shawn.guo@linaro.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).