Linux Samsung SOC development
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: 'Sangbeom Kim' <sbkim73@samsung.com>, linux-samsung-soc@vger.kernel.org
Cc: ben-linux@fluff.org, 'Atul Dahiya' <atul.dahiya@samsung.com>
Subject: RE: [PATCH] ARM :S5P64X0 :add clock support for rtc
Date: Thu, 02 Dec 2010 16:31:58 +0900	[thread overview]
Message-ID: <00ac01cb91f3$0411ffc0$0c35ff40$%kim@samsung.com> (raw)
In-Reply-To: <1291187936-21332-1-git-send-email-sbkim73@samsung.com>

Sangbeom Kim wrote:
> 
> From: Atul Dahiya <atul.dahiya@samsung.com>
> 
> This patch adds rtc clock for S5P6450.
> 
> Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com>
> Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
> ---
>  arch/arm/mach-s5p64x0/clock-s5p6450.c |    6 ++++++
>  1 files changed, 6 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/mach-s5p64x0/clock-s5p6450.c b/arch/arm/mach-
> s5p64x0/clock-s5p6450.c
> index 7dbf3c9..8ba2b3c 100644
> --- a/arch/arm/mach-s5p64x0/clock-s5p6450.c
> +++ b/arch/arm/mach-s5p64x0/clock-s5p6450.c
> @@ -231,6 +231,12 @@ static struct clk init_clocks_disable[] = {
>  		.enable		= s5p64x0_pclk_ctrl,
>  		.ctrlbit	= (1 << 5),
>  	}, {
> +		.name		= "rtc",
> +		.id		= -1,
> +		.parent		= &clk_pclk_low.clk,
> +		.enable		= s5p64x0_pclk_ctrl,
> +		.ctrlbit	= (1 << 6),
> +	}, {
>  		.name		= "adc",
>  		.id		= -1,
>  		.parent		= &clk_pclk_low.clk,
> --

Looks ok to me...will apply.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

      reply	other threads:[~2010-12-02  7:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-01  7:18 [PATCH] ARM :S5P64X0 :add clock support for rtc Sangbeom Kim
2010-12-02  7:31 ` Kukjin Kim [this message]

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='00ac01cb91f3$0411ffc0$0c35ff40$%kim@samsung.com' \
    --to=kgene.kim@samsung.com \
    --cc=atul.dahiya@samsung.com \
    --cc=ben-linux@fluff.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=sbkim73@samsung.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox