From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752818Ab1LLL7z (ORCPT ); Mon, 12 Dec 2011 06:59:55 -0500 Received: from mail-bw0-f46.google.com ([209.85.214.46]:38408 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752159Ab1LLL7y (ORCPT ); Mon, 12 Dec 2011 06:59:54 -0500 Date: Mon, 12 Dec 2011 11:59:50 +0000 From: Jamie Iles To: Thomas Gleixner , Russell King - ARM Linux Cc: Rob Herring , Jamie Iles , linux-kernel@vger.kernel.org, Grant Likely Subject: Re: [PATCH] irqdomain: export irq_domain_simple_ops for !CONFIG_OF Message-ID: <20111212115950.GA7074@totoro> References: <1322734529-30018-1-git-send-email-jamie@jamieiles.com> <4ED79AD6.2000103@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 12, 2011 at 12:11:43PM +0100, Thomas Gleixner wrote: > On Thu, 1 Dec 2011, Rob Herring wrote: > > > On 12/01/2011 04:15 AM, Jamie Iles wrote: > > > irqdomain support is used in interrupt controller drivers that may not > > > have device tree support but only need the basic HW->Linux irq > > > translation. Rather than having each of these implement their own IRQ > > > domain, allow them to use the simple ops. > > > > > > Cc: Thomas Gleixner > > > Cc: Rob Herring > > > Cc: Grant Likely > > > Signed-off-by: Jamie Iles > > > --- > > > > Acked-by: Rob Herring > > Acked-by: Thomas Gleixner > > Grant, are you taking it or should I pull it via tip ? Is okay if I send this one to Russell? I need to patch the VIC driver to use this and I could send both to Russell at the same time and a couple of other ARM drivers that want to use it could use that as a base. Thanks, Jamie