From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 455E5DDF96 for ; Wed, 28 May 2008 01:08:01 +1000 (EST) Message-Id: <8E7E138E-E6D7-45FA-885F-380A82ECEC63@kernel.crashing.org> From: Kumar Gala To: Anton Vorontsov In-Reply-To: <20080523163900.GD16137@polina.dev.rtsoft.ru> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: [PATCH 4/7] [POWERPC] QE: implement support for the GPIO LIB API Date: Tue, 27 May 2008 10:04:20 -0500 References: <20080523163811.GA12181@polina.dev.rtsoft.ru> <20080523163900.GD16137@polina.dev.rtsoft.ru> Cc: Scott Wood , linuxppc-dev@ozlabs.org, Timur Tabi List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On May 23, 2008, at 11:39 AM, Anton Vorontsov wrote: > This is needed to access QE GPIOs via Linux GPIO API. > > Signed-off-by: Anton Vorontsov > Acked-By: Timur Tabi > --- > Documentation/powerpc/booting-without-of.txt | 27 +++++ > arch/powerpc/sysdev/qe_lib/Kconfig | 9 ++ > arch/powerpc/sysdev/qe_lib/Makefile | 1 + > arch/powerpc/sysdev/qe_lib/gpio.c | 148 +++++++++++++++++ > +++++++++ > include/asm-powerpc/qe.h | 2 + > 5 files changed, 187 insertions(+), 0 deletions(-) > create mode 100644 arch/powerpc/sysdev/qe_lib/gpio.c didn't we talk about putting this is drivers/gpio/ ? - k