All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 4/5] OMAP4-HSMMC: Adds Dummy Interface clock's for MMC controllers
@ 2010-05-04 16:01 kishore kadiyala
  2010-05-04 23:03 ` Paul Walmsley
  2010-05-17 23:09 ` [APPLIED] [PATCH v2 4/5] OMAP4-HSMMC: Adds Dummy Interface clock's for MMC Tony Lindgren
  0 siblings, 2 replies; 3+ messages in thread
From: kishore kadiyala @ 2010-05-04 16:01 UTC (permalink / raw)
  To: linux-mmc, linux-omap; +Cc: tony, madhu.cr, jarkko.lavinen, rmk, paul

This patch adds dummy Interface clocks for MMC controllers

Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com>
---
 arch/arm/mach-omap2/clock44xx_data.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c
index a5c0c9c..0280422 100644
--- a/arch/arm/mach-omap2/clock44xx_data.c
+++ b/arch/arm/mach-omap2/clock44xx_data.c
@@ -2675,6 +2675,11 @@ static struct omap_clk omap44xx_clks[] = {
 	CLK("omap2_mcspi.2",	"ick",			&dummy_ck,	CK_443X),
 	CLK("omap2_mcspi.3",	"ick",			&dummy_ck,	CK_443X),
 	CLK("omap2_mcspi.4",	"ick",			&dummy_ck,	CK_443X),
+	CLK("mmci-omap-hs.0",	"ick",		&dummy_ck,	CK_443X),
+	CLK("mmci-omap-hs.1",	"ick",		&dummy_ck,	CK_443X),
+	CLK("mmci-omap-hs.2",	"ick",		&dummy_ck,	CK_443X),
+	CLK("mmci-omap-hs.3",	"ick",		&dummy_ck,	CK_443X),
+	CLK("mmci-omap-hs.4",	"ick",		&dummy_ck,	CK_443X),
 	CLK(NULL,	"uart1_ick",			&dummy_ck,	CK_443X),
 	CLK(NULL,	"uart2_ick",			&dummy_ck,	CK_443X),
 	CLK(NULL,	"uart3_ick",			&dummy_ck,	CK_443X),
-- 
1.6.3.3


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

* Re: [PATCH v2 4/5] OMAP4-HSMMC: Adds Dummy Interface clock's for MMC controllers
  2010-05-04 16:01 [PATCH v2 4/5] OMAP4-HSMMC: Adds Dummy Interface clock's for MMC controllers kishore kadiyala
@ 2010-05-04 23:03 ` Paul Walmsley
  2010-05-17 23:09 ` [APPLIED] [PATCH v2 4/5] OMAP4-HSMMC: Adds Dummy Interface clock&#39;s for MMC Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Paul Walmsley @ 2010-05-04 23:03 UTC (permalink / raw)
  To: kishore kadiyala
  Cc: linux-mmc, linux-omap, tony, madhu.cr, jarkko.lavinen, rmk

On Tue, 4 May 2010, kishore kadiyala wrote:

> This patch adds dummy Interface clocks for MMC controllers
> 
> Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com>

Acked-by: Paul Walmsley <paul@pwsan.com>

> ---
>  arch/arm/mach-omap2/clock44xx_data.c |    5 +++++
>  1 files changed, 5 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c
> index a5c0c9c..0280422 100644
> --- a/arch/arm/mach-omap2/clock44xx_data.c
> +++ b/arch/arm/mach-omap2/clock44xx_data.c
> @@ -2675,6 +2675,11 @@ static struct omap_clk omap44xx_clks[] = {
>  	CLK("omap2_mcspi.2",	"ick",			&dummy_ck,	CK_443X),
>  	CLK("omap2_mcspi.3",	"ick",			&dummy_ck,	CK_443X),
>  	CLK("omap2_mcspi.4",	"ick",			&dummy_ck,	CK_443X),
> +	CLK("mmci-omap-hs.0",	"ick",		&dummy_ck,	CK_443X),
> +	CLK("mmci-omap-hs.1",	"ick",		&dummy_ck,	CK_443X),
> +	CLK("mmci-omap-hs.2",	"ick",		&dummy_ck,	CK_443X),
> +	CLK("mmci-omap-hs.3",	"ick",		&dummy_ck,	CK_443X),
> +	CLK("mmci-omap-hs.4",	"ick",		&dummy_ck,	CK_443X),
>  	CLK(NULL,	"uart1_ick",			&dummy_ck,	CK_443X),
>  	CLK(NULL,	"uart2_ick",			&dummy_ck,	CK_443X),
>  	CLK(NULL,	"uart3_ick",			&dummy_ck,	CK_443X),


- Paul

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

* [APPLIED] [PATCH v2 4/5] OMAP4-HSMMC: Adds Dummy Interface clock&#39;s for MMC
  2010-05-04 16:01 [PATCH v2 4/5] OMAP4-HSMMC: Adds Dummy Interface clock's for MMC controllers kishore kadiyala
  2010-05-04 23:03 ` Paul Walmsley
@ 2010-05-17 23:09 ` Tony Lindgren
  1 sibling, 0 replies; 3+ messages in thread
From: Tony Lindgren @ 2010-05-17 23:09 UTC (permalink / raw)
  To: linux-omap

This patch has been applied to the linux-omap
by youw fwiendly patch wobot.

Branch in linux-omap: for-next

Initial commit ID (Likely to change): 97f84097ecdf7568d4d39e710cfda3e533441e1d

PatchWorks
http://patchwork.kernel.org/patch/96821/

Git (Likely to change, and takes a while to get mirrored)
http://git.kernel.org/?p=linux/kernel/git/tmlind/linux-omap-2.6.git;a=commit;h=97f84097ecdf7568d4d39e710cfda3e533441e1d



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

end of thread, other threads:[~2010-05-17 23:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-04 16:01 [PATCH v2 4/5] OMAP4-HSMMC: Adds Dummy Interface clock's for MMC controllers kishore kadiyala
2010-05-04 23:03 ` Paul Walmsley
2010-05-17 23:09 ` [APPLIED] [PATCH v2 4/5] OMAP4-HSMMC: Adds Dummy Interface clock&#39;s for MMC Tony Lindgren

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.