From: Benoit Cousson <b-cousson@ti.com>
To: Tony Lindgren <tony@atomide.com>, Jon Hunter <jon-hunter@ti.com>
Cc: device-tree <devicetree-discuss@lists.ozlabs.org>,
linux-omap <linux-omap@vger.kernel.org>,
linux-arm <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 0/5] ARM: OMAP: DMTIMER updates for v3.10
Date: Fri, 5 Apr 2013 10:05:33 +0200 [thread overview]
Message-ID: <515E85CD.1060307@ti.com> (raw)
In-Reply-To: <20130404183855.GP10155@atomide.com>
On 04/04/2013 08:38 PM, Tony Lindgren wrote:
> * Jon Hunter <jon-hunter@ti.com> [130319 10:42]:
>> Includes:
>> - A couple fixes for DMTIMER context loss handling.
>> - Populating DMTIMER errata when booting with device-tree.
>> - A new function for requesting a DMTIMER by device-tree node.
>>
>> Based upon v3.9-rc3.
>>
>> Tested on OMAP5912 OSK, OMAP2420 H4, OMAP3430 SDP, OMAP4430 Blaze
>> and AM335x EVM. Testing includes ...
>> 1. Booting kernel on above boards
>> 2. Testing of various DMTIMER request APIs
>> 3. Testing the timer overflow and match interrupts.
>> 4. Using different clock sources to operate the timer with.
>>
>> Jon Hunter (4):
>> ARM: OMAP: Force dmtimer restore if context loss is not detectable
>> ARM: OMAP: Add function to request timer by node
>> ARM: dts: OMAP2+: Update DMTIMER compatibility property
>> ARM: OMAP2+: Populate DMTIMER errata when using device-tree
>>
>> NeilBrown (1):
>> ARM: OMAP: Simplify dmtimer context-loss handling
>>
>> .../devicetree/bindings/arm/omap/timer.txt | 17 +-
>> arch/arm/boot/dts/am33xx.dtsi | 14 +-
>> arch/arm/boot/dts/omap2.dtsi | 22 +-
>> arch/arm/boot/dts/omap2420.dtsi | 2 +-
>> arch/arm/boot/dts/omap2430.dtsi | 2 +-
>> arch/arm/boot/dts/omap3.dtsi | 24 +-
>> arch/arm/boot/dts/omap4.dtsi | 22 +-
>> arch/arm/boot/dts/omap5.dtsi | 22 +-
>> arch/arm/mach-omap2/timer.c | 7 +-
>> arch/arm/plat-omap/dmtimer.c | 241 ++++++++++++--------
>> arch/arm/plat-omap/include/plat/dmtimer.h | 1 +
>> 11 files changed, 220 insertions(+), 154 deletions(-)
>
> For all these it sounds like it's best that Benoit queues
> them with the .dts changes:
>
> Acked-by: Tony Lindgren <tony@atomide.com>
>
Great.
Jon,
I've just applied the whole series and will push it soon.
Thanks,
Benoit
WARNING: multiple messages have this Message-ID (diff)
From: b-cousson@ti.com (Benoit Cousson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/5] ARM: OMAP: DMTIMER updates for v3.10
Date: Fri, 5 Apr 2013 10:05:33 +0200 [thread overview]
Message-ID: <515E85CD.1060307@ti.com> (raw)
In-Reply-To: <20130404183855.GP10155@atomide.com>
On 04/04/2013 08:38 PM, Tony Lindgren wrote:
> * Jon Hunter <jon-hunter@ti.com> [130319 10:42]:
>> Includes:
>> - A couple fixes for DMTIMER context loss handling.
>> - Populating DMTIMER errata when booting with device-tree.
>> - A new function for requesting a DMTIMER by device-tree node.
>>
>> Based upon v3.9-rc3.
>>
>> Tested on OMAP5912 OSK, OMAP2420 H4, OMAP3430 SDP, OMAP4430 Blaze
>> and AM335x EVM. Testing includes ...
>> 1. Booting kernel on above boards
>> 2. Testing of various DMTIMER request APIs
>> 3. Testing the timer overflow and match interrupts.
>> 4. Using different clock sources to operate the timer with.
>>
>> Jon Hunter (4):
>> ARM: OMAP: Force dmtimer restore if context loss is not detectable
>> ARM: OMAP: Add function to request timer by node
>> ARM: dts: OMAP2+: Update DMTIMER compatibility property
>> ARM: OMAP2+: Populate DMTIMER errata when using device-tree
>>
>> NeilBrown (1):
>> ARM: OMAP: Simplify dmtimer context-loss handling
>>
>> .../devicetree/bindings/arm/omap/timer.txt | 17 +-
>> arch/arm/boot/dts/am33xx.dtsi | 14 +-
>> arch/arm/boot/dts/omap2.dtsi | 22 +-
>> arch/arm/boot/dts/omap2420.dtsi | 2 +-
>> arch/arm/boot/dts/omap2430.dtsi | 2 +-
>> arch/arm/boot/dts/omap3.dtsi | 24 +-
>> arch/arm/boot/dts/omap4.dtsi | 22 +-
>> arch/arm/boot/dts/omap5.dtsi | 22 +-
>> arch/arm/mach-omap2/timer.c | 7 +-
>> arch/arm/plat-omap/dmtimer.c | 241 ++++++++++++--------
>> arch/arm/plat-omap/include/plat/dmtimer.h | 1 +
>> 11 files changed, 220 insertions(+), 154 deletions(-)
>
> For all these it sounds like it's best that Benoit queues
> them with the .dts changes:
>
> Acked-by: Tony Lindgren <tony@atomide.com>
>
Great.
Jon,
I've just applied the whole series and will push it soon.
Thanks,
Benoit
next prev parent reply other threads:[~2013-04-05 8:05 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-19 17:38 [PATCH 0/5] ARM: OMAP: DMTIMER updates for v3.10 Jon Hunter
2013-03-19 17:38 ` Jon Hunter
[not found] ` <1363714699-29622-1-git-send-email-jon-hunter-l0cyMroinI0@public.gmane.org>
2013-03-19 17:38 ` [PATCH 1/5] ARM: OMAP: Simplify dmtimer context-loss handling Jon Hunter
2013-03-19 17:38 ` Jon Hunter
2013-03-19 17:38 ` [PATCH 2/5] ARM: OMAP: Force dmtimer restore if context loss is not detectable Jon Hunter
2013-03-19 17:38 ` Jon Hunter
2013-03-19 17:38 ` [PATCH 3/5] ARM: OMAP: Add function to request timer by node Jon Hunter
2013-03-19 17:38 ` Jon Hunter
2013-03-19 17:38 ` [PATCH 4/5] ARM: dts: OMAP2+: Update DMTIMER compatibility property Jon Hunter
2013-03-19 17:38 ` Jon Hunter
2013-03-19 17:38 ` [PATCH 5/5] ARM: OMAP2+: Populate DMTIMER errata when using device-tree Jon Hunter
2013-03-19 17:38 ` Jon Hunter
2013-04-04 18:38 ` [PATCH 0/5] ARM: OMAP: DMTIMER updates for v3.10 Tony Lindgren
2013-04-04 18:38 ` Tony Lindgren
2013-04-05 8:05 ` Benoit Cousson [this message]
2013-04-05 8:05 ` Benoit Cousson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=515E85CD.1060307@ti.com \
--to=b-cousson@ti.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=jon-hunter@ti.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=tony@atomide.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.