From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756770Ab3CFKB1 (ORCPT ); Wed, 6 Mar 2013 05:01:27 -0500 Received: from www.linutronix.de ([62.245.132.108]:42017 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752942Ab3CFKBW (ORCPT ); Wed, 6 Mar 2013 05:01:22 -0500 Date: Wed, 6 Mar 2013 11:01:14 +0100 (CET) From: Thomas Gleixner To: Simon Horman cc: Magnus Damm , linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org, benh@kernel.crashing.org, grant.likely@secretlab.ca Subject: Re: [PATCH] irqchip: Renesas INTC External IRQ pin driver In-Reply-To: <20130306042304.GA2896@verge.net.au> Message-ID: References: <20130218142834.28739.39417.sendpatchset@w520> <20130306042304.GA2896@verge.net.au> User-Agent: Alpine 2.02 (LFD 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 6 Mar 2013, Simon Horman wrote: > On Mon, Feb 18, 2013 at 11:28:34PM +0900, Magnus Damm wrote: > > The SoCs using this driver are currently mainly used > > together with regular platform devices so this driver > > allows configuration via platform data to support things > > like static interrupt base address. DT support will > > be added incrementally in the not so distant future. > > Hi Thomas, > > I'm wondering how you would like to handle merging this driver. > I can think of three options but I'm sure there are others. > > * You can take the patches (there is a follow-up series) yourself. > * I can prepare a pull request for you > * I can prepare a pull request for arm-soc with the shmobile patches that > enable the driver on the r8a7779 and sh73a0. > > The last option is possibly the easiest. Correct. > But in that case I'd appreciate an Ack from you on this patch. You want to pick the V2 series, which already has my blessing: https://lkml.org/lkml/2013/2/26/305 For merging it through arm-soc you have my ack now :) Thanks, tglx