From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Horman Date: Fri, 22 Mar 2013 00:58:15 +0000 Subject: Re: [GIT PULL v2] Renesas ARM-based SoC board updates for v3.10 Message-Id: <20130322005815.GG1689@verge.net.au> List-Id: References: <1363659481-5922-1-git-send-email-horms+renesas@verge.net.au> <201303211718.32981.arnd@arndb.de> In-Reply-To: <201303211718.32981.arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Thu, Mar 21, 2013 at 05:18:32PM +0000, Arnd Bergmann wrote: > On Tuesday 19 March 2013, Simon Horman wrote: > > > ---------------------------------------------------------------- > > Renesas ARM-based SoC board updates for v3.10 > > > > This is based on a merge of the following: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git renesas-pinmux-for-v3.10 > > git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git renesas-soc-for-v3.10 > > Pulled into next/boards. > > Please verify that I have pulled everything you sent me. If not, it my mistake. Thanks. Sorry about sending so many all at once. There were quite a few changes queued up and it might have been better if I flushed some of them out a bit earlier. Of the batch that I sent last week, I think you are missing the following one: From: Simon Horman To: Arnd Bergmann , Olof Johansson Cc: linux-sh@vger.kernel.org, arm@kernel.org, linux-arm-kernel@lists.infradead.org, Paul Mundt , Magnus Damm Subject: [GIT PULL] ARM and SH based SoC clocksource update for v3.10 Date: Mon, 18 Mar 2013 22:02:26 +0900 Message-Id: <1363611758-6655-1-git-send-email-horms+renesas@verge.net.au> Hi Olof, Hi Arnd, The following changes since commit f6161aa153581da4a3867a2d1a7caf4be19b6ec9: Linux 3.9-rc2 (2013-03-10 16:54:19 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git tags/renesas-clocksource-for-v3.10 for you to fetch changes up to 342896a5c565e38dfb87954f362735f03ae1efb0: clocksource: sh_mtu2: Set initcall level to subsys (2013-03-13 02:24:37 +0900) ---------------------------------------------------------------- Renesas ARM and SH based SoC clocksource update for v3.10 I has been agreed by Paul Mundt and myself, that it would be best to take these changes through the renesas tree and in turn the arm-soc tree. ---------------------------------------------------------------- Magnus Damm (8): clocksource: sh_cmt: Take care of clk_put() when setup_irq() fails clocksource: sh_cmt: Initialize 'max_match_value' and 'lock' in sh_cmt_setup() clocksource: sh_cmt: Introduce per-register functions clocksource: sh_cmt: Consolidate platform_set_drvdata() call clocksource: sh_cmt: CMSTR and CMCSR register access update clocksource: sh_cmt: CMCNT and CMCOR register access update clocksource: sh_cmt: Add control register callbacks clocksource: sh_cmt: Add CMT register layout comment Simon Horman (4): clocksource: sh_cmt: Set initcall level to subsys clocksource: sh_tmu: Set initcall level to subsys clocksource: em_sti: Set initcall level to subsys clocksource: sh_mtu2: Set initcall level to subsys drivers/clocksource/em_sti.c | 13 ++- drivers/clocksource/sh_cmt.c | 189 +++++++++++++++++++++++++---------------- drivers/clocksource/sh_mtu2.c | 2 +- drivers/clocksource/sh_tmu.c | 2 +- 4 files changed, 132 insertions(+), 74 deletions(-)