* Re: [PATCH 1/2] ARM: dts: OMAP5: add PWM capability to timer nodes missing it [not found] <1366240995-53538-1-git-send-email-s-anna@ti.com> @ 2013-04-17 23:56 ` Jon Hunter 2013-05-31 22:17 ` Anna, Suman 0 siblings, 1 reply; 3+ messages in thread From: Jon Hunter @ 2013-04-17 23:56 UTC (permalink / raw) To: Suman Anna Cc: Benoit Cousson, Tony Lindgren, linux-omap, linux-arm-kernel@lists.infradead.org, device-tree On 04/17/2013 06:23 PM, Suman Anna wrote: > OMAP5 has 6 timers (GPTimers 5, 6, 8 to 11) that are capable of PWM. > The PWM capability property is missing from the node definitions of > couple of timers, and this has been fixed. > > Signed-off-by: Suman Anna <s-anna@ti.com> > --- > arch/arm/boot/dts/omap5.dtsi | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi > index 790bb2a..0d155f5 100644 > --- a/arch/arm/boot/dts/omap5.dtsi > +++ b/arch/arm/boot/dts/omap5.dtsi > @@ -422,6 +422,7 @@ > interrupts = <0 41 0x4>; > ti,hwmods = "timer5"; > ti,timer-dsp; > + ti,timer-pwm; > }; > > timer6: timer@4013a000 { > @@ -458,6 +459,7 @@ > reg = <0x4803e000 0x80>; > interrupts = <0 45 0x4>; > ti,hwmods = "timer9"; > + ti,timer-pwm; > }; > > timer10: timer@48086000 { > @@ -465,6 +467,7 @@ > reg = <0x48086000 0x80>; > interrupts = <0 46 0x4>; > ti,hwmods = "timer10"; > + ti,timer-pwm; > }; > > timer11: timer@48088000 { Make sure you copy the linux-arm and device-tree mailing lists. Acked-by: Jon Hunter <jon-hunter@ti.com> Thanks! Jon ^ permalink raw reply [flat|nested] 3+ messages in thread
* RE: [PATCH 1/2] ARM: dts: OMAP5: add PWM capability to timer nodes missing it 2013-04-17 23:56 ` [PATCH 1/2] ARM: dts: OMAP5: add PWM capability to timer nodes missing it Jon Hunter @ 2013-05-31 22:17 ` Anna, Suman 2013-06-03 12:55 ` Benoit Cousson 0 siblings, 1 reply; 3+ messages in thread From: Anna, Suman @ 2013-05-31 22:17 UTC (permalink / raw) To: Cousson, Benoit, Tony Lindgren Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, device-tree Benoit, Tony, > On 04/17/2013 06:23 PM, Suman Anna wrote: > > OMAP5 has 6 timers (GPTimers 5, 6, 8 to 11) that are capable of PWM. > > The PWM capability property is missing from the node definitions of > > couple of timers, and this has been fixed. > > > > Signed-off-by: Suman Anna <s-anna@ti.com> > > --- > > arch/arm/boot/dts/omap5.dtsi | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi > > index 790bb2a..0d155f5 100644 > > --- a/arch/arm/boot/dts/omap5.dtsi > > +++ b/arch/arm/boot/dts/omap5.dtsi > > @@ -422,6 +422,7 @@ > > interrupts = <0 41 0x4>; > > ti,hwmods = "timer5"; > > ti,timer-dsp; > > + ti,timer-pwm; > > }; > > > > timer6: timer@4013a000 { > > @@ -458,6 +459,7 @@ > > reg = <0x4803e000 0x80>; > > interrupts = <0 45 0x4>; > > ti,hwmods = "timer9"; > > + ti,timer-pwm; > > }; > > > > timer10: timer@48086000 { > > @@ -465,6 +467,7 @@ > > reg = <0x48086000 0x80>; > > interrupts = <0 46 0x4>; > > ti,hwmods = "timer10"; > > + ti,timer-pwm; > > }; > > > > timer11: timer@48088000 { > > Make sure you copy the linux-arm and device-tree mailing lists. > > Acked-by: Jon Hunter <jon-hunter@ti.com> > Can you include this patch in your next fixes pull request (if you haven't already done so)? The other patch in the series is a feature change, but this is a fix, and can go into 3.10 itself. Regards Suman ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] ARM: dts: OMAP5: add PWM capability to timer nodes missing it 2013-05-31 22:17 ` Anna, Suman @ 2013-06-03 12:55 ` Benoit Cousson 0 siblings, 0 replies; 3+ messages in thread From: Benoit Cousson @ 2013-06-03 12:55 UTC (permalink / raw) To: Anna, Suman, Tony Lindgren Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, device-tree Hi Suman, On 06/01/2013 12:17 AM, Anna, Suman wrote: > Benoit, Tony, > >> On 04/17/2013 06:23 PM, Suman Anna wrote: >>> OMAP5 has 6 timers (GPTimers 5, 6, 8 to 11) that are capable of PWM. >>> The PWM capability property is missing from the node definitions of >>> couple of timers, and this has been fixed. >>> >>> Signed-off-by: Suman Anna <s-anna@ti.com> >>> --- >>> arch/arm/boot/dts/omap5.dtsi | 3 +++ >>> 1 file changed, 3 insertions(+) >>> >>> diff --git a/arch/arm/boot/dts/omap5.dtsi b/arch/arm/boot/dts/omap5.dtsi >>> index 790bb2a..0d155f5 100644 >>> --- a/arch/arm/boot/dts/omap5.dtsi >>> +++ b/arch/arm/boot/dts/omap5.dtsi >>> @@ -422,6 +422,7 @@ >>> interrupts = <0 41 0x4>; >>> ti,hwmods = "timer5"; >>> ti,timer-dsp; >>> + ti,timer-pwm; >>> }; >>> >>> timer6: timer@4013a000 { >>> @@ -458,6 +459,7 @@ >>> reg = <0x4803e000 0x80>; >>> interrupts = <0 45 0x4>; >>> ti,hwmods = "timer9"; >>> + ti,timer-pwm; >>> }; >>> >>> timer10: timer@48086000 { >>> @@ -465,6 +467,7 @@ >>> reg = <0x48086000 0x80>; >>> interrupts = <0 46 0x4>; >>> ti,hwmods = "timer10"; >>> + ti,timer-pwm; >>> }; >>> >>> timer11: timer@48088000 { >> >> Make sure you copy the linux-arm and device-tree mailing lists. >> >> Acked-by: Jon Hunter <jon-hunter@ti.com> >> > > Can you include this patch in your next fixes pull request (if you haven't > already done so)? The other patch in the series is a feature change, but > this is a fix, and can go into 3.10 itself. I've just sent a pull request with two fixes to Tony. Since -rc4 is already there, I'll update it with this fix. Tony, I will resend a new pull-request rebased on -rc4 that will include this new fix. Regards, Benoit ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-03 12:55 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <1366240995-53538-1-git-send-email-s-anna@ti.com> 2013-04-17 23:56 ` [PATCH 1/2] ARM: dts: OMAP5: add PWM capability to timer nodes missing it Jon Hunter 2013-05-31 22:17 ` Anna, Suman 2013-06-03 12:55 ` Benoit Cousson
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).