Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757891Ab2K3LQT (ORCPT ); Fri, 30 Nov 2012 06:16:19 -0500 Received: from mga03.intel.com ([143.182.124.21]:46860 "EHLO mga03.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752738Ab2K3LQR (ORCPT ); Fri, 30 Nov 2012 06:16:17 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,191,1355126400"; d="scan'208";a="174383187" Date: Fri, 30 Nov 2012 12:16:14 +0100 From: Samuel Ortiz To: Philipp Zabel , Fabio Estevam Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] mfd: da9052-core: Fix interrupts reported to mfd child devices Message-ID: <20121130111614.GA1729@sortiz-mobl> References: <1354201468-9219-1-git-send-email-p.zabel@pengutronix.de> <20121130110438.GO3176@sortiz-mobl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20121130110438.GO3176@sortiz-mobl> 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 Content-Length: 1227 Lines: 33 Hi Philipp, On Fri, Nov 30, 2012 at 12:04:38PM +0100, Samuel Ortiz wrote: > Hi Philipp, > > On Thu, Nov 29, 2012 at 04:04:28PM +0100, Philipp Zabel wrote: > > The patch "mfd: da9052-core: Use regmap_irq_get_virq() and fix the probe" > > replaces the irq_base with the da9052_map_irq function but doesn't > > update the irq_base parameter to the mfd_add_devices call. > > This causes child devices to try and request IRQs with just the internal > > offset number. > > > > Signed-off-by: Philipp Zabel > > --- > > drivers/mfd/da9052-core.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, I'll take that back. It fails to build because on my for-next branch da9052_map_irq() is a da9052-irq.c static function. It was moved from core.c to irq.c with Fabio's patch "mfd: da9052: Introduce da9052-irq.c", commit 8bad1abd6303476d6f77878aa8ea737d5d1b625c. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/