From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932545Ab3E0Npe (ORCPT ); Mon, 27 May 2013 09:45:34 -0400 Received: from mail-ie0-f173.google.com ([209.85.223.173]:64858 "EHLO mail-ie0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932387Ab3E0Npc (ORCPT ); Mon, 27 May 2013 09:45:32 -0400 MIME-Version: 1.0 In-Reply-To: <20130503214629.741399680@linutronix.de> References: <20130503212258.385818955@linutronix.de> <20130503214629.741399680@linutronix.de> From: Grant Likely Date: Mon, 27 May 2013 14:45:11 +0100 X-Google-Sender-Auth: bDGECPB0_2HqY_fAsfzOBL0_RN4 Message-ID: Subject: Re: [RFC patch 6/8] genirq: Split out code in generic chip To: Thomas Gleixner Cc: LKML , Sebastian Hesselbarth , Russell King - ARM Linux , Rob Herring , Rob Landley , Arnd Bergmann , Jason Cooper , Andrew Lunn , Jason Gunthorpe , Thomas Petazzoni , Gregory Clement , Ezequiel Garcia , Maxime Ripard , Jean-Francois Moine , Gerlando Falauto , devicetree-discuss , "linux-doc@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, May 3, 2013 at 10:50 PM, Thomas Gleixner wrote: > Preparatory patch for linear interrupt domains. > > Signed-off-by: Thomas Gleixner The first 6 are pretty straight forward. On patches 1-6: Acked-by: Grant Likely I'm reading through 7 & 8 now. g.