From: Simon Horman <horms@verge.net.au>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL v2 FOR v3.17] Renesas CMT, MTU2 and TMU timers DT support
Date: Sun, 13 Jul 2014 20:39:53 +0000 [thread overview]
Message-ID: <20140713203951.GA18891@verge.net.au> (raw)
In-Reply-To: <53C29AC1.30606@linaro.org>
On Sun, Jul 13, 2014 at 04:42:09PM +0200, Daniel Lezcano wrote:
> On 07/13/2014 03:00 PM, Laurent Pinchart wrote:
> >Hi Simon and Daniel,
> >
> >On Sunday 13 July 2014 11:55:01 Simon Horman wrote:
> >>[Cc Olof Johansson, ARM SoC Team]
> >>
> >>On Wed, Jul 09, 2014 at 11:59:16AM +0200, Laurent Pinchart wrote:
> >>>On Friday 04 July 2014 15:53:32 Laurent Pinchart wrote:
> >>>>Hi Daniel,
> >>>>
> >>>>Could you please pull the following changes and drop the first version
> >>>>of this pull request ? I've fixed one last typo noticed by Simon in
> >>>>patch 09/19.
> >>>>
> >>>>As last time I have board and SoC changes that depend on the driver
> >>>>changes and that will need to go through Simon's tree. Could you thus
> >>>>please provide a stable branch based on one of the v3.16-rc tags ?
> >>>
> >>>Given that I'd like to get the arch/ part of the change set in v3.17,
> >>>could I ask you to fast track this pull request if possible ?
> >>
> >>Hi Laurent, Hi Daniel,
> >>
> >>I am wondering what the status of this pull request is. It would be nice
> >>to get the arch/ changes into v3.17 but we are getting closer to v3.16-rc6
> >>and I need to have things queued up before then.
> >>
> >>I have also CCed Olof and the ARM SoC team (via arm@kernel.org) as
> >>if Daniel does provide a stable branch that includes this pull request and
> >>I use it as the basis for a branch with the arch changes then the
> >>ARM SoC people would like to know about it before I send a pull request
> >>for the arch/ changes.
> >
> > From my point of view everything is ready for v3.17. Daniel, if you haven't
> >been abducted by aliens, could you please process the pull request ? If you
> >have, let us know what we can do to help negotiate your release.
>
> Hi Laurent,
>
> sorry for no giving some news. I am in vacation for these two weeks.
>
> I will take care of the PR this evening or tomorrow evening and keep you in
> touch rapidly.
Hi Daniel,
thanks in advance. If you could create a stable branch for me to
use as a base for the arch/ patches that would be great.
> -- Daniel
>
>
> >>>>The following changes since commit
> >4c834452aad01531db949414f94f817a86348d59:
> >>>> Linux 3.16-rc3 (2014-06-29 14:11:36 -0700)
> >>>>
> >>>>are available in the git repository at:
> >>>> git://linuxtv.org/pinchartl/fbdev.git timers/upstream/drivers
> >>>>
> >>>>for you to fetch changes up to cca8d0596c4c7acb371ea1bc5eee9b404b30516a:
> >>>> clocksource: sh_mtu2: Add DT support (2014-07-04 15:50:29 +0200)
> >>>>
> >>>>----------------------------------------------------------------
> >>>>
> >>>>Laurent Pinchart (10):
> >>>> clocksource: sh_cmt: Drop support for legacy platform data
> >>>> clocksource: sh_cmt: Replace global spinlock with a per-device
> >>>>spinlock
> >>>> clocksource: sh_tmu: Drop support for legacy platform data
> >>>> clocksource: sh_tmu: Replace global spinlock with a per-device
> >>>>spinlock
> >>>> clocksource: sh_mtu2: Drop support for legacy platform data
> >>>> clocksource: sh_mtu2: Replace global spinlock with a per-device
> >>>>spinlock
> >>>> clocksource: shmobile: Remove unused sh_timer_config members
> >>>> clocksource: sh_cmt: Add DT support
> >>>> clocksource: sh_tmu: Add DT support
> >>>> clocksource: sh_mtu2: Add DT support
> >>>>
> >>>> Documentation/devicetree/bindings/timer/renesas,cmt.txt | 47 +++++
> >>>> .../devicetree/bindings/timer/renesas,mtu2.txt | 39 ++++
> >>>> Documentation/devicetree/bindings/timer/renesas,tmu.txt | 39 ++++
> >>>> drivers/clocksource/sh_cmt.c | 233 +++++----
> >>>> drivers/clocksource/sh_mtu2.c | 146 ++++-----
> >>>> drivers/clocksource/sh_tmu.c | 127 +++++----
> >>>> include/linux/sh_timer.h | 5 -
> >>>> 7 files changed, 309 insertions(+), 327 deletions(-)
> >>>> create mode 100644
> >>>> Documentation/devicetree/bindings/timer/renesas,cmt.txt
> >>>> create mode 100644
> >>>> Documentation/devicetree/bindings/timer/renesas,mtu2.txt
> >>>> create mode 100644
> >>>> Documentation/devicetree/bindings/timer/renesas,tmu.txt
> >
>
>
> --
> <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
>
> Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
> <http://twitter.com/#!/linaroorg> Twitter |
> <http://www.linaro.org/linaro-blog/> Blog
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2014-07-13 20:39 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-16 15:07 [PATCH v4 00/19] Renesas CMT, MTU2 and TMU timers DT support Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 01/19] clocksource: sh_tmu: Fix channel IRQ retrieval in legacy case Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 02/19] clocksource: sh_cmt: Drop support for legacy platform data Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 03/19] clocksource: sh_cmt: Replace global spinlock with a per-device spinlock Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 04/19] clocksource: sh_tmu: Drop support for legacy platform data Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 05/19] clocksource: sh_tmu: Replace global spinlock with a per-device spinlock Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 06/19] clocksource: sh_mtu2: Drop support for legacy platform data Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 07/19] clocksource: sh_mtu2: Replace global spinlock with a per-device spinlock Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 08/19] clocksource: shmobile: Remove unused sh_timer_config members Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 09/19] clocksource: sh_cmt: Add DT support Laurent Pinchart
2014-07-04 13:15 ` Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 10/19] clocksource: sh_tmu: " Laurent Pinchart
2014-06-17 1:11 ` Simon Horman
2014-06-16 15:07 ` [PATCH v4 11/19] clocksource: sh_mtu2: " Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 12/19] ARM: shmobile: r8a7790: Add CMT devices to DT Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 13/19] ARM: shmobile: r8a7791: " Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 14/19] ARM: shmobile: r8a7779: Add TMU " Laurent Pinchart
2014-06-17 1:12 ` Simon Horman
2014-06-16 15:07 ` [PATCH v4 15/19] ARM: shmobile: r7s72100: Add MTU2 device " Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 16/19] ARM: shmobile: lager-reference: Enable CMT0 in device tree Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 17/19] ARM: shmobile: koelsch-reference: " Laurent Pinchart
2014-06-16 15:07 ` [PATCH v4 18/19] ARM: shmobile: marzen-reference: Enable TMU0 " Laurent Pinchart
2014-06-17 1:14 ` Simon Horman
2014-06-16 15:07 ` [PATCH v4 19/19] ARM: shmobile: genmai-reference: Enable MTU2 " Laurent Pinchart
2014-07-02 14:23 ` [GIT PULL FOR v3.17] Renesas CMT, MTU2 and TMU timers DT support Laurent Pinchart
2014-07-04 13:53 ` [GIT PULL v2 " Laurent Pinchart
2014-07-09 9:59 ` Laurent Pinchart
2014-07-13 9:55 ` Simon Horman
2014-07-13 13:00 ` Laurent Pinchart
2014-07-13 14:42 ` Daniel Lezcano
2014-07-13 20:39 ` Simon Horman [this message]
2014-07-14 21:54 ` Daniel Lezcano
2014-07-15 9:09 ` Simon Horman
2014-07-14 9:06 ` Laurent Pinchart
2014-07-14 10:20 ` Daniel Lezcano
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=20140713203951.GA18891@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-arm-kernel@lists.infradead.org \
/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 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).