From: Magnus Damm <magnus.damm@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 01/04] ARM: shmobile: No need to use INTC header on r8a7779
Date: Tue, 09 Jul 2013 10:39:52 +0000 [thread overview]
Message-ID: <20130709103952.1891.92697.sendpatchset@w520> (raw)
In-Reply-To: <20130709103944.1891.67462.sendpatchset@w520>
From: Magnus Damm <damm@opensource.se>
Now when the intc-irqpin driver is used for external
IRQ pins on r8a7779 it possible to get rid of unused
INTC headers mach/intc.h and linux/sh_intc.h.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/intc-r8a7779.c | 1 -
arch/arm/mach-shmobile/setup-r8a7779.c | 1 -
2 files changed, 2 deletions(-)
--- 0001/arch/arm/mach-shmobile/intc-r8a7779.c
+++ work/arch/arm/mach-shmobile/intc-r8a7779.c 2013-07-09 18:42:08.000000000 +0900
@@ -27,7 +27,6 @@
#include <linux/platform_data/irq-renesas-intc-irqpin.h>
#include <linux/irqchip.h>
#include <mach/common.h>
-#include <mach/intc.h>
#include <mach/irqs.h>
#include <mach/r8a7779.h>
#include <asm/mach-types.h>
--- 0001/arch/arm/mach-shmobile/setup-r8a7779.c
+++ work/arch/arm/mach-shmobile/setup-r8a7779.c 2013-07-09 18:42:25.000000000 +0900
@@ -29,7 +29,6 @@
#include <linux/input.h>
#include <linux/io.h>
#include <linux/serial_sci.h>
-#include <linux/sh_intc.h>
#include <linux/sh_timer.h>
#include <linux/dma-mapping.h>
#include <linux/usb/otg.h>
WARNING: multiple messages have this Message-ID (diff)
From: magnus.damm@gmail.com (Magnus Damm)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 01/04] ARM: shmobile: No need to use INTC header on r8a7779
Date: Tue, 09 Jul 2013 19:39:52 +0900 [thread overview]
Message-ID: <20130709103952.1891.92697.sendpatchset@w520> (raw)
In-Reply-To: <20130709103944.1891.67462.sendpatchset@w520>
From: Magnus Damm <damm@opensource.se>
Now when the intc-irqpin driver is used for external
IRQ pins on r8a7779 it possible to get rid of unused
INTC headers mach/intc.h and linux/sh_intc.h.
Signed-off-by: Magnus Damm <damm@opensource.se>
---
arch/arm/mach-shmobile/intc-r8a7779.c | 1 -
arch/arm/mach-shmobile/setup-r8a7779.c | 1 -
2 files changed, 2 deletions(-)
--- 0001/arch/arm/mach-shmobile/intc-r8a7779.c
+++ work/arch/arm/mach-shmobile/intc-r8a7779.c 2013-07-09 18:42:08.000000000 +0900
@@ -27,7 +27,6 @@
#include <linux/platform_data/irq-renesas-intc-irqpin.h>
#include <linux/irqchip.h>
#include <mach/common.h>
-#include <mach/intc.h>
#include <mach/irqs.h>
#include <mach/r8a7779.h>
#include <asm/mach-types.h>
--- 0001/arch/arm/mach-shmobile/setup-r8a7779.c
+++ work/arch/arm/mach-shmobile/setup-r8a7779.c 2013-07-09 18:42:25.000000000 +0900
@@ -29,7 +29,6 @@
#include <linux/input.h>
#include <linux/io.h>
#include <linux/serial_sci.h>
-#include <linux/sh_intc.h>
#include <linux/sh_timer.h>
#include <linux/dma-mapping.h>
#include <linux/usb/otg.h>
next prev parent reply other threads:[~2013-07-09 10:39 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-09 10:39 [PATCH 00/04] ARM: shmobile: Random header and makefile cleanups Magnus Damm
2013-07-09 10:39 ` Magnus Damm
2013-07-09 10:39 ` Magnus Damm [this message]
2013-07-09 10:39 ` [PATCH 01/04] ARM: shmobile: No need to use INTC header on r8a7779 Magnus Damm
2013-07-10 1:12 ` Simon Horman
2013-07-10 1:12 ` Simon Horman
2013-07-09 10:40 ` [PATCH 02/04] ARM: shmobile: Use pm-rmobile on sh7372 and r8a7740 only Magnus Damm
2013-07-09 10:40 ` Magnus Damm
2013-07-10 1:13 ` Simon Horman
2013-07-10 1:13 ` Simon Horman
2013-07-09 10:40 ` [PATCH 03/04] ARM: shmobile: No need to use INTC demux on r8a7740 Magnus Damm
2013-07-09 10:40 ` Magnus Damm
2013-07-10 1:13 ` Simon Horman
2013-07-10 1:13 ` Simon Horman
2013-07-09 10:40 ` [PATCH 04/04] ARM: shmobile: Remove unused mach/dma.h Magnus Damm
2013-07-09 10:40 ` Magnus Damm
2013-07-10 1:14 ` Simon Horman
2013-07-10 1:14 ` 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=20130709103952.1891.92697.sendpatchset@w520 \
--to=magnus.damm@gmail.com \
--cc=linux-arm-kernel@lists.infradead.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.