Re: [PATCH v2 0/3] fix a kernel panic on fsl corenet board when CONFIG_CLK_PPC_CORENET is enabled

2014-12-02 Thread Kevin Hao
On Tue, Dec 02, 2014 at 06:38:57PM -0600, Scott Wood wrote:
> If the current code panics as of commit da788acb2838, then the revert
> (but not the other patches) should go to stable as well.

OK, I will make a respin to cc stable and add yours and Michael's ack.

Thanks,
Kevin


pgpVjwceGF3KP.pgp
Description: PGP signature
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v2 0/3] fix a kernel panic on fsl corenet board when CONFIG_CLK_PPC_CORENET is enabled

2014-12-02 Thread Scott Wood
If the current code panics as of commit da788acb2838, then the revert
(but not the other patches) should go to stable as well.

-Scott

On Wed, 2014-11-26 at 21:30 -0600, Tang Yuantian-B29983 wrote:
> Hello Mike,
> 
> Could you please apply this patch?
> This patch has been acked for a while.
> 
> Thanks,
> Yuantian
> 
> > -Original Message-
> > From: Linuxppc-dev
> > [mailto:linuxppc-dev-bounces+b29983=freescale@lists.ozlabs.org] On
> > Behalf Of Scott Wood
> > Sent: Friday, November 07, 2014 12:08 PM
> > To: Kevin Hao
> > Cc: Mike Turquette; Gerhard Sittig; Lu Jingchang-B35083;
> > linuxppc-dev@lists.ozlabs.org
> > Subject: Re: [PATCH v2 0/3] fix a kernel panic on fsl corenet board when
> > CONFIG_CLK_PPC_CORENET is enabled
> > 
> > On Sun, 2014-10-19 at 14:11 +0800, Kevin Hao wrote:
> > > Hi,
> > >
> > > I have done a boot test on p2014rdb and t4240qds boards. I don't have
> > > an access to mpc512x board, so only build test for that.
> > >
> > > v2:
> > >  - Revert the commit da788acb2838 first.
> > >  - Invoke of_clk_init() from a common place.
> > >
> > > v1
> > > This tries to fix a kernel panic introduced by commit da788acb2838
> > > ("clk: ppc-corenet: Fix Section mismatch warning").
> > >
> > > Kevin Hao (3):
> > >   Revert "clk: ppc-corenet: Fix Section mismatch warning"
> > >   powerpc: call of_clk_init() from time_init()
> > >   clk: ppc-corenet: fix section mismatch warning
> > >
> > >  arch/powerpc/kernel/time.c|  5 
> > >  arch/powerpc/platforms/512x/clock-commonclk.c | 11 ---
> > >  drivers/clk/clk-ppc-corenet.c | 43 
> > > ---
> > >  3 files changed, 16 insertions(+), 43 deletions(-)
> > >
> > 
> > Acked-by: Scott Wood 
> > 
> > Whose tree should this go through?
> > 
> > -Scott
> > 
> > 
> > ___
> > Linuxppc-dev mailing list
> > Linuxppc-dev@lists.ozlabs.org
> > https://lists.ozlabs.org/listinfo/linuxppc-dev


___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

RE: [PATCH v2 0/3] fix a kernel panic on fsl corenet board when CONFIG_CLK_PPC_CORENET is enabled

2014-11-26 Thread Yuantian Tang
Hello Mike,

Could you please apply this patch?
This patch has been acked for a while.

Thanks,
Yuantian

> -Original Message-
> From: Linuxppc-dev
> [mailto:linuxppc-dev-bounces+b29983=freescale@lists.ozlabs.org] On
> Behalf Of Scott Wood
> Sent: Friday, November 07, 2014 12:08 PM
> To: Kevin Hao
> Cc: Mike Turquette; Gerhard Sittig; Lu Jingchang-B35083;
> linuxppc-dev@lists.ozlabs.org
> Subject: Re: [PATCH v2 0/3] fix a kernel panic on fsl corenet board when
> CONFIG_CLK_PPC_CORENET is enabled
> 
> On Sun, 2014-10-19 at 14:11 +0800, Kevin Hao wrote:
> > Hi,
> >
> > I have done a boot test on p2014rdb and t4240qds boards. I don't have
> > an access to mpc512x board, so only build test for that.
> >
> > v2:
> >  - Revert the commit da788acb2838 first.
> >  - Invoke of_clk_init() from a common place.
> >
> > v1
> > This tries to fix a kernel panic introduced by commit da788acb2838
> > ("clk: ppc-corenet: Fix Section mismatch warning").
> >
> > Kevin Hao (3):
> >   Revert "clk: ppc-corenet: Fix Section mismatch warning"
> >   powerpc: call of_clk_init() from time_init()
> >   clk: ppc-corenet: fix section mismatch warning
> >
> >  arch/powerpc/kernel/time.c|  5 
> >  arch/powerpc/platforms/512x/clock-commonclk.c | 11 ---
> >  drivers/clk/clk-ppc-corenet.c | 43 
> > ---
> >  3 files changed, 16 insertions(+), 43 deletions(-)
> >
> 
> Acked-by: Scott Wood 
> 
> Whose tree should this go through?
> 
> -Scott
> 
> 
> ___
> Linuxppc-dev mailing list
> Linuxppc-dev@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/linuxppc-dev
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v2 0/3] fix a kernel panic on fsl corenet board when CONFIG_CLK_PPC_CORENET is enabled

2014-11-19 Thread Mike Turquette
Quoting Scott Wood (2014-11-06 20:07:43)
> On Sun, 2014-10-19 at 14:11 +0800, Kevin Hao wrote:
> > Hi,
> > 
> > I have done a boot test on p2014rdb and t4240qds boards. I don't have an 
> > access
> > to mpc512x board, so only build test for that.
> > 
> > v2:
> >  - Revert the commit da788acb2838 first.
> >  - Invoke of_clk_init() from a common place.
> > 
> > v1
> > This tries to fix a kernel panic introduced by commit da788acb2838
> > ("clk: ppc-corenet: Fix Section mismatch warning").
> > 
> > Kevin Hao (3):
> >   Revert "clk: ppc-corenet: Fix Section mismatch warning"
> >   powerpc: call of_clk_init() from time_init()
> >   clk: ppc-corenet: fix section mismatch warning
> > 
> >  arch/powerpc/kernel/time.c|  5 
> >  arch/powerpc/platforms/512x/clock-commonclk.c | 11 ---
> >  drivers/clk/clk-ppc-corenet.c | 43 
> > ---
> >  3 files changed, 16 insertions(+), 43 deletions(-)
> > 
> 
> Acked-by: Scott Wood 

I'm fine with it going through the ppc tree.

Acked-by: Michael Turquette 

> 
> Whose tree should this go through?
> 
> -Scott
> 
> 
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v2 0/3] fix a kernel panic on fsl corenet board when CONFIG_CLK_PPC_CORENET is enabled

2014-11-06 Thread Scott Wood
On Sun, 2014-10-19 at 14:11 +0800, Kevin Hao wrote:
> Hi,
> 
> I have done a boot test on p2014rdb and t4240qds boards. I don't have an 
> access
> to mpc512x board, so only build test for that.
> 
> v2:
>  - Revert the commit da788acb2838 first.
>  - Invoke of_clk_init() from a common place.
> 
> v1
> This tries to fix a kernel panic introduced by commit da788acb2838
> ("clk: ppc-corenet: Fix Section mismatch warning").
> 
> Kevin Hao (3):
>   Revert "clk: ppc-corenet: Fix Section mismatch warning"
>   powerpc: call of_clk_init() from time_init()
>   clk: ppc-corenet: fix section mismatch warning
> 
>  arch/powerpc/kernel/time.c|  5 
>  arch/powerpc/platforms/512x/clock-commonclk.c | 11 ---
>  drivers/clk/clk-ppc-corenet.c | 43 
> ---
>  3 files changed, 16 insertions(+), 43 deletions(-)
> 

Acked-by: Scott Wood 

Whose tree should this go through?

-Scott


___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v2 0/3] fix a kernel panic on fsl corenet board when CONFIG_CLK_PPC_CORENET is enabled

2014-10-21 Thread Kevin Hao
On Sun, Oct 19, 2014 at 02:11:36PM +0800, Kevin Hao wrote:
> Hi,
> 
> I have done a boot test on p2014rdb and t4240qds boards. I don't have an 
> access
> to mpc512x board, so only build test for that.

I do find a mpc5121ads board in our lab, the kernel boot well with these 
changes.

Thanks,
Kevin


pgp1vCaRPP_71.pgp
Description: PGP signature
___
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev