Re: [PATCH v2 1/2] leds-lp5523: add channel name in the platform data

2012-08-22 Thread Bryan Wu
On Wed, Aug 22, 2012 at 3:32 PM, Kim, Milo wrote: > The name of each led channel is configurable. > If the name is NULL, just use the channel id for making the channel name > OK, merged to my for-next branch. -Bryan > Signed-off-by: Milo(Woogyom) Kim > --- >

[PATCH v2 1/2] leds-lp5523: add channel name in the platform data

2012-08-22 Thread Kim, Milo
The name of each led channel is configurable. If the name is NULL, just use the channel id for making the channel name Signed-off-by: Milo(Woogyom) Kim --- Documentation/leds/leds-lp5523.txt | 21 ++--- drivers/leds/leds-lp5523.c | 10 +++---

[PATCH v2 1/2] leds-lp5523: add channel name in the platform data

2012-08-22 Thread Kim, Milo
The name of each led channel is configurable. If the name is NULL, just use the channel id for making the channel name Signed-off-by: Milo(Woogyom) Kim milo@ti.com --- Documentation/leds/leds-lp5523.txt | 21 ++--- drivers/leds/leds-lp5523.c | 10 +++---

Re: [PATCH v2 1/2] leds-lp5523: add channel name in the platform data

2012-08-22 Thread Bryan Wu
On Wed, Aug 22, 2012 at 3:32 PM, Kim, Milo milo@ti.com wrote: The name of each led channel is configurable. If the name is NULL, just use the channel id for making the channel name OK, merged to my for-next branch. -Bryan Signed-off-by: Milo(Woogyom) Kim milo@ti.com ---