SUPERH platform development
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH 00/03] ARM: shmobile: Use Renesas INTC External IRQ pin driver
Date: Tue, 26 Feb 2013 02:55:10 +0000	[thread overview]
Message-ID: <20130226030049.9682.31129.sendpatchset@w520> (raw)

ARM: shmobile: Use Renesas INTC External IRQ pin driver

[PATCH 01/03] ARM: shmobile: irq_pin() for static IRQ pin assignment
[PATCH 02/03] ARM: shmobile: INTC External IRQ pin driver on sh73a0
[PATCH 03/03] ARM: shmobile: INTC External IRQ pin driver on r8a7779

These patches make use of the INTC External IRQ pin driver
on the sh73a0 and r8a7779 SoC. They have been tested with
the first version of the INTC External IRQ pin driver, but
will most likely be forward compatible.

Judging by the diffstat below this patch set goes against the
recent trend and adds lines instead of deleting them. The reason
for this is that with this patch series the r8a7779 SoC gets
a feature update to make use of external IRQ pins IRQ0->IRQ3.

Signed-off-by: Magnus Damm <damm@opensource.se>
---

 Depends on:
 [PATCH] irqchip: Renesas INTC External IRQ pin driver

 arch/arm/mach-shmobile/Kconfig               |    2 
 arch/arm/mach-shmobile/board-kzm9g.c         |   14 +-
 arch/arm/mach-shmobile/board-marzen.c        |    3 
 arch/arm/mach-shmobile/include/mach/common.h |    1 
 arch/arm/mach-shmobile/include/mach/irqs.h   |    4 
 arch/arm/mach-shmobile/intc-r8a7779.c        |   53 ++++++++++
 arch/arm/mach-shmobile/intc-sh73a0.c         |  117 ------------------------
 arch/arm/mach-shmobile/setup-sh73a0.c        |  126 ++++++++++++++++++++++++++
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c          |    6 -
 9 files changed, 197 insertions(+), 129 deletions(-)

             reply	other threads:[~2013-02-26  2:55 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-26  2:55 Magnus Damm [this message]
2013-02-26 12:12 ` [PATCH 00/03] ARM: shmobile: Use Renesas INTC External IRQ pin driver Simon Horman

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=20130226030049.9682.31129.sendpatchset@w520 \
    --to=magnus.damm@gmail.com \
    --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