Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932857AbYCEX0b (ORCPT ); Wed, 5 Mar 2008 18:26:31 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1765085AbYCEXZr (ORCPT ); Wed, 5 Mar 2008 18:25:47 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:60924 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764576AbYCEXZq (ORCPT ); Wed, 5 Mar 2008 18:25:46 -0500 Date: Wed, 5 Mar 2008 15:24:50 -0800 From: Andrew Morton To: Anton Vorontsov Cc: dbrownell@users.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] gpiolib: implement dynamic base allocation Message-Id: <20080305152450.167c9e8c.akpm@linux-foundation.org> In-Reply-To: <20080304170307.GA29979@localhost.localdomain> References: <20080304170307.GA29979@localhost.localdomain> X-Mailer: Sylpheed version 2.2.4 (GTK+ 2.8.20; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 864 Lines: 23 On Tue, 4 Mar 2008 20:03:07 +0300 Anton Vorontsov wrote: > If gpio_chip->base is negative during registration, gpiolib requests > dynamic base allocation. This is useful for devices being registered > at run-time (in contrast to platform devices). > > Signed-off-by: Anton Vorontsov > --- > drivers/gpio/gpiolib.c | 42 ++++++++++++++++++++++++++++++++++++------ > 1 files changed, 36 insertions(+), 6 deletions(-) > This conflicts in non-trivial ways with gpio-define-gpio_is_valid.patch. Could you please redo and retest against 2.6.25-rc3-mm1? Thanks. -- 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/