public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: t.figa@samsung.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [RFC 1/3] clk: samsung: pll: Add support for PLL6545a and PLL6522x
Date: Thu, 29 Aug 2013 16:47:32 +0200	[thread overview]
Message-ID: <2050811.5PbvRtD2ku@amdc1227> (raw)
In-Reply-To: <1377707357-4902-2-git-send-email-m.krawczuk@partner.samsung.com>

Hi Mateusz,

On Wednesday 28 of August 2013 18:29:15 Mateusz Krawczuk wrote:
> Signed-off-by: Mateusz Krawczuk <m.krawczuk@partner.samsung.com>
> ---
>  drivers/clk/samsung/clk-pll.c | 2 ++
>  drivers/clk/samsung/clk-pll.h | 2 ++
>  2 files changed, 4 insertions(+)
> 
> diff --git a/drivers/clk/samsung/clk-pll.c
> b/drivers/clk/samsung/clk-pll.c index 7572d1d..c62ddfc 100644
> --- a/drivers/clk/samsung/clk-pll.c
> +++ b/drivers/clk/samsung/clk-pll.c
> @@ -644,6 +644,8 @@ static void __init _samsung_clk_register_pll(struct
> samsung_pll_clock *pll_clk, init.ops = &samsung_pll36xx_clk_ops;
>  		break;
>  	case pll_6552:
> +	case pll_6545a:
> +	case pll_6522x:
>  		init.ops = &samsung_pll6552_clk_ops;
>  		break;
>  	case pll_6553:
> diff --git a/drivers/clk/samsung/clk-pll.h
> b/drivers/clk/samsung/clk-pll.h index cd11037..7679c4c 100644
> --- a/drivers/clk/samsung/clk-pll.h
> +++ b/drivers/clk/samsung/clk-pll.h
> @@ -19,6 +19,8 @@ enum samsung_pll_type {
>  	pll_2650,
>  	pll_6552,
>  	pll_6553,
> +	pll_6545a,
> +	pll_6522x,
>  };
> 
>  #define PLL_35XX_RATE(_rate, _m, _p, _s)			\

Acked-by: Tomasz Figa <t.figa@samsung.com>

Best regards,
Tomasz

  parent reply	other threads:[~2013-08-29 14:47 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-28 16:29 [RFC 0/3] ARM: S5PC100: move to common clk framework Mateusz Krawczuk
     [not found] ` <1377707357-4902-2-git-send-email-m.krawczuk@partner.samsung.com>
2013-08-29 14:47   ` Tomasz Figa [this message]
     [not found] ` <1377707357-4902-3-git-send-email-m.krawczuk@partner.samsung.com>
2013-08-29 15:02   ` [RFC 2/3] clk: samsung: Add clock driver for s5pc100 Tomasz Figa
     [not found] ` <1377707357-4902-4-git-send-email-m.krawczuk@partner.samsung.com>
2013-08-29 15:05   ` [RFC 3/3] ARM: s5pc100: Migrate clock handling to Common Clock Framework Tomasz Figa

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=2050811.5PbvRtD2ku@amdc1227 \
    --to=t.figa@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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