From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753225AbYJVAgc (ORCPT ); Tue, 21 Oct 2008 20:36:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751651AbYJVAgY (ORCPT ); Tue, 21 Oct 2008 20:36:24 -0400 Received: from gate.crashing.org ([63.228.1.57]:53920 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751240AbYJVAgX (ORCPT ); Tue, 21 Oct 2008 20:36:23 -0400 Subject: Re: [PATCH 4/7] gpiolib: implement dev_gpiochip_{add,remove} calls From: Benjamin Herrenschmidt Reply-To: benh@kernel.crashing.org To: avorontsov@ru.mvista.com Cc: David Brownell , David Brownell , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, i2c@lm-sensors.org, Jean Delvare , David Miller In-Reply-To: <20081020154835.GA3234@oksana.dev.rtsoft.ru> References: <20081016171222.GA24812@oksana.dev.rtsoft.ru> <200810171324.42650.david-b@pacbell.net> <20081017212942.GA1919@oksana.dev.rtsoft.ru> <200810200029.58312.david-b@pacbell.net> <20081020154835.GA3234@oksana.dev.rtsoft.ru> Content-Type: text/plain Date: Wed, 22 Oct 2008 11:29:20 +1100 Message-Id: <1224635360.7654.294.camel@pasglop> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > But it doesn't work as a module (i.e. OF-specific bits should be > always in-kernel). Why not ? Ben.