linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Richard Zhu <Hong-Xing.Zhu@freescale.com>
To: linux-arm-kernel@lists.infradead.org
Cc: jgarzik@pobox.com, kernel@pengutronix.de,
	linux-ide@vger.kernel.org, avorontsov@ru.mvista.com,
	eric@eukrea.com, eric.miao@linaro.org,
	Richard Zhu <Hong-Xing.Zhu@freescale.com>
Subject: [PATCH V1 1/3] ahci_platform: add two clk pointer member into ahci_platform_data struct
Date: Thu, 17 Mar 2011 15:10:58 +0800	[thread overview]
Message-ID: <1300345860-16574-1-git-send-email-Hong-Xing.Zhu@freescale.com> (raw)

Signed-off-by: Richard Zhu <Hong-Xing.Zhu@freescale.com>
---
 include/linux/ahci_platform.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/linux/ahci_platform.h b/include/linux/ahci_platform.h
index be3d9a7..86b5e24 100644
--- a/include/linux/ahci_platform.h
+++ b/include/linux/ahci_platform.h
@@ -26,6 +26,8 @@ struct ahci_platform_data {
 	const struct ata_port_info *ata_port_info;
 	unsigned int force_port_map;
 	unsigned int mask_port_map;
+	struct clk *sata_clk;
+	struct clk *sata_ref_clk;
 };
 
 #endif /* _AHCI_PLATFORM_H */
-- 
1.7.1



             reply	other threads:[~2011-03-17  7:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-17  7:10 Richard Zhu [this message]
2011-03-17  7:10 ` [PATCH V1 2/3] AHCI Add the AHCI SATA feature on MX53 platforms Richard Zhu
2011-03-17  8:55   ` Sascha Hauer
2011-03-17  7:11 ` [PATCH V1 3/3] MX53 Enable the AHCI SATA on MX53 LOCO Richard Zhu
2011-03-17  8:37 ` [PATCH V1 1/3] ahci_platform: add two clk pointer member into ahci_platform_data struct Sascha Hauer
2011-03-17  9:48   ` 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=1300345860-16574-1-git-send-email-Hong-Xing.Zhu@freescale.com \
    --to=hong-xing.zhu@freescale.com \
    --cc=avorontsov@ru.mvista.com \
    --cc=eric.miao@linaro.org \
    --cc=eric@eukrea.com \
    --cc=jgarzik@pobox.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-ide@vger.kernel.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).