Re: [PATCH v2 2/3] devicetree: leds: Introduce "panic-indicator" optional property

2016-04-14 Thread Robin Murphy
Hi Ezequiel, On 13/04/16 19:08, Ezequiel Garcia wrote: It's desirable to specify which LEDs are to be blinked on a kernel panic. Therefore, introduce a devicetree boolean property to mark which LEDs should be treated this way, if possible. Signed-off-by: Ezequiel Garcia

Re: [PATCH v2 2/3] devicetree: leds: Introduce "panic-indicator" optional property

2016-04-14 Thread Robin Murphy
Hi Ezequiel, On 13/04/16 19:08, Ezequiel Garcia wrote: It's desirable to specify which LEDs are to be blinked on a kernel panic. Therefore, introduce a devicetree boolean property to mark which LEDs should be treated this way, if possible. Signed-off-by: Ezequiel Garcia ---

Re: [PATCH v2 2/3] devicetree: leds: Introduce "panic-indicator" optional property

2016-04-14 Thread Rob Herring
On Wed, Apr 13, 2016 at 03:08:18PM -0300, Ezequiel Garcia wrote: > It's desirable to specify which LEDs are to be blinked on a kernel > panic. Therefore, introduce a devicetree boolean property to mark > which LEDs should be treated this way, if possible. > > Signed-off-by: Ezequiel Garcia

Re: [PATCH v2 2/3] devicetree: leds: Introduce "panic-indicator" optional property

2016-04-14 Thread Rob Herring
On Wed, Apr 13, 2016 at 03:08:18PM -0300, Ezequiel Garcia wrote: > It's desirable to specify which LEDs are to be blinked on a kernel > panic. Therefore, introduce a devicetree boolean property to mark > which LEDs should be treated this way, if possible. > > Signed-off-by: Ezequiel Garcia > ---

[PATCH v2 2/3] devicetree: leds: Introduce "panic-indicator" optional property

2016-04-13 Thread Ezequiel Garcia
It's desirable to specify which LEDs are to be blinked on a kernel panic. Therefore, introduce a devicetree boolean property to mark which LEDs should be treated this way, if possible. Signed-off-by: Ezequiel Garcia ---

[PATCH v2 2/3] devicetree: leds: Introduce "panic-indicator" optional property

2016-04-13 Thread Ezequiel Garcia
It's desirable to specify which LEDs are to be blinked on a kernel panic. Therefore, introduce a devicetree boolean property to mark which LEDs should be treated this way, if possible. Signed-off-by: Ezequiel Garcia --- Documentation/devicetree/bindings/leds/common.txt | 3 +++ 1 file changed,