From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Grant Likely Subject: Re: [PATCH] gpio: stmpe: pass DT node to irqdomain To: Linus Walleij , linux-kernel@vger.kernel.org Cc: Anmar Oueja , Gabriel Fernandez , stable@vger.kernel.org, Linus Walleij In-Reply-To: <20130302092309.692CD3E17F8@localhost> References: <1362139302-23048-1-git-send-email-linus.walleij@stericsson.com> <20130302092309.692CD3E17F8@localhost> Date: Mon, 04 Mar 2013 10:23:54 +0800 Message-Id: <20130304022354.4540F3E14C0@localhost> Sender: linux-kernel-owner@vger.kernel.org List-ID: On Sat, 02 Mar 2013 09:23:09 +0000, Grant Likely wrote: > On Fri, 1 Mar 2013 13:01:42 +0100, Linus Walleij wrote: > > From: Gabriel Fernandez > > > > The irq domain was implemented but the device tree > > node was not transmitted to irq_domain_add_simple(). > > > > Cc: stable@vger.kernel.org > > Signed-off-by: Gabriel Fernandez > > Signed-off-by: Linus Walleij > > Applied, thanks. > > I've got a small branch of fixes that I need to send to Linus for v3.9, > and then I'll leave the rest of the bug fixes to you. This patch breaks for CONFIG_OF=n. I've dropped it and it will need to be reposted. g.