linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: Exynos4: Put PCM, Slimbus, Spdif clocks to off state
Date: Thu, 20 Sep 2012 08:23:49 +0900	[thread overview]
Message-ID: <09a101cd96bd$d33e4030$79bac090$%kim@samsung.com> (raw)
In-Reply-To: <CAJuYYwT443=NPZX4n2Y9TToWZ9-yH5YQyCa3iq_LRCv1XnF0WQ@mail.gmail.com>

Thomas Abraham wrote:
> 
> On 6 September 2012 19:46, Chander Kashyap <chander.kashyap@linaro.org>
> wrote:
> > The clocks for PCM, Slimbus, Spdif added to off list in order
> > to turn them off at boot time.
> >
> > Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
> > ---
> >  arch/arm/mach-exynos/clock-exynos4.c |   19 +++++++++++++++++++
> >  1 file changed, 19 insertions(+)
> >
> > diff --git a/arch/arm/mach-exynos/clock-exynos4.c b/arch/arm/mach-
> exynos/clock-exynos4.c
> > index 7cc5491..6a45c9a 100644
> > --- a/arch/arm/mach-exynos/clock-exynos4.c
> > +++ b/arch/arm/mach-exynos/clock-exynos4.c
> > @@ -627,6 +627,25 @@ static struct clk exynos4_init_clocks_off[] = {
> >                 .enable         = exynos4_clk_ip_peril_ctrl,
> >                 .ctrlbit        = (1 << 21),
> >         }, {
> > +               .name           = "pcm",
> > +               .devname        = "samsung-pcm.1",
> > +               .enable         = exynos4_clk_ip_peril_ctrl,
> > +               .ctrlbit        = (1 << 22),
> > +       }, {
> > +               .name           = "pcm",
> > +               .devname        = "samsung-pcm.2",
> > +               .enable         = exynos4_clk_ip_peril_ctrl,
> > +               .ctrlbit        = (1 << 23),
> > +       }, {
> > +               .name           = "slimbus",
> > +               .enable         = exynos4_clk_ip_peril_ctrl,
> > +               .ctrlbit        = (1 << 25),
> > +       }, {
> > +               .name           = "spdif",
> > +               .devname        = "samsung-spdif",
> > +               .enable         = exynos4_clk_ip_peril_ctrl,
> > +               .ctrlbit        = (1 << 26),
> > +       }, {
> >                 .name           = "ac97",
> >                 .devname        = "samsung-ac97",
> >                 .enable         = exynos4_clk_ip_peril_ctrl,
> > --
> > 1.7.9.5
> 
> Acked-by: Thomas Abraham <thomas.abraham@linaro.org>

Sangbeom, could you please check this one more?

Thanks.

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

  reply	other threads:[~2012-09-19 23:23 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-06 14:16 [PATCH 1/2] ARM: Exynos4: Put PCM, Slimbus, Spdif clocks to off state Chander Kashyap
2012-09-14  9:21 ` Chander Kashyap
2012-09-18  4:16 ` Thomas Abraham
2012-09-19 23:23   ` Kukjin Kim [this message]
2012-09-19 23:52     ` Sangbeom Kim
2012-09-19 23:55       ` Kukjin Kim

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='09a101cd96bd$d33e4030$79bac090$%kim@samsung.com' \
    --to=kgene.kim@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;
as well as URLs for NNTP newsgroup(s).