From mboxrd@z Thu Jan 1 00:00:00 1970 From: Magnus Damm Date: Tue, 26 Feb 2013 11:58:34 +0000 Subject: [PATCH 00/05] irqchip: Renesas INTC External IRQ pin v2 update Message-Id: <20130226115834.5630.45471.sendpatchset@w520> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-kernel@vger.kernel.org Cc: kuninori.morimoto.gx@renesas.com, linux-sh@vger.kernel.org, benh@kernel.crashing.org, grant.likely@secretlab.ca, horms@verge.net.au, Magnus Damm , tglx@linutronix.de irqchip: Renesas INTC External IRQ pin v2 update [PATCH 01/05] irqchip: intc-irqpin: Whitespace fixes [PATCH 02/05] irqchip: intc-irqpin: Cache mapped IRQ [PATCH 03/05] irqchip: intc-irqpin: Add force comments [PATCH 04/05] irqchip: intc-irqpin: Make use of devm functions [PATCH 05/05] irqchip: intc-irqpin: GPL header for platform data These patches update the v1 of the INTC External IRQ pin driver in various ways based on feedback kindly received from: - Simon Horman - Kuninori Morimoto - Thomas Gleixner With the series applied I see the driver as "v2", but I prefer to keep these changes as incremental ones instead of redoing a single "v2" patch for the driver. The reason behind this is that there are on-going back porting efforts that are better dealt with using incremental patches. Signed-off-by: Magnus Damm --- Depends on: [PATCH] irqchip: Renesas INTC External IRQ pin driver drivers/irqchip/irq-renesas-intc-irqpin.c | 88 ++++++++--------- include/linux/platform_data/irq-renesas-intc-irqpin.h | 19 +++ 2 files changed, 62 insertions(+), 45 deletions(-)