* [PATCH] OMAP4: clocks: add dummy clock for mailbox
@ 2010-11-18 19:20 ` Hari Kanigeri
0 siblings, 0 replies; 8+ messages in thread
From: Hari Kanigeri @ 2010-11-18 19:20 UTC (permalink / raw)
To: Paul Walmsey, linux omap; +Cc: Tony Lindgren, Linux ARM, Hari Kanigeri
In omap4, there is no explicit configuration register to enable mailbox clocks.
Defining dummy clock for mailbox clock module to keep the mailbox driver
backward compatible with previous omaps.
Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
---
arch/arm/mach-omap2/clock44xx_data.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c
index e10db7a..bdd9b85 100644
--- a/arch/arm/mach-omap2/clock44xx_data.c
+++ b/arch/arm/mach-omap2/clock44xx_data.c
@@ -2687,6 +2687,7 @@ static struct omap_clk omap44xx_clks[] = {
CLK(NULL, "uart3_ick", &dummy_ck, CK_443X),
CLK(NULL, "uart4_ick", &dummy_ck, CK_443X),
CLK("omap_wdt", "ick", &dummy_ck, CK_443X),
+ CLK(NULL, "mailboxes_ick", &dummy_ck, CK_443X),
};
int __init omap4xxx_clk_init(void)
--
1.7.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* [PATCH] OMAP4: clocks: add dummy clock for mailbox
@ 2010-11-18 19:20 ` Hari Kanigeri
0 siblings, 0 replies; 8+ messages in thread
From: Hari Kanigeri @ 2010-11-18 19:20 UTC (permalink / raw)
To: linux-arm-kernel
In omap4, there is no explicit configuration register to enable mailbox clocks.
Defining dummy clock for mailbox clock module to keep the mailbox driver
backward compatible with previous omaps.
Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
---
arch/arm/mach-omap2/clock44xx_data.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c
index e10db7a..bdd9b85 100644
--- a/arch/arm/mach-omap2/clock44xx_data.c
+++ b/arch/arm/mach-omap2/clock44xx_data.c
@@ -2687,6 +2687,7 @@ static struct omap_clk omap44xx_clks[] = {
CLK(NULL, "uart3_ick", &dummy_ck, CK_443X),
CLK(NULL, "uart4_ick", &dummy_ck, CK_443X),
CLK("omap_wdt", "ick", &dummy_ck, CK_443X),
+ CLK(NULL, "mailboxes_ick", &dummy_ck, CK_443X),
};
int __init omap4xxx_clk_init(void)
--
1.7.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [PATCH] OMAP4: clocks: add dummy clock for mailbox
2010-11-18 19:20 ` Hari Kanigeri
@ 2010-11-18 21:42 ` Cousson, Benoit
-1 siblings, 0 replies; 8+ messages in thread
From: Cousson, Benoit @ 2010-11-18 21:42 UTC (permalink / raw)
To: Kanigeri, Hari; +Cc: Paul Walmsey, linux omap, Tony Lindgren, Linux ARM
Hi Hari,
On 11/18/2010 8:20 PM, Kanigeri, Hari wrote:
> In omap4, there is no explicit configuration register to enable mailbox clocks.
> Defining dummy clock for mailbox clock module to keep the mailbox driver
> backward compatible with previous omaps.
>
> Signed-off-by: Hari Kanigeri<h-kanigeri2@ti.com>
> ---
> arch/arm/mach-omap2/clock44xx_data.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c
> index e10db7a..bdd9b85 100644
> --- a/arch/arm/mach-omap2/clock44xx_data.c
> +++ b/arch/arm/mach-omap2/clock44xx_data.c
> @@ -2687,6 +2687,7 @@ static struct omap_clk omap44xx_clks[] = {
> CLK(NULL, "uart3_ick", &dummy_ck, CK_443X),
> CLK(NULL, "uart4_ick", &dummy_ck, CK_443X),
> CLK("omap_wdt", "ick", &dummy_ck, CK_443X),
> + CLK(NULL, "mailboxes_ick", &dummy_ck, CK_443X),
> };
>
> int __init omap4xxx_clk_init(void)
OK, that one is easy but... I will still have to update the script to
generate it, so:
Acked-by: Benoit Cousson <b-cousson@ti.com>
Regards,
Benoit
^ permalink raw reply [flat|nested] 8+ messages in thread* [PATCH] OMAP4: clocks: add dummy clock for mailbox
@ 2010-11-18 21:42 ` Cousson, Benoit
0 siblings, 0 replies; 8+ messages in thread
From: Cousson, Benoit @ 2010-11-18 21:42 UTC (permalink / raw)
To: linux-arm-kernel
Hi Hari,
On 11/18/2010 8:20 PM, Kanigeri, Hari wrote:
> In omap4, there is no explicit configuration register to enable mailbox clocks.
> Defining dummy clock for mailbox clock module to keep the mailbox driver
> backward compatible with previous omaps.
>
> Signed-off-by: Hari Kanigeri<h-kanigeri2@ti.com>
> ---
> arch/arm/mach-omap2/clock44xx_data.c | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/clock44xx_data.c b/arch/arm/mach-omap2/clock44xx_data.c
> index e10db7a..bdd9b85 100644
> --- a/arch/arm/mach-omap2/clock44xx_data.c
> +++ b/arch/arm/mach-omap2/clock44xx_data.c
> @@ -2687,6 +2687,7 @@ static struct omap_clk omap44xx_clks[] = {
> CLK(NULL, "uart3_ick", &dummy_ck, CK_443X),
> CLK(NULL, "uart4_ick", &dummy_ck, CK_443X),
> CLK("omap_wdt", "ick", &dummy_ck, CK_443X),
> + CLK(NULL, "mailboxes_ick", &dummy_ck, CK_443X),
> };
>
> int __init omap4xxx_clk_init(void)
OK, that one is easy but... I will still have to update the script to
generate it, so:
Acked-by: Benoit Cousson <b-cousson@ti.com>
Regards,
Benoit
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [PATCH] OMAP4: clocks: add dummy clock for mailbox
2010-11-18 21:42 ` Cousson, Benoit
@ 2010-11-18 22:06 ` Kanigeri, Hari
-1 siblings, 0 replies; 8+ messages in thread
From: Kanigeri, Hari @ 2010-11-18 22:06 UTC (permalink / raw)
To: Cousson, Benoit; +Cc: Tony Lindgren, Paul Walmsey, linux omap, Linux ARM
Benoit,
>
> OK, that one is easy but... I will still have to update the script to
> generate it, so:
Sure, thank you.
Best regards,
Hari Kanigeri
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] OMAP4: clocks: add dummy clock for mailbox
2010-11-18 19:20 ` Hari Kanigeri
@ 2010-12-22 4:25 ` Paul Walmsley
-1 siblings, 0 replies; 8+ messages in thread
From: Paul Walmsley @ 2010-12-22 4:25 UTC (permalink / raw)
To: Hari Kanigeri; +Cc: linux omap, b-cousson, Tony Lindgren, Linux ARM
On Thu, 18 Nov 2010, Hari Kanigeri wrote:
> In omap4, there is no explicit configuration register to enable mailbox clocks.
> Defining dummy clock for mailbox clock module to keep the mailbox driver
> backward compatible with previous omaps.
>
> Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
Thanks, queued for 2.6.38 as part of the "clk_b_2.6.38" branch on
git://git.pwsan.com/linux-2.6
This patch appears in the integration tree as part of tag
'integration-2.6.38-20101221-011' at git://git.pwsan.com/linux-integration
- Paul
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH] OMAP4: clocks: add dummy clock for mailbox
@ 2010-12-22 4:25 ` Paul Walmsley
0 siblings, 0 replies; 8+ messages in thread
From: Paul Walmsley @ 2010-12-22 4:25 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, 18 Nov 2010, Hari Kanigeri wrote:
> In omap4, there is no explicit configuration register to enable mailbox clocks.
> Defining dummy clock for mailbox clock module to keep the mailbox driver
> backward compatible with previous omaps.
>
> Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
Thanks, queued for 2.6.38 as part of the "clk_b_2.6.38" branch on
git://git.pwsan.com/linux-2.6
This patch appears in the integration tree as part of tag
'integration-2.6.38-20101221-011' at git://git.pwsan.com/linux-integration
- Paul
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2010-12-22 4:25 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18 19:20 [PATCH] OMAP4: clocks: add dummy clock for mailbox Hari Kanigeri
2010-11-18 19:20 ` Hari Kanigeri
2010-11-18 21:42 ` Cousson, Benoit
2010-11-18 21:42 ` Cousson, Benoit
2010-11-18 22:06 ` Kanigeri, Hari
2010-11-18 22:06 ` Kanigeri, Hari
2010-12-22 4:25 ` Paul Walmsley
2010-12-22 4:25 ` Paul Walmsley
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.