* [PATCH] arm/omap4: add twd clock to DT @ 2014-04-07 20:05 Gilles Chanteperdrix 2014-04-18 22:39 ` Tony Lindgren 0 siblings, 1 reply; 11+ messages in thread From: Gilles Chanteperdrix @ 2014-04-07 20:05 UTC (permalink / raw) To: linux-arm-kernel Booting Linux 3.14 on Pandaboard currently gets the following message displayed: smp_twd: clock not found -2 Define "mpu_periphclk" as the twd clock in omap4 dts to avoid this. Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> --- arch/arm/boot/dts/omap4.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi index d3f8a6e..a7f1d3a 100644 --- a/arch/arm/boot/dts/omap4.dtsi +++ b/arch/arm/boot/dts/omap4.dtsi @@ -62,6 +62,7 @@ local-timer at 48240600 { compatible = "arm,cortex-a9-twd-timer"; + clocks = <&mpu_periphclk>; reg = <0x48240600 0x20>; interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>; }; -- 1.7.10.4 ^ permalink raw reply related [flat|nested] 11+ messages in thread
* [PATCH] arm/omap4: add twd clock to DT 2014-04-07 20:05 [PATCH] arm/omap4: add twd clock to DT Gilles Chanteperdrix @ 2014-04-18 22:39 ` Tony Lindgren 2014-04-20 16:22 ` Gilles Chanteperdrix 0 siblings, 1 reply; 11+ messages in thread From: Tony Lindgren @ 2014-04-18 22:39 UTC (permalink / raw) To: linux-arm-kernel * Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> [140407 13:09]: > Booting Linux 3.14 on Pandaboard currently gets the following > message displayed: > > smp_twd: clock not found -2 > > Define "mpu_periphclk" as the twd clock in omap4 dts to avoid this. Tero, care to ack? Tony > Signed-off-by: Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> > --- > arch/arm/boot/dts/omap4.dtsi | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm/boot/dts/omap4.dtsi b/arch/arm/boot/dts/omap4.dtsi > index d3f8a6e..a7f1d3a 100644 > --- a/arch/arm/boot/dts/omap4.dtsi > +++ b/arch/arm/boot/dts/omap4.dtsi > @@ -62,6 +62,7 @@ > > local-timer at 48240600 { > compatible = "arm,cortex-a9-twd-timer"; > + clocks = <&mpu_periphclk>; > reg = <0x48240600 0x20>; > interrupts = <GIC_PPI 13 (GIC_CPU_MASK_RAW(3) | IRQ_TYPE_LEVEL_HIGH)>; > }; > -- > 1.7.10.4 > ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] arm/omap4: add twd clock to DT 2014-04-18 22:39 ` Tony Lindgren @ 2014-04-20 16:22 ` Gilles Chanteperdrix 2014-04-22 12:39 ` Tero Kristo 0 siblings, 1 reply; 11+ messages in thread From: Gilles Chanteperdrix @ 2014-04-20 16:22 UTC (permalink / raw) To: linux-arm-kernel Le 19/04/2014 00:39, Tony Lindgren a ?crit : > * Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> [140407 13:09]: >> Booting Linux 3.14 on Pandaboard currently gets the following >> message displayed: >> >> smp_twd: clock not found -2 >> >> Define "mpu_periphclk" as the twd clock in omap4 dts to avoid this. > > Tero, care to ack? Sorry if I did not mail the right people, get_maintainer.pl gave me a long list, and I did not feel like spamming all these people for such a small patch. I do not believe Tero was in this list. Regards. -- Gilles. ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] arm/omap4: add twd clock to DT 2014-04-20 16:22 ` Gilles Chanteperdrix @ 2014-04-22 12:39 ` Tero Kristo 2014-05-18 12:08 ` Joachim Eastwood 0 siblings, 1 reply; 11+ messages in thread From: Tero Kristo @ 2014-04-22 12:39 UTC (permalink / raw) To: linux-arm-kernel On 04/20/2014 07:22 PM, Gilles Chanteperdrix wrote: > Le 19/04/2014 00:39, Tony Lindgren a ?crit : >> * Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> [140407 13:09]: >>> Booting Linux 3.14 on Pandaboard currently gets the following >>> message displayed: >>> >>> smp_twd: clock not found -2 >>> >>> Define "mpu_periphclk" as the twd clock in omap4 dts to avoid this. >> >> Tero, care to ack? > > Sorry if I did not mail the right people, get_maintainer.pl gave me a > long list, and I did not feel like spamming all these people for such a > small patch. I do not believe Tero was in this list. > > Regards. Yea I don't think this is my expertise area, however the patch looks good to me, so if you really need it: Acked-by: Tero Kristo <t-kristo@ti.com> ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] arm/omap4: add twd clock to DT 2014-04-22 12:39 ` Tero Kristo @ 2014-05-18 12:08 ` Joachim Eastwood 2014-05-19 16:13 ` Tony Lindgren 0 siblings, 1 reply; 11+ messages in thread From: Joachim Eastwood @ 2014-05-18 12:08 UTC (permalink / raw) To: linux-arm-kernel On 22 April 2014 14:39, Tero Kristo <t-kristo@ti.com> wrote: > On 04/20/2014 07:22 PM, Gilles Chanteperdrix wrote: >> >> Le 19/04/2014 00:39, Tony Lindgren a ?crit : >>> >>> * Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> [140407 13:09]: >>>> >>>> Booting Linux 3.14 on Pandaboard currently gets the following >>>> message displayed: >>>> >>>> smp_twd: clock not found -2 >>>> >>>> Define "mpu_periphclk" as the twd clock in omap4 dts to avoid this. >>> >>> >>> Tero, care to ack? >> >> >> Sorry if I did not mail the right people, get_maintainer.pl gave me a >> long list, and I did not feel like spamming all these people for such a >> small patch. I do not believe Tero was in this list. >> >> Regards. > > > Yea I don't think this is my expertise area, however the patch looks good to > me, so if you really need it: > > Acked-by: Tero Kristo <t-kristo@ti.com> Tony, care to add this to your omap 3.16 dt branch? I am still getting: [ 0.000152] smp_twd: clock not found -2 So this fix from Gilles would be nice to have. regards Joachim Eastwood ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] arm/omap4: add twd clock to DT 2014-05-18 12:08 ` Joachim Eastwood @ 2014-05-19 16:13 ` Tony Lindgren 2014-05-19 16:23 ` Joachim Eastwood 0 siblings, 1 reply; 11+ messages in thread From: Tony Lindgren @ 2014-05-19 16:13 UTC (permalink / raw) To: linux-arm-kernel * Joachim Eastwood <manabian@gmail.com> [140518 05:08]: > On 22 April 2014 14:39, Tero Kristo <t-kristo@ti.com> wrote: > > On 04/20/2014 07:22 PM, Gilles Chanteperdrix wrote: > >> > >> Le 19/04/2014 00:39, Tony Lindgren a ?crit : > >>> > >>> * Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> [140407 13:09]: > >>>> > >>>> Booting Linux 3.14 on Pandaboard currently gets the following > >>>> message displayed: > >>>> > >>>> smp_twd: clock not found -2 > >>>> > >>>> Define "mpu_periphclk" as the twd clock in omap4 dts to avoid this. > >>> > >>> > >>> Tero, care to ack? > >> > >> > >> Sorry if I did not mail the right people, get_maintainer.pl gave me a > >> long list, and I did not feel like spamming all these people for such a > >> small patch. I do not believe Tero was in this list. > >> > >> Regards. > > > > > > Yea I don't think this is my expertise area, however the patch looks good to > > me, so if you really need it: > > > > Acked-by: Tero Kristo <t-kristo@ti.com> > > Tony, care to add this to your omap 3.16 dt branch? > > I am still getting: > [ 0.000152] smp_twd: clock not found -2 > > So this fix from Gilles would be nice to have. Best that Tero picks this one up along with the other dt clock changes he's queueing. Regards, Tony ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] arm/omap4: add twd clock to DT 2014-05-19 16:13 ` Tony Lindgren @ 2014-05-19 16:23 ` Joachim Eastwood 2014-05-19 16:27 ` Tony Lindgren 0 siblings, 1 reply; 11+ messages in thread From: Joachim Eastwood @ 2014-05-19 16:23 UTC (permalink / raw) To: linux-arm-kernel On 19 May 2014 18:13, Tony Lindgren <tony@atomide.com> wrote: > * Joachim Eastwood <manabian@gmail.com> [140518 05:08]: >> On 22 April 2014 14:39, Tero Kristo <t-kristo@ti.com> wrote: >> > On 04/20/2014 07:22 PM, Gilles Chanteperdrix wrote: >> >> >> >> Le 19/04/2014 00:39, Tony Lindgren a ?crit : >> >>> >> >>> * Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> [140407 13:09]: >> >>>> >> >>>> Booting Linux 3.14 on Pandaboard currently gets the following >> >>>> message displayed: >> >>>> >> >>>> smp_twd: clock not found -2 >> >>>> >> >>>> Define "mpu_periphclk" as the twd clock in omap4 dts to avoid this. >> >>> >> >>> >> >>> Tero, care to ack? >> >> >> >> >> >> Sorry if I did not mail the right people, get_maintainer.pl gave me a >> >> long list, and I did not feel like spamming all these people for such a >> >> small patch. I do not believe Tero was in this list. >> >> >> >> Regards. >> > >> > >> > Yea I don't think this is my expertise area, however the patch looks good to >> > me, so if you really need it: >> > >> > Acked-by: Tero Kristo <t-kristo@ti.com> >> >> Tony, care to add this to your omap 3.16 dt branch? >> >> I am still getting: >> [ 0.000152] smp_twd: clock not found -2 >> >> So this fix from Gilles would be nice to have. > > Best that Tero picks this one up along with the other dt clock changes > he's queueing. I kinda assumed you would take it since you asked Tero to ack it. But either way is fine :) Thanks. regards Joachim Eastwood ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] arm/omap4: add twd clock to DT 2014-05-19 16:23 ` Joachim Eastwood @ 2014-05-19 16:27 ` Tony Lindgren 2014-05-20 9:01 ` Tero Kristo 0 siblings, 1 reply; 11+ messages in thread From: Tony Lindgren @ 2014-05-19 16:27 UTC (permalink / raw) To: linux-arm-kernel * Joachim Eastwood <manabian@gmail.com> [140519 09:24]: > On 19 May 2014 18:13, Tony Lindgren <tony@atomide.com> wrote: > > * Joachim Eastwood <manabian@gmail.com> [140518 05:08]: > >> On 22 April 2014 14:39, Tero Kristo <t-kristo@ti.com> wrote: > >> > On 04/20/2014 07:22 PM, Gilles Chanteperdrix wrote: > >> >> > >> >> Le 19/04/2014 00:39, Tony Lindgren a ?crit : > >> >>> > >> >>> * Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> [140407 13:09]: > >> >>>> > >> >>>> Booting Linux 3.14 on Pandaboard currently gets the following > >> >>>> message displayed: > >> >>>> > >> >>>> smp_twd: clock not found -2 > >> >>>> > >> >>>> Define "mpu_periphclk" as the twd clock in omap4 dts to avoid this. > >> >>> > >> >>> > >> >>> Tero, care to ack? > >> >> > >> >> > >> >> Sorry if I did not mail the right people, get_maintainer.pl gave me a > >> >> long list, and I did not feel like spamming all these people for such a > >> >> small patch. I do not believe Tero was in this list. > >> >> > >> >> Regards. > >> > > >> > > >> > Yea I don't think this is my expertise area, however the patch looks good to > >> > me, so if you really need it: > >> > > >> > Acked-by: Tero Kristo <t-kristo@ti.com> > >> > >> Tony, care to add this to your omap 3.16 dt branch? > >> > >> I am still getting: > >> [ 0.000152] smp_twd: clock not found -2 > >> > >> So this fix from Gilles would be nice to have. > > > > Best that Tero picks this one up along with the other dt clock changes > > he's queueing. > > I kinda assumed you would take it since you asked Tero to ack it. But > either way is fine :) Yes that was before Tero started collecting the dt clock patches :) Regards, Tony ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] arm/omap4: add twd clock to DT 2014-05-19 16:27 ` Tony Lindgren @ 2014-05-20 9:01 ` Tero Kristo 2014-05-20 14:49 ` Tony Lindgren 0 siblings, 1 reply; 11+ messages in thread From: Tero Kristo @ 2014-05-20 9:01 UTC (permalink / raw) To: linux-arm-kernel On 05/19/2014 07:27 PM, Tony Lindgren wrote: > * Joachim Eastwood <manabian@gmail.com> [140519 09:24]: >> On 19 May 2014 18:13, Tony Lindgren <tony@atomide.com> wrote: >>> * Joachim Eastwood <manabian@gmail.com> [140518 05:08]: >>>> On 22 April 2014 14:39, Tero Kristo <t-kristo@ti.com> wrote: >>>>> On 04/20/2014 07:22 PM, Gilles Chanteperdrix wrote: >>>>>> >>>>>> Le 19/04/2014 00:39, Tony Lindgren a ?crit : >>>>>>> >>>>>>> * Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> [140407 13:09]: >>>>>>>> >>>>>>>> Booting Linux 3.14 on Pandaboard currently gets the following >>>>>>>> message displayed: >>>>>>>> >>>>>>>> smp_twd: clock not found -2 >>>>>>>> >>>>>>>> Define "mpu_periphclk" as the twd clock in omap4 dts to avoid this. >>>>>>> >>>>>>> >>>>>>> Tero, care to ack? >>>>>> >>>>>> >>>>>> Sorry if I did not mail the right people, get_maintainer.pl gave me a >>>>>> long list, and I did not feel like spamming all these people for such a >>>>>> small patch. I do not believe Tero was in this list. >>>>>> >>>>>> Regards. >>>>> >>>>> >>>>> Yea I don't think this is my expertise area, however the patch looks good to >>>>> me, so if you really need it: >>>>> >>>>> Acked-by: Tero Kristo <t-kristo@ti.com> >>>> >>>> Tony, care to add this to your omap 3.16 dt branch? >>>> >>>> I am still getting: >>>> [ 0.000152] smp_twd: clock not found -2 >>>> >>>> So this fix from Gilles would be nice to have. >>> >>> Best that Tero picks this one up along with the other dt clock changes >>> he's queueing. >> >> I kinda assumed you would take it since you asked Tero to ack it. But >> either way is fine :) > > Yes that was before Tero started collecting the dt clock patches :) I wouldn't say this to be a clock patch as such, this touches the driver behavior, i.e. registers the correct clock for the driver. That being said, I can still queue this up with the clock patches if that is what you want. -Tero ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] arm/omap4: add twd clock to DT 2014-05-20 9:01 ` Tero Kristo @ 2014-05-20 14:49 ` Tony Lindgren 2014-05-23 10:57 ` Tero Kristo 0 siblings, 1 reply; 11+ messages in thread From: Tony Lindgren @ 2014-05-20 14:49 UTC (permalink / raw) To: linux-arm-kernel * Tero Kristo <t-kristo@ti.com> [140520 02:01]: > On 05/19/2014 07:27 PM, Tony Lindgren wrote: > >* Joachim Eastwood <manabian@gmail.com> [140519 09:24]: > >>On 19 May 2014 18:13, Tony Lindgren <tony@atomide.com> wrote: > >>>* Joachim Eastwood <manabian@gmail.com> [140518 05:08]: > >>>>On 22 April 2014 14:39, Tero Kristo <t-kristo@ti.com> wrote: > >>>>>On 04/20/2014 07:22 PM, Gilles Chanteperdrix wrote: > >>>>>> > >>>>>>Le 19/04/2014 00:39, Tony Lindgren a ?crit : > >>>>>>> > >>>>>>>* Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> [140407 13:09]: > >>>>>>>> > >>>>>>>>Booting Linux 3.14 on Pandaboard currently gets the following > >>>>>>>>message displayed: > >>>>>>>> > >>>>>>>>smp_twd: clock not found -2 > >>>>>>>> > >>>>>>>>Define "mpu_periphclk" as the twd clock in omap4 dts to avoid this. > >>>>>>> > >>>>>>> > >>>>>>>Tero, care to ack? > >>>>>> > >>>>>> > >>>>>>Sorry if I did not mail the right people, get_maintainer.pl gave me a > >>>>>>long list, and I did not feel like spamming all these people for such a > >>>>>>small patch. I do not believe Tero was in this list. > >>>>>> > >>>>>>Regards. > >>>>> > >>>>> > >>>>>Yea I don't think this is my expertise area, however the patch looks good to > >>>>>me, so if you really need it: > >>>>> > >>>>>Acked-by: Tero Kristo <t-kristo@ti.com> > >>>> > >>>>Tony, care to add this to your omap 3.16 dt branch? > >>>> > >>>>I am still getting: > >>>>[ 0.000152] smp_twd: clock not found -2 > >>>> > >>>>So this fix from Gilles would be nice to have. > >>> > >>>Best that Tero picks this one up along with the other dt clock changes > >>>he's queueing. > >> > >>I kinda assumed you would take it since you asked Tero to ack it. But > >>either way is fine :) > > > >Yes that was before Tero started collecting the dt clock patches :) > > I wouldn't say this to be a clock patch as such, this touches the driver > behavior, i.e. registers the correct clock for the driver. That being said, > I can still queue this up with the clock patches if that is what you want. Yes please go ahead and take this one. Thanks, Tony ^ permalink raw reply [flat|nested] 11+ messages in thread
* [PATCH] arm/omap4: add twd clock to DT 2014-05-20 14:49 ` Tony Lindgren @ 2014-05-23 10:57 ` Tero Kristo 0 siblings, 0 replies; 11+ messages in thread From: Tero Kristo @ 2014-05-23 10:57 UTC (permalink / raw) To: linux-arm-kernel On 05/20/2014 05:49 PM, Tony Lindgren wrote: > * Tero Kristo <t-kristo@ti.com> [140520 02:01]: >> On 05/19/2014 07:27 PM, Tony Lindgren wrote: >>> * Joachim Eastwood <manabian@gmail.com> [140519 09:24]: >>>> On 19 May 2014 18:13, Tony Lindgren <tony@atomide.com> wrote: >>>>> * Joachim Eastwood <manabian@gmail.com> [140518 05:08]: >>>>>> On 22 April 2014 14:39, Tero Kristo <t-kristo@ti.com> wrote: >>>>>>> On 04/20/2014 07:22 PM, Gilles Chanteperdrix wrote: >>>>>>>> >>>>>>>> Le 19/04/2014 00:39, Tony Lindgren a ?crit : >>>>>>>>> >>>>>>>>> * Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> [140407 13:09]: >>>>>>>>>> >>>>>>>>>> Booting Linux 3.14 on Pandaboard currently gets the following >>>>>>>>>> message displayed: >>>>>>>>>> >>>>>>>>>> smp_twd: clock not found -2 >>>>>>>>>> >>>>>>>>>> Define "mpu_periphclk" as the twd clock in omap4 dts to avoid this. >>>>>>>>> >>>>>>>>> >>>>>>>>> Tero, care to ack? >>>>>>>> >>>>>>>> >>>>>>>> Sorry if I did not mail the right people, get_maintainer.pl gave me a >>>>>>>> long list, and I did not feel like spamming all these people for such a >>>>>>>> small patch. I do not believe Tero was in this list. >>>>>>>> >>>>>>>> Regards. >>>>>>> >>>>>>> >>>>>>> Yea I don't think this is my expertise area, however the patch looks good to >>>>>>> me, so if you really need it: >>>>>>> >>>>>>> Acked-by: Tero Kristo <t-kristo@ti.com> >>>>>> >>>>>> Tony, care to add this to your omap 3.16 dt branch? >>>>>> >>>>>> I am still getting: >>>>>> [ 0.000152] smp_twd: clock not found -2 >>>>>> >>>>>> So this fix from Gilles would be nice to have. >>>>> >>>>> Best that Tero picks this one up along with the other dt clock changes >>>>> he's queueing. >>>> >>>> I kinda assumed you would take it since you asked Tero to ack it. But >>>> either way is fine :) >>> >>> Yes that was before Tero started collecting the dt clock patches :) >> >> I wouldn't say this to be a clock patch as such, this touches the driver >> behavior, i.e. registers the correct clock for the driver. That being said, >> I can still queue this up with the clock patches if that is what you want. > > Yes please go ahead and take this one. > > Thanks, > > Tony > Ok, thanks, queued for 3.16. -Tero ^ permalink raw reply [flat|nested] 11+ messages in thread
end of thread, other threads:[~2014-05-23 10:57 UTC | newest] Thread overview: 11+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2014-04-07 20:05 [PATCH] arm/omap4: add twd clock to DT Gilles Chanteperdrix 2014-04-18 22:39 ` Tony Lindgren 2014-04-20 16:22 ` Gilles Chanteperdrix 2014-04-22 12:39 ` Tero Kristo 2014-05-18 12:08 ` Joachim Eastwood 2014-05-19 16:13 ` Tony Lindgren 2014-05-19 16:23 ` Joachim Eastwood 2014-05-19 16:27 ` Tony Lindgren 2014-05-20 9:01 ` Tero Kristo 2014-05-20 14:49 ` Tony Lindgren 2014-05-23 10:57 ` Tero Kristo
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).