All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] s3c6410: sdhci: Adding additional elements in sdhci platform data structure.
@ 2009-09-08  6:46 ` thomas.ab at samsung.com
  0 siblings, 0 replies; 2+ messages in thread
From: thomas.ab @ 2009-09-08  6:46 UTC (permalink / raw)
  To: ben-linux; +Cc: linux-arm-kernel, linux-mmc, Thomas Abraham

From: Thomas Abraham <thomas.ab@samsung.com>

This patch adds additional elements in the s3c6410 sdhci
platform data structure. The elements added are parent clock name,
source clock name and desired clock speed.

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
---
 arch/arm/plat-s3c/include/plat/sdhci.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-s3c/include/plat/sdhci.h b/arch/arm/plat-s3c/include/plat/sdhci.h
index f615308..b96ec42 100644
--- a/arch/arm/plat-s3c/include/plat/sdhci.h
+++ b/arch/arm/plat-s3c/include/plat/sdhci.h
@@ -37,6 +37,9 @@ struct mmc_ios;
 struct s3c_sdhci_platdata {
 	unsigned int	max_width;
 	unsigned int	host_caps;
+	char		clk_parent_name[20];
+	char            clk_source_name[20];
+	unsigned long   clk_speed;
 
 	char		**clocks;	/* set of clock sources */
 
-- 
1.5.3.4


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

* [PATCH 1/8] s3c6410: sdhci: Adding additional elements in sdhci platform data structure.
@ 2009-09-08  6:46 ` thomas.ab at samsung.com
  0 siblings, 0 replies; 2+ messages in thread
From: thomas.ab at samsung.com @ 2009-09-08  6:46 UTC (permalink / raw)
  To: linux-arm-kernel

From: Thomas Abraham <thomas.ab@samsung.com>

This patch adds additional elements in the s3c6410 sdhci
platform data structure. The elements added are parent clock name,
source clock name and desired clock speed.

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
---
 arch/arm/plat-s3c/include/plat/sdhci.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/plat-s3c/include/plat/sdhci.h b/arch/arm/plat-s3c/include/plat/sdhci.h
index f615308..b96ec42 100644
--- a/arch/arm/plat-s3c/include/plat/sdhci.h
+++ b/arch/arm/plat-s3c/include/plat/sdhci.h
@@ -37,6 +37,9 @@ struct mmc_ios;
 struct s3c_sdhci_platdata {
 	unsigned int	max_width;
 	unsigned int	host_caps;
+	char		clk_parent_name[20];
+	char            clk_source_name[20];
+	unsigned long   clk_speed;
 
 	char		**clocks;	/* set of clock sources */
 
-- 
1.5.3.4

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

end of thread, other threads:[~2009-09-08  6:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-08  6:46 [PATCH 1/8] s3c6410: sdhci: Adding additional elements in sdhci platform data structure thomas.ab
2009-09-08  6:46 ` thomas.ab at samsung.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.