From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by ozlabs.org (Postfix) with ESMTP id A9E5BDDF42 for ; Thu, 27 Mar 2008 08:04:17 +1100 (EST) Received: by nf-out-0910.google.com with SMTP id g16so1957859nfd.9 for ; Wed, 26 Mar 2008 14:04:15 -0700 (PDT) Message-ID: <47EABA4B.1000105@genesi-usa.com> Date: Wed, 26 Mar 2008 21:04:11 +0000 From: Matt Sealey MIME-Version: 1.0 To: Grant Likely Subject: Re: [PATCH 3/5] leds: implement OpenFirmare GPIO LEDs driver References: <20080326202453.GC1772@localhost.localdomain> In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Sender: Matt Sealey Cc: linuxppc-dev@ozlabs.org, Richard Purdie List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Can someone throw me a link to the GPIO spec being implemented here (yes, I would like docs too!) or a pointer to the relevant DTS which implements it? Supporting GPIO in the device tree is something that has been undefined for ages, and I seem to not be able to find the supporting DTS patches for this implementation in patchwork..?? -- Matt Sealey Genesi, Manager, Developer Relations Grant Likely wrote: > On Wed, Mar 26, 2008 at 2:24 PM, Anton Vorontsov > wrote: >> Despite leds-gpio and leds-of-gpio similar names and purposes, there >> is actually very few code can be shared between the two (both drivers >> are mostly the driver bindings anyway). >> >> Signed-off-by: Anton Vorontsov > > Other than the fact that it needs some documentation of the binding in > booting-without-of.txt, it looks pretty good to me. > > g. > >