linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V1 1/3] ahci_platform: add two clk pointer member into ahci_platform_data struct
@ 2011-03-17  7:10 Richard Zhu
  2011-03-17  7:10 ` [PATCH V1 2/3] AHCI Add the AHCI SATA feature on MX53 platforms Richard Zhu
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Richard Zhu @ 2011-03-17  7:10 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

end of thread, other threads:[~2011-03-17  9:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [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

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).