From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Sun, 13 Jul 2014 20:39:53 +0000 Subject: Re: [GIT PULL v2 FOR v3.17] Renesas CMT, MTU2 and TMU timers DT support Message-Id: <20140713203951.GA18891@verge.net.au> List-Id: References: <1402931251-22581-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <4780671.lrfQIxTHV3@avalon> <20140713095457.GA21209@verge.net.au> <1929656.0uZaK89oG1@avalon> <53C29AC1.30606@linaro.org> In-Reply-To: <53C29AC1.30606@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: linux-arm-kernel@lists.infradead.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 ni= ce > >>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 hav= en'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. >=20 > Hi Laurent, >=20 > sorry for no giving some news. I am in vacation for these two weeks. >=20 > 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 >=20 >=20 > >>>>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 cca8d0596c4c7acb371ea1bc5eee9b404b3051= 6a: > >>>> 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 > > >=20 >=20 > --=20 > Linaro.org =E2=94=82 Open source software for A= RM SoCs >=20 > Follow Linaro: Facebook | > Twitter | > Blog >=20 > -- > 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 >=20