Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754933Ab1CQTLi (ORCPT ); Thu, 17 Mar 2011 15:11:38 -0400 Received: from mail-pz0-f46.google.com ([209.85.210.46]:60058 "EHLO mail-pz0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751369Ab1CQTLf (ORCPT ); Thu, 17 Mar 2011 15:11:35 -0400 Date: Thu, 17 Mar 2011 13:11:32 -0600 From: Grant Likely To: Linus Walleij Cc: Bibek BASU , linux-kernel@vger.kernel.org Subject: Re: [PATCH] AB8500 GPIO : Driver for 42 AB8500 GPIO pins Message-ID: <20110317191132.GA12824@angua.secretlab.ca> References: <1297827283-22860-1-git-send-email-bibek.basu@stericsson.com> <1297827283-22860-2-git-send-email-bibek.basu@stericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit 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 Content-Length: 1494 Lines: 35 On Tue, Mar 15, 2011 at 03:51:09PM +0100, Linus Walleij wrote: > On Tue, Mar 15, 2011 at 3:33 PM, Grant Likely wrote: > > > Ping me *after* Russell's tree gets merged and I'll pick it up. ?I > > don't want to mess about with apply-order breakage. > > This driver does not depend on anything from Russells tree > or any other tree for that matter... It's a clean merge. CC drivers/gpio/ab8500-gpio.o /home/grant/hacking/linux-2.6/drivers/gpio/ab8500-gpio.c: In function 'ab8500_gpio_probe': /home/grant/hacking/linux-2.6/drivers/gpio/ab8500-gpio.c:432: error: 'MOP500_AB8500_VIR_GPIO_IRQ_BASE' undeclared (first use in this function) /home/grant/hacking/linux-2.6/drivers/gpio/ab8500-gpio.c:432: error: (Each undeclared identifier is reported only once /home/grant/hacking/linux-2.6/drivers/gpio/ab8500-gpio.c:432: error: for each function it appears in.) make[2]: *** [drivers/gpio/ab8500-gpio.o] Error 1 make[1]: *** [drivers/gpio/ab8500-gpio.o] Error 2 make: *** [sub-make] Error 2 and: $ git grep MOP500_AB8500_VIR_GPIO_IRQ_BASE origin $ Looks like I cannot merge this yet. BTW, why is this driver hardcoding the gpio irq base address instead of retrieving it from the platform data? g. -- 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/