All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Cousson, Benoit" <b-cousson@ti.com>
To: "Kanigeri, Hari" <h-kanigeri2@ti.com>
Cc: Paul Walmsey <paul@pwsan.com>,
	linux omap <linux-omap@vger.kernel.org>,
	Tony Lindgren <tony@atomide.com>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] OMAP4: clocks: add dummy clock for mailbox
Date: Thu, 18 Nov 2010 22:42:50 +0100	[thread overview]
Message-ID: <4CE59DDA.30205@ti.com> (raw)
In-Reply-To: <1290108000-16835-1-git-send-email-h-kanigeri2@ti.com>

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


WARNING: multiple messages have this Message-ID (diff)
From: b-cousson@ti.com (Cousson, Benoit)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] OMAP4: clocks: add dummy clock for mailbox
Date: Thu, 18 Nov 2010 22:42:50 +0100	[thread overview]
Message-ID: <4CE59DDA.30205@ti.com> (raw)
In-Reply-To: <1290108000-16835-1-git-send-email-h-kanigeri2@ti.com>

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

  reply	other threads:[~2010-11-18 21:41 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
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

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=4CE59DDA.30205@ti.com \
    --to=b-cousson@ti.com \
    --cc=h-kanigeri2@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=paul@pwsan.com \
    --cc=tony@atomide.com \
    /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 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.