| Submitter | Simon Horman |
|---|---|
| Date | Dec. 18, 2012, 12:46 a.m. |
| Message ID | <1355791573-20281-1-git-send-email-horms+renesas@verge.net.au> |
| Download | mbox |
| Permalink | /patch/207013/ |
| State | New |
| Headers | show
Return-Path: <linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org> X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:4978:20e::2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 30B132C008D for <incoming-imx@patchwork.ozlabs.org>; Tue, 18 Dec 2012 11:50:24 +1100 (EST) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TklKH-00034u-Ek; Tue, 18 Dec 2012 00:46:29 +0000 Received: from kirsty.vergenet.net ([202.4.237.240]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TklKA-000338-9o for linux-arm-kernel@lists.infradead.org; Tue, 18 Dec 2012 00:46:27 +0000 Received: from ayumi.akashicho.tokyo.vergenet.net (p4024-ipbfp1903kobeminato.hyogo.ocn.ne.jp [114.172.131.24]) by kirsty.vergenet.net (Postfix) with ESMTP id 00BB9266CEF; Tue, 18 Dec 2012 11:46:18 +1100 (EST) Received: by ayumi.akashicho.tokyo.vergenet.net (Postfix, from userid 7100) id 965DBEDE11D; Tue, 18 Dec 2012 09:46:17 +0900 (JST) From: Simon Horman <horms+renesas@verge.net.au> To: linux-sh@vger.kernel.org Subject: [RFC v8 00/9] ARM: shmobile: DT initialisation of INTC and GIC Date: Tue, 18 Dec 2012 09:46:04 +0900 Message-Id: <1355791573-20281-1-git-send-email-horms+renesas@verge.net.au> X-Mailer: git-send-email 1.7.10.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20121217_194622_938490_2C0E3FB9 X-CRM114-Status: GOOD ( 13.11 ) X-Spam-Score: -3.3 (---) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-3.3 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [202.4.237.240 listed in list.dnswl.org] -0.7 RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Cc: devicetree-discuss@lists.ozlabs.org, Magnus Damm <magnus.damm@gmail.com>, Bastian Hecht <hechtb@gmail.com>, Paul Mundt <lethal@linux-sh.org>, Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>, Guennadi Liakhovetski <g.liakhovetski@gmx.de>, linux-arm-kernel@lists.infradead.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org |
The aims of this series are: * Add DT bindings to to INTC * Allowing sh7372 and r8a7740 ARM shmobile SoCs to use DT to initialise INTCA Change since v7 * Squash the first and second patch of the series and rename there result "SH: intc: Add support OF for INTC" Changes v5 and v7 (v6 was not publicly released) * Drop support for sh73a0 SoC. To be useful this requires a fuller initialisation than jsut INCA. In particular, cascade IRQs that are shared between INTC and GIC need to be handled. * Drop board support This will be revisited on a per-board basis, ideally with filler INTC initialisation via DT in place * Drop GIC initialisation This will also be revisited on a per-board basis. * Remove unused INTC DT helper functions Status: I am reasonably happy with this series and plan to merge the shmobile portions. Paul, I forget if I asked you this before or not, but could you let me know if you would like to handle the intc patch, the first patch of the series, or if you are comfortable with it going through my tree. Git and diffstat information provided for review. ---------------------------------------------------------------------- The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37: Linux 3.7-rc1 (2012-10-14 14:41:04 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git devel/intc-of for you to fetch changes up to 9a68d0806201ff048e2919b35108645c15076300: ARM: shmobile: sh7372: Use DT initialisation of INTC (2012-12-18 09:35:43 +0900) ---------------------------------------------------------------- Nobuhiro Iwamatsu (8): SH: intc: Add support OF for INTC ARM: shmobile: Add support OF of INTC for r8a7740 ARM: shmobile: Add support OF of INTC for sh7372 ARM: shmobile: Add DT table of INTC for sh7372 ARM: shmobile: Add DT table of INTC for r8a7740 ARM: shmobile: Include DTSI of r8a7740 to armadillo800eva ARM: shmobile: r8a7740: Use DT initialisation of INTC ARM: shmobile: sh7372: Use DT initialisation of INTC Simon Horman (1): ARM: shmobile: sh7372: Do not initialise TMU when using DT Documentation/devicetree/bindings/sh/intc.txt | 152 +++++ arch/arm/boot/dts/r8a7740-armadillo800eva.dts | 2 +- arch/arm/boot/dts/r8a7740.dtsi | 743 ++++++++++++++++++++++- arch/arm/boot/dts/sh7372.dtsi | 784 +++++++++++++++++++++++++ arch/arm/mach-shmobile/include/mach/common.h | 2 + arch/arm/mach-shmobile/intc-r8a7740.c | 70 ++- arch/arm/mach-shmobile/intc-sh7372.c | 113 +++- arch/arm/mach-shmobile/setup-r8a7740.c | 2 +- arch/arm/mach-shmobile/setup-sh7372.c | 19 +- drivers/sh/intc/Makefile | 1 + drivers/sh/intc/core.c | 2 +- drivers/sh/intc/internals.h | 3 +- drivers/sh/intc/irqdomain.c | 6 +- drivers/sh/intc/of_intc.c | 571 ++++++++++++++++++ include/linux/sh_intc.h | 56 ++ 15 files changed, 2481 insertions(+), 45 deletions(-) create mode 100644 Documentation/devicetree/bindings/sh/intc.txt create mode 100644 drivers/sh/intc/of_intc.c