From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758351Ab3BZLwz (ORCPT ); Tue, 26 Feb 2013 06:52:55 -0500 Received: from mail-pa0-f45.google.com ([209.85.220.45]:41486 "EHLO mail-pa0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757745Ab3BZLwy (ORCPT ); Tue, 26 Feb 2013 06:52:54 -0500 From: Magnus Damm 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 Date: Tue, 26 Feb 2013 20:58:34 +0900 Message-Id: <20130226115834.5630.45471.sendpatchset@w520> Subject: [PATCH 00/05] irqchip: Renesas INTC External IRQ pin v2 update Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)