All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Turquette <mturquette@linaro.org>
To: Ulf Hansson <ulf.hansson@linaro.org>,
	Stephen Boyd <sboyd@codeaurora.org>
Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-arm-msm@vger.kernel.org" <linux-arm-msm@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Linus Walleij <linus.walleij@linaro.org>
Subject: Re: [PATCH] clk: ux500: Drop use of clk-private.h
Date: Tue, 27 Jan 2015 11:57:24 -0800	[thread overview]
Message-ID: <20150127195724.22722.97889@quantum> (raw)
In-Reply-To: <CAPDyKFrVseR_Mczn5q0pjcMk6SN1HCebWTis4wOfcH+vfEDnRA@mail.gmail.com>

Quoting Ulf Hansson (2015-01-22 23:36:28)
> On 22 January 2015 at 20:34, Stephen Boyd <sboyd@codeaurora.org> wrote:
> > These drivers don't need to include clk-private.h. Remove the
> > include.
> >
> > Cc: Ulf Hansson <ulf.hansson@linaro.org>
> > Cc: Linus Walleij <linus.walleij@linaro.org>
> > Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> 
> Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
> 
> I suppose you can queue this through your clk tree directly?

Applied.

Regards,
Mike

> 
> Kind regards
> Uffe
> 
> > ---
> >  drivers/clk/ux500/clk-prcc.c  | 1 -
> >  drivers/clk/ux500/clk-prcmu.c | 1 -
> >  2 files changed, 2 deletions(-)
> >
> > diff --git a/drivers/clk/ux500/clk-prcc.c b/drivers/clk/ux500/clk-prcc.c
> > index bd4769a84485..0e950769ed03 100644
> > --- a/drivers/clk/ux500/clk-prcc.c
> > +++ b/drivers/clk/ux500/clk-prcc.c
> > @@ -8,7 +8,6 @@
> >   */
> >
> >  #include <linux/clk-provider.h>
> > -#include <linux/clk-private.h>
> >  #include <linux/slab.h>
> >  #include <linux/io.h>
> >  #include <linux/err.h>
> > diff --git a/drivers/clk/ux500/clk-prcmu.c b/drivers/clk/ux500/clk-prcmu.c
> > index e2d63bc47436..bf63c96acb1a 100644
> > --- a/drivers/clk/ux500/clk-prcmu.c
> > +++ b/drivers/clk/ux500/clk-prcmu.c
> > @@ -8,7 +8,6 @@
> >   */
> >
> >  #include <linux/clk-provider.h>
> > -#include <linux/clk-private.h>
> >  #include <linux/mfd/dbx500-prcmu.h>
> >  #include <linux/slab.h>
> >  #include <linux/io.h>
> > --
> > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> > a Linux Foundation Collaborative Project
> >

WARNING: multiple messages have this Message-ID (diff)
From: mturquette@linaro.org (Mike Turquette)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] clk: ux500: Drop use of clk-private.h
Date: Tue, 27 Jan 2015 11:57:24 -0800	[thread overview]
Message-ID: <20150127195724.22722.97889@quantum> (raw)
In-Reply-To: <CAPDyKFrVseR_Mczn5q0pjcMk6SN1HCebWTis4wOfcH+vfEDnRA@mail.gmail.com>

Quoting Ulf Hansson (2015-01-22 23:36:28)
> On 22 January 2015 at 20:34, Stephen Boyd <sboyd@codeaurora.org> wrote:
> > These drivers don't need to include clk-private.h. Remove the
> > include.
> >
> > Cc: Ulf Hansson <ulf.hansson@linaro.org>
> > Cc: Linus Walleij <linus.walleij@linaro.org>
> > Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> 
> Acked-by: Ulf Hansson <ulf.hansson@linaro.org>
> 
> I suppose you can queue this through your clk tree directly?

Applied.

Regards,
Mike

> 
> Kind regards
> Uffe
> 
> > ---
> >  drivers/clk/ux500/clk-prcc.c  | 1 -
> >  drivers/clk/ux500/clk-prcmu.c | 1 -
> >  2 files changed, 2 deletions(-)
> >
> > diff --git a/drivers/clk/ux500/clk-prcc.c b/drivers/clk/ux500/clk-prcc.c
> > index bd4769a84485..0e950769ed03 100644
> > --- a/drivers/clk/ux500/clk-prcc.c
> > +++ b/drivers/clk/ux500/clk-prcc.c
> > @@ -8,7 +8,6 @@
> >   */
> >
> >  #include <linux/clk-provider.h>
> > -#include <linux/clk-private.h>
> >  #include <linux/slab.h>
> >  #include <linux/io.h>
> >  #include <linux/err.h>
> > diff --git a/drivers/clk/ux500/clk-prcmu.c b/drivers/clk/ux500/clk-prcmu.c
> > index e2d63bc47436..bf63c96acb1a 100644
> > --- a/drivers/clk/ux500/clk-prcmu.c
> > +++ b/drivers/clk/ux500/clk-prcmu.c
> > @@ -8,7 +8,6 @@
> >   */
> >
> >  #include <linux/clk-provider.h>
> > -#include <linux/clk-private.h>
> >  #include <linux/mfd/dbx500-prcmu.h>
> >  #include <linux/slab.h>
> >  #include <linux/io.h>
> > --
> > The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
> > a Linux Foundation Collaborative Project
> >

  reply	other threads:[~2015-01-27 19:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-22 19:34 [PATCH] clk: ux500: Drop use of clk-private.h Stephen Boyd
2015-01-22 19:34 ` Stephen Boyd
2015-01-23  7:36 ` Ulf Hansson
2015-01-23  7:36   ` Ulf Hansson
2015-01-27 19:57   ` Mike Turquette [this message]
2015-01-27 19:57     ` Mike Turquette
2015-01-23 10:56 ` Linus Walleij
2015-01-23 10:56   ` Linus Walleij

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=20150127195724.22722.97889@quantum \
    --to=mturquette@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sboyd@codeaurora.org \
    --cc=ulf.hansson@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.