From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH v5 00/15] Renesas CMT, MTU2 and TMU platform cleanups
Date: Sun, 11 May 2014 02:24:20 +0000 [thread overview]
Message-ID: <20140511022420.GC31760@verge.net.au> (raw)
In-Reply-To: <1398251722-31667-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
On Wed, Apr 23, 2014 at 01:15:07PM +0200, Laurent Pinchart wrote:
> Hello,
>
> This patch set switches all Renesas platforms to the new style CMT, MTU2 and
> TMU device platform data. All patches have been previously posted as part of
> the "[PATCH v3 00/52] Renesas CMT and TMU cleanups" and "[PATCH 00/22] SH MTU2
> DT support" patch series.
>
> This new version fixes an interrupt-related bug introduced when switching the
> sh7372 and sh73a0 platforms to the new style TMU device, caused by mistakenly
> using evt2irq instead of intcs_evt2irq for the IRQ resources.
>
> Simon, I've tested this on Mackerel and the board now boots correctly. Could
> you please assist me in debugging the Bock-W boot hang issue, as I don't have
> access to that board ?
Thanks Laurent,
I have queued this up locally using v6 of patch 12 after resolving some
conflicts which I will highlight by responding to the patches that are
affected.
I plan to push this once I have done some testing: especially of the
resolution to the bockw problem. (I am on a plane with neither internet
access nor a consignment of boards.)
> Laurent Pinchart (15):
> sh: Switch to new style CMT device
> ARM: shmobile: sh7372: Switch to new style CMT device
> ARM: shmobile: sh73a0: Switch to new style CMT device
> ARM: shmobile: r8a73a4: Switch to new style CMT device
> ARM: shmobile: r8a7740: Switch to new style CMT device
> ARM: shmobile: r8a7790: Switch to new style CMT device
> ARM: shmobile: r8a7791: Switch to new style CMT device
> sh: Switch to new style TMU device
> ARM: shmobile: sh7372: Switch to new style TMU device
> ARM: shmobile: sh73a0: Switch to new style TMU device
> ARM: shmobile: r8a7740: Switch to new style TMU device
> ARM: shmobile: r8a7778: Switch to new style TMU device
> ARM: shmobile: r8a7779: Switch to new style TMU device
> sh: Switch to new style MTU2 device
> ARM: shmobile: r7s72100: Switch to new style MTU2 device
>
> arch/arm/mach-shmobile/board-koelsch-reference.c | 2 +-
> arch/arm/mach-shmobile/board-lager-reference.c | 2 +-
> arch/arm/mach-shmobile/clock-r7s72100.c | 2 +-
> arch/arm/mach-shmobile/clock-r8a73a4.c | 2 +-
> arch/arm/mach-shmobile/clock-r8a7740.c | 10 +-
> arch/arm/mach-shmobile/clock-r8a7778.c | 4 +-
> arch/arm/mach-shmobile/clock-r8a7779.c | 4 +-
> arch/arm/mach-shmobile/clock-r8a7790.c | 2 +-
> arch/arm/mach-shmobile/clock-r8a7791.c | 2 +-
> arch/arm/mach-shmobile/clock-sh7372.c | 9 +-
> arch/arm/mach-shmobile/clock-sh73a0.c | 5 +-
> arch/arm/mach-shmobile/setup-r7s72100.c | 26 +-
> arch/arm/mach-shmobile/setup-r8a73a4.c | 17 +-
> arch/arm/mach-shmobile/setup-r8a7740.c | 133 ++--------
> arch/arm/mach-shmobile/setup-r8a7778.c | 30 +--
> arch/arm/mach-shmobile/setup-r8a7779.c | 66 +----
> arch/arm/mach-shmobile/setup-r8a7790.c | 17 +-
> arch/arm/mach-shmobile/setup-r8a7791.c | 17 +-
> arch/arm/mach-shmobile/setup-sh7372.c | 89 ++-----
> arch/arm/mach-shmobile/setup-sh73a0.c | 92 ++-----
> arch/sh/kernel/cpu/clock-cpg.c | 10 +-
> arch/sh/kernel/cpu/sh2/setup-sh7619.c | 66 +----
> arch/sh/kernel/cpu/sh2a/clock-sh7264.c | 4 +-
> arch/sh/kernel/cpu/sh2a/clock-sh7269.c | 4 +-
> arch/sh/kernel/cpu/sh2a/setup-mxg.c | 98 +-------
> arch/sh/kernel/cpu/sh2a/setup-sh7201.c | 98 +-------
> arch/sh/kernel/cpu/sh2a/setup-sh7203.c | 133 ++--------
> arch/sh/kernel/cpu/sh2a/setup-sh7206.c | 164 ++-----------
> arch/sh/kernel/cpu/sh2a/setup-sh7264.c | 140 ++---------
> arch/sh/kernel/cpu/sh2a/setup-sh7269.c | 133 ++--------
> arch/sh/kernel/cpu/sh3/setup-sh7705.c | 78 +-----
> arch/sh/kernel/cpu/sh3/setup-sh770x.c | 78 +-----
> arch/sh/kernel/cpu/sh3/setup-sh7710.c | 78 +-----
> arch/sh/kernel/cpu/sh3/setup-sh7720.c | 228 ++---------------
> arch/sh/kernel/cpu/sh4/setup-sh4-202.c | 78 +-----
> arch/sh/kernel/cpu/sh4/setup-sh7750.c | 138 ++---------
> arch/sh/kernel/cpu/sh4/setup-sh7760.c | 78 +-----
> arch/sh/kernel/cpu/sh4a/clock-sh7343.c | 2 +-
> arch/sh/kernel/cpu/sh4a/clock-sh7366.c | 2 +-
> arch/sh/kernel/cpu/sh4a/clock-sh7722.c | 6 +-
> arch/sh/kernel/cpu/sh4a/clock-sh7723.c | 10 +-
> arch/sh/kernel/cpu/sh4a/clock-sh7724.c | 10 +-
> arch/sh/kernel/cpu/sh4a/clock-sh7734.c | 12 +-
> arch/sh/kernel/cpu/sh4a/clock-sh7757.c | 4 +-
> arch/sh/kernel/cpu/sh4a/clock-sh7785.c | 8 +-
> arch/sh/kernel/cpu/sh4a/clock-sh7786.c | 16 +-
> arch/sh/kernel/cpu/sh4a/clock-shx3.c | 8 +-
> arch/sh/kernel/cpu/sh4a/setup-sh7343.c | 96 +-------
> arch/sh/kernel/cpu/sh4a/setup-sh7366.c | 96 +-------
> arch/sh/kernel/cpu/sh4a/setup-sh7722.c | 96 +-------
> arch/sh/kernel/cpu/sh4a/setup-sh7723.c | 172 ++-----------
> arch/sh/kernel/cpu/sh4a/setup-sh7724.c | 173 ++-----------
> arch/sh/kernel/cpu/sh4a/setup-sh7734.c | 235 ++----------------
> arch/sh/kernel/cpu/sh4a/setup-sh7757.c | 48 +---
> arch/sh/kernel/cpu/sh4a/setup-sh7763.c | 154 +-----------
> arch/sh/kernel/cpu/sh4a/setup-sh7770.c | 230 ++---------------
> arch/sh/kernel/cpu/sh4a/setup-sh7780.c | 154 +-----------
> arch/sh/kernel/cpu/sh4a/setup-sh7785.c | 154 +-----------
> arch/sh/kernel/cpu/sh4a/setup-sh7786.c | 299 ++---------------------
> arch/sh/kernel/cpu/sh4a/setup-shx3.c | 150 +-----------
> arch/sh/kernel/cpu/sh5/setup-sh5.c | 79 +-----
> 61 files changed, 554 insertions(+), 3797 deletions(-)
>
> --
> Regards,
>
> Laurent Pinchart
>
next prev parent reply other threads:[~2014-05-11 2:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-23 11:15 [PATCH v5 00/15] Renesas CMT, MTU2 and TMU platform cleanups Laurent Pinchart
2014-04-25 1:35 ` Simon Horman
2014-05-11 2:24 ` Simon Horman [this message]
2014-05-12 12:11 ` Geert Uytterhoeven
2014-05-12 12:30 ` Geert Uytterhoeven
2014-05-12 14:03 ` Laurent Pinchart
2014-05-12 17:00 ` Geert Uytterhoeven
2014-05-12 20:00 ` Laurent Pinchart
2014-05-12 20:43 ` Geert Uytterhoeven
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=20140511022420.GC31760@verge.net.au \
--to=horms@verge.net.au \
--cc=linux-sh@vger.kernel.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