From mboxrd@z Thu Jan 1 00:00:00 1970 From: festevam@gmail.com (Fabio Estevam) Date: Wed, 22 Jun 2011 16:44:35 -0300 Subject: [PATCH REPOST] pxa/hx4700: Add ASIC3 LED support In-Reply-To: References: Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jun 22, 2011 at 4:31 PM, Paul Parsons wrote: > Add LED support for the HTC ASIC3. Underlying support is provided by the mfd/asic3 and leds/leds-asic3 drivers. An example configuration is provided by the pxa/hx4700 platform. > > Signed-off-by: Paul Parsons > --- > > This part of the HTC ASIC3 LED driver patch set was seemingly dropped, hence repost. > > --- clean-3.0-rc4/arch/arm/mach-pxa/hx4700.c ? ?2011-06-21 04:25:46.000000000 +0100 > +++ linux-3.0-rc4/arch/arm/mach-pxa/hx4700.c ? ?2011-06-22 10:43:18.986382990 +0100 > @@ -280,6 +280,21 @@ static u16 asic3_gpio_config[] = { > ? ? ? ?ASIC3_GPIOD15_nPIOW, > ?}; > > +static struct asic3_led asic3_leds[ASIC3_NUM_LEDS] = { > + ? ? ? [0] = { > + ? ? ? ? ? ? ? .name = "hx4700:amber", > + ? ? ? ? ? ? ? .default_trigger = "ds2760-battery.0-charging-blink-full-solid", > + ? ? ? }, > + ? ? ? [1] = { > + ? ? ? ? ? ? ? .name = "hx4700:green", > + ? ? ? ? ? ? ? .default_trigger = "unused", > + ? ? ? }, > + ? ? ? [2] = { > + ? ? ? ? ? ? ? .name = "hx4700:blue", > + ? ? ? ? ? ? ? .default_trigger = "hx4700-radio", > + ? ? ? }, > +}; Can't you use the generic LED driver instead? See an example here: http://git.pengutronix.de/?p=imx/linux-2.6.git;a=commitdiff;h=cf1738dad02f22781ae1f08414634086fc613d81 Regards, Fabio Estevam