Re: [PATCH v1 1/2] leds: leds-gpio: add retain-state-suspended property

2014-02-06 Thread Bryan Wu
On Mon, Jan 20, 2014 at 3:41 AM, Robin Gong b38...@freescale.com wrote: Some gpio-leds need retain the state even in suspend, such as charger led. But this property missed in devicetree, add it. Good catch, I just fold these 2 patches into one patch and applied. Thanks, -Bryan

[PATCH v1 1/2] leds: leds-gpio: add retain-state-suspended property

2014-01-20 Thread Robin Gong
Some gpio-leds need retain the state even in suspend, such as charger led. But this property missed in devicetree, add it. Signed-off-by: Robin Gong b38...@freescale.com --- drivers/leds/leds-gpio.c |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git