Re: [PATCH] mfd: vexpress: Add pseudo-GPIO based LEDs

2013-02-03 Thread Samuel Ortiz
Hi Pawel, On Wed, Jan 30, 2013 at 10:33:16AM +, Pawel Moll wrote: > The LEDs on the Versatile Express motherboard are controlled > through simple memory-mapped register. This patch extends > the pseudo-GPIO controller definition for these lines and > creates generic "leds-gpio" device using th

Re: [PATCH] mfd: vexpress: Add pseudo-GPIO based LEDs

2013-01-30 Thread Pawel Moll
On Wed, 2013-01-30 at 15:49 +, Samuel Ortiz wrote: > On Wed, Jan 30, 2013 at 10:33:16AM +, Pawel Moll wrote: > > The LEDs on the Versatile Express motherboard are controlled > > through simple memory-mapped register. This patch extends > > the pseudo-GPIO controller definition for these lin

Re: [PATCH] mfd: vexpress: Add pseudo-GPIO based LEDs

2013-01-30 Thread Samuel Ortiz
Hi Pawel, On Wed, Jan 30, 2013 at 10:33:16AM +, Pawel Moll wrote: > The LEDs on the Versatile Express motherboard are controlled > through simple memory-mapped register. This patch extends > the pseudo-GPIO controller definition for these lines and > creates generic "leds-gpio" device using th

[PATCH] mfd: vexpress: Add pseudo-GPIO based LEDs

2013-01-30 Thread Pawel Moll
The LEDs on the Versatile Express motherboard are controlled through simple memory-mapped register. This patch extends the pseudo-GPIO controller definition for these lines and creates generic "leds-gpio" device using them Signed-off-by: Pawel Moll --- Hello Samuel, Would you be so kind to take