All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: ux500: Drop use of clk-private.h
@ 2015-01-22 19:34 ` Stephen Boyd
  0 siblings, 0 replies; 11+ messages in thread
From: Stephen Boyd @ 2015-01-22 19:34 UTC (permalink / raw)
  To: Mike Turquette, Stephen Boyd
  Cc: linux-kernel, linux-arm-msm, linux-arm-kernel, Ulf Hansson,
	Linus Walleij

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>
---
 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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [PATCH] clk: ux500: Drop use of clk-private.h
@ 2015-01-22 19:34 ` Stephen Boyd
  0 siblings, 0 replies; 11+ messages in thread
From: Stephen Boyd @ 2015-01-22 19:34 UTC (permalink / raw)
  To: linux-arm-kernel

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>
---
 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

^ permalink raw reply related	[flat|nested] 11+ messages in thread

* Re: [PATCH] clk: ux500: Drop use of clk-private.h
  2015-01-22 19:34 ` Stephen Boyd
  (?)
@ 2015-01-23  7:36   ` Ulf Hansson
  -1 siblings, 0 replies; 11+ messages in thread
From: Ulf Hansson @ 2015-01-23  7:36 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Mike Turquette, linux-kernel, linux-arm-msm, linux-arm-kernel,
	Linus Walleij

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?

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
>

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] clk: ux500: Drop use of clk-private.h
@ 2015-01-23  7:36   ` Ulf Hansson
  0 siblings, 0 replies; 11+ messages in thread
From: Ulf Hansson @ 2015-01-23  7:36 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Mike Turquette, linux-kernel, linux-arm-msm, linux-arm-kernel,
	Linus Walleij

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?

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
>

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH] clk: ux500: Drop use of clk-private.h
@ 2015-01-23  7:36   ` Ulf Hansson
  0 siblings, 0 replies; 11+ messages in thread
From: Ulf Hansson @ 2015-01-23  7:36 UTC (permalink / raw)
  To: linux-arm-kernel

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?

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
>

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] clk: ux500: Drop use of clk-private.h
  2015-01-22 19:34 ` Stephen Boyd
  (?)
@ 2015-01-23 10:56   ` Linus Walleij
  -1 siblings, 0 replies; 11+ messages in thread
From: Linus Walleij @ 2015-01-23 10:56 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Mike Turquette, linux-kernel, linux-arm-msm, linux-arm-kernel,
	Ulf Hansson

On Thu, Jan 22, 2015 at 8:34 PM, 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: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] clk: ux500: Drop use of clk-private.h
@ 2015-01-23 10:56   ` Linus Walleij
  0 siblings, 0 replies; 11+ messages in thread
From: Linus Walleij @ 2015-01-23 10:56 UTC (permalink / raw)
  To: Stephen Boyd
  Cc: Mike Turquette, linux-kernel, linux-arm-msm, linux-arm-kernel,
	Ulf Hansson

On Thu, Jan 22, 2015 at 8:34 PM, 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: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH] clk: ux500: Drop use of clk-private.h
@ 2015-01-23 10:56   ` Linus Walleij
  0 siblings, 0 replies; 11+ messages in thread
From: Linus Walleij @ 2015-01-23 10:56 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Jan 22, 2015 at 8:34 PM, 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: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] clk: ux500: Drop use of clk-private.h
  2015-01-23  7:36   ` Ulf Hansson
  (?)
@ 2015-01-27 19:57     ` Mike Turquette
  -1 siblings, 0 replies; 11+ messages in thread
From: Mike Turquette @ 2015-01-27 19:57 UTC (permalink / raw)
  To: Ulf Hansson, Stephen Boyd
  Cc: linux-kernel, linux-arm-msm, linux-arm-kernel, Linus Walleij

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
> >

^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [PATCH] clk: ux500: Drop use of clk-private.h
@ 2015-01-27 19:57     ` Mike Turquette
  0 siblings, 0 replies; 11+ messages in thread
From: Mike Turquette @ 2015-01-27 19:57 UTC (permalink / raw)
  To: Ulf Hansson, Stephen Boyd
  Cc: linux-kernel, linux-arm-msm, linux-arm-kernel, Linus Walleij

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
> >

^ permalink raw reply	[flat|nested] 11+ messages in thread

* [PATCH] clk: ux500: Drop use of clk-private.h
@ 2015-01-27 19:57     ` Mike Turquette
  0 siblings, 0 replies; 11+ messages in thread
From: Mike Turquette @ 2015-01-27 19:57 UTC (permalink / raw)
  To: linux-arm-kernel

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
> >

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-01-27 19:57 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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-23  7:36   ` Ulf Hansson
2015-01-27 19:57   ` Mike Turquette
2015-01-27 19:57     ` Mike Turquette
2015-01-27 19:57     ` Mike Turquette
2015-01-23 10:56 ` Linus Walleij
2015-01-23 10:56   ` Linus Walleij
2015-01-23 10:56   ` Linus Walleij

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.