From: s.hauer@pengutronix.de (Sascha Hauer)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V1 1/3] ahci_platform: add two clk pointer member into ahci_platform_data struct
Date: Thu, 17 Mar 2011 09:37:24 +0100 [thread overview]
Message-ID: <20110317083724.GV29521@pengutronix.de> (raw)
In-Reply-To: <1300345860-16574-1-git-send-email-Hong-Xing.Zhu@freescale.com>
On Thu, Mar 17, 2011 at 03:10:58PM +0800, Richard Zhu wrote:
> 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;
No, ahci_platform_data shouldn't be the dump place for arbitrary board
data. Keep this to your board.
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
next prev parent reply other threads:[~2011-03-17 8:37 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-17 7:10 [PATCH V1 1/3] ahci_platform: add two clk pointer member into ahci_platform_data struct Richard Zhu
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 ` Sascha Hauer [this message]
2011-03-17 9:48 ` [PATCH V1 1/3] ahci_platform: add two clk pointer member into ahci_platform_data struct 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=20110317083724.GV29521@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.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).