linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][V2] powerpc: remove the PPC_CLOCK dependency
@ 2013-03-06  9:16 Yuantian.Tang
  2013-03-07 16:32 ` Kumar Gala
  0 siblings, 1 reply; 3+ messages in thread
From: Yuantian.Tang @ 2013-03-06  9:16 UTC (permalink / raw)
  To: galak; +Cc: linuxppc-dev, Tang Yuantian

From: Tang Yuantian <Yuantian.Tang@freescale.com>

config FSL_SOC and CPM do not really depend on PPC_CLOCK. So remove it.
PPC_CLOCK also keeps powerpc archtecture from supporting COMMON_CLK.

Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
---
v2: correct the title

 arch/powerpc/Kconfig           |    1 -
 arch/powerpc/platforms/Kconfig |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 352f416..383485b 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -655,7 +655,6 @@ config SBUS
 config FSL_SOC
 	bool
 	select HAVE_CAN_FLEXCAN if NET && CAN
-	select PPC_CLOCK
 
 config FSL_PCI
  	bool
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig
index e7a896a..aba81cd 100644
--- a/arch/powerpc/platforms/Kconfig
+++ b/arch/powerpc/platforms/Kconfig
@@ -343,7 +343,6 @@ config FSL_ULI1575
 
 config CPM
 	bool
-	select PPC_CLOCK
 
 config OF_RTC
 	bool
-- 
1.7.0.4

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

* Re: [PATCH][V2] powerpc: remove the PPC_CLOCK dependency
  2013-03-06  9:16 [PATCH][V2] powerpc: remove the PPC_CLOCK dependency Yuantian.Tang
@ 2013-03-07 16:32 ` Kumar Gala
  2013-03-08  2:57   ` Tang Yuantian-B29983
  0 siblings, 1 reply; 3+ messages in thread
From: Kumar Gala @ 2013-03-07 16:32 UTC (permalink / raw)
  To: <Yuantian.Tang@freescale.com>; +Cc: linuxppc-dev


On Mar 6, 2013, at 3:16 AM, <Yuantian.Tang@freescale.com> =
<Yuantian.Tang@freescale.com> wrote:

> From: Tang Yuantian <Yuantian.Tang@freescale.com>
>=20
> config FSL_SOC and CPM do not really depend on PPC_CLOCK. So remove =
it.
> PPC_CLOCK also keeps powerpc archtecture from supporting COMMON_CLK.
>=20
> Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
> ---
> v2: correct the title
>=20
> arch/powerpc/Kconfig           |    1 -
> arch/powerpc/platforms/Kconfig |    1 -
> 2 files changed, 0 insertions(+), 2 deletions(-)

Does the Flexcan driver use this?

- k

>=20
> diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
> index 352f416..383485b 100644
> --- a/arch/powerpc/Kconfig
> +++ b/arch/powerpc/Kconfig
> @@ -655,7 +655,6 @@ config SBUS
> config FSL_SOC
> 	bool
> 	select HAVE_CAN_FLEXCAN if NET && CAN
> -	select PPC_CLOCK
>=20
> config FSL_PCI
>  	bool
> diff --git a/arch/powerpc/platforms/Kconfig =
b/arch/powerpc/platforms/Kconfig
> index e7a896a..aba81cd 100644
> --- a/arch/powerpc/platforms/Kconfig
> +++ b/arch/powerpc/platforms/Kconfig
> @@ -343,7 +343,6 @@ config FSL_ULI1575
>=20
> config CPM
> 	bool
> -	select PPC_CLOCK
>=20
> config OF_RTC
> 	bool
> --=20
> 1.7.0.4
>=20

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

* RE: [PATCH][V2] powerpc: remove the PPC_CLOCK dependency
  2013-03-07 16:32 ` Kumar Gala
@ 2013-03-08  2:57   ` Tang Yuantian-B29983
  0 siblings, 0 replies; 3+ messages in thread
From: Tang Yuantian-B29983 @ 2013-03-08  2:57 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linuxppc-dev@ozlabs.org, kernel@pengutronix.de

> Subject: Re: [PATCH][V2] powerpc: remove the PPC_CLOCK dependency
>=20
>=20
> On Mar 6, 2013, at 3:16 AM, <Yuantian.Tang@freescale.com>
> <Yuantian.Tang@freescale.com> wrote:
>=20
> > From: Tang Yuantian <Yuantian.Tang@freescale.com>
> >
> > config FSL_SOC and CPM do not really depend on PPC_CLOCK. So remove it.
> > PPC_CLOCK also keeps powerpc archtecture from supporting COMMON_CLK.
> >
> > Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
> > ---
> > v2: correct the title
> >
> > arch/powerpc/Kconfig           |    1 -
> > arch/powerpc/platforms/Kconfig |    1 -
> > 2 files changed, 0 insertions(+), 2 deletions(-)
>=20
> Does the Flexcan driver use this?
>=20

In SDK, Flexcan did select the PPC_CLOCK, in upstream, it didn't.
Whatever it selects PPC_CLOCK or not, it doesn't use it.

Added the patch author to this loop.

- Yuantian

> - k
>=20
> >
> > diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index
> > 352f416..383485b 100644
> > --- a/arch/powerpc/Kconfig
> > +++ b/arch/powerpc/Kconfig
> > @@ -655,7 +655,6 @@ config SBUS
> > config FSL_SOC
> > 	bool
> > 	select HAVE_CAN_FLEXCAN if NET && CAN
> > -	select PPC_CLOCK
> >
> > config FSL_PCI
> >  	bool
> > diff --git a/arch/powerpc/platforms/Kconfig
> > b/arch/powerpc/platforms/Kconfig index e7a896a..aba81cd 100644
> > --- a/arch/powerpc/platforms/Kconfig
> > +++ b/arch/powerpc/platforms/Kconfig
> > @@ -343,7 +343,6 @@ config FSL_ULI1575
> >
> > config CPM
> > 	bool
> > -	select PPC_CLOCK
> >
> > config OF_RTC
> > 	bool
> > --
> > 1.7.0.4
> >
>=20

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

end of thread, other threads:[~2013-03-08  2:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-06  9:16 [PATCH][V2] powerpc: remove the PPC_CLOCK dependency Yuantian.Tang
2013-03-07 16:32 ` Kumar Gala
2013-03-08  2:57   ` Tang Yuantian-B29983

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