Re: [PATCH v2 2/3] Input: gpio-keys - allow setting wakeup event action in DT

2018-03-01 Thread Rob Herring
On Sat, Feb 10, 2018 at 07:09:06PM +0800, Jeffy Chen wrote: > Allow specifying event actions to trigger wakeup when using the > gpio-keys input device as a wakeup source. > > Signed-off-by: Jeffy Chen > --- > > Changes in v2: > Specify wakeup event action instead of irq trigger type as Brian > s

[PATCH v2 2/3] Input: gpio-keys - allow setting wakeup event action in DT

2018-02-10 Thread Jeffy Chen
Allow specifying event actions to trigger wakeup when using the gpio-keys input device as a wakeup source. Signed-off-by: Jeffy Chen --- Changes in v2: Specify wakeup event action instead of irq trigger type as Brian suggested. Documentation/devicetree/bindings/input/gpio-keys.txt | 8