All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Turquette <mturquette@linaro.org>
To: "Kukjin Kim" <kgene.kim@samsung.com>,
	"'Heiko Stübner'" <heiko@sntech.de>
Cc: linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org,
	'Thomas Abraham' <thomas.abraham@linaro.org>,
	'Sylwester Nawrocki' <sylvester.nawrocki@gmail.com>,
	t.figa@samsung.com
Subject: Re: RE: [PATCH v2 0/4] clk: samsung: pm fixes and multiple aliases
Date: Tue, 26 Mar 2013 17:59:12 -0700	[thread overview]
Message-ID: <20130327005912.4014.60318@quantum> (raw)
In-Reply-To: <176601ce293a$d7a0e190$86e2a4b0$%kim@samsung.com>

Quoting Kukjin Kim (2013-03-25 02:26:34)
> Heiko Stübner wrote:
> > 
> > Second version of the fixes to address comments gathered from the first
> > version, like not entering the dt code on non-dt platforms even if
> > dt-support is present in the kernel.
> > 
> > Patch 1 and 3 got "Reviewed-by" tags but I only included the one for
> > patch 1, because patch 3 changed due to the changes in patch 2.
> > 
> > Heiko Stuebner (4):
> >   clk: samsung: register clk_div_tables for divider clocks
> >   clk: samsung: fix pm init on non-dt platforms
> >   clk: samsung: always allocate the clk_table
> >   clk: samsung: add infrastructure to add separate aliases
> > 
> >  drivers/clk/samsung/clk.c |   72 +++++++++++++++++++++++++++++++++++------
> > ---
> >  drivers/clk/samsung/clk.h |   34 ++++++++++++++++++--
> >  2 files changed, 87 insertions(+), 19 deletions(-)
> > 
> > --
> > 1.7.2.3
> 
> Looks good to me and applied into samsung tree based on samsung common clock by Thomas P Abraham for testing.
> 
> But would be helpful to me if I could get Mike's ack on this series.
> 

Acked-by: Mike Turquette <mturquette@linaro.org>

> Thanks.
> 
> - Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/4] clk: samsung: pm fixes and multiple aliases
Date: Tue, 26 Mar 2013 17:59:12 -0700	[thread overview]
Message-ID: <20130327005912.4014.60318@quantum> (raw)
In-Reply-To: <176601ce293a$d7a0e190$86e2a4b0$%kim@samsung.com>

Quoting Kukjin Kim (2013-03-25 02:26:34)
> Heiko St?bner wrote:
> > 
> > Second version of the fixes to address comments gathered from the first
> > version, like not entering the dt code on non-dt platforms even if
> > dt-support is present in the kernel.
> > 
> > Patch 1 and 3 got "Reviewed-by" tags but I only included the one for
> > patch 1, because patch 3 changed due to the changes in patch 2.
> > 
> > Heiko Stuebner (4):
> >   clk: samsung: register clk_div_tables for divider clocks
> >   clk: samsung: fix pm init on non-dt platforms
> >   clk: samsung: always allocate the clk_table
> >   clk: samsung: add infrastructure to add separate aliases
> > 
> >  drivers/clk/samsung/clk.c |   72 +++++++++++++++++++++++++++++++++++------
> > ---
> >  drivers/clk/samsung/clk.h |   34 ++++++++++++++++++--
> >  2 files changed, 87 insertions(+), 19 deletions(-)
> > 
> > --
> > 1.7.2.3
> 
> Looks good to me and applied into samsung tree based on samsung common clock by Thomas P Abraham for testing.
> 
> But would be helpful to me if I could get Mike's ack on this series.
> 

Acked-by: Mike Turquette <mturquette@linaro.org>

> Thanks.
> 
> - Kukjin

  reply	other threads:[~2013-03-27  0:59 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-13 13:58 [PATCH v2 0/4] clk: samsung: pm fixes and multiple aliases Heiko Stübner
2013-03-13 13:58 ` Heiko Stübner
2013-03-13 13:59 ` [PATCH v2 1/4] clk: samsung: register clk_div_tables for divider clocks Heiko Stübner
2013-03-13 13:59   ` Heiko Stübner
2013-03-13 13:59 ` [PATCH v2 2/4] clk: samsung: fix pm init on non-dt platforms Heiko Stübner
2013-03-13 13:59   ` Heiko Stübner
2013-03-13 14:00 ` [PATCH v2 3/4] clk: samsung: always allocate the clk_table Heiko Stübner
2013-03-13 14:00   ` Heiko Stübner
2013-03-13 14:00 ` [PATCH 4/4] clk: samsung: add infrastructure to add separate aliases Heiko Stübner
2013-03-13 14:00   ` Heiko Stübner
2013-03-25  9:26 ` [PATCH v2 0/4] clk: samsung: pm fixes and multiple aliases Kukjin Kim
2013-03-25  9:26   ` Kukjin Kim
2013-03-27  0:59   ` Mike Turquette [this message]
2013-03-27  0:59     ` Mike Turquette
2013-04-04  4:06     ` Kukjin Kim
2013-04-04  4:06       ` 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=20130327005912.4014.60318@quantum \
    --to=mturquette@linaro.org \
    --cc=heiko@sntech.de \
    --cc=kgene.kim@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=sylvester.nawrocki@gmail.com \
    --cc=t.figa@samsung.com \
    --cc=thomas.abraham@linaro.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 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.