Re: [PATCH 2/3] Input: gpio-keys - allow setting wakeup interrupt trigger type in DT

2018-02-20 Thread Brian Norris
Hi, On Sun, Feb 18, 2018 at 05:34:53PM -0600, Rob Herring wrote: > On Fri, Feb 09, 2018 at 03:42:47PM -0800, Brian Norris wrote: > > On Fri, Feb 09, 2018 at 07:55:09PM +0800, Jeffy Chen wrote: > > > Allow specifying a different interrupt trigger type for wakeup when > > > using the gpio-keys input

Re: [PATCH 2/3] Input: gpio-keys - allow setting wakeup interrupt trigger type in DT

2018-02-18 Thread Rob Herring
On Fri, Feb 09, 2018 at 03:42:47PM -0800, Brian Norris wrote: > Hi Jeffy, > > On Fri, Feb 09, 2018 at 07:55:09PM +0800, Jeffy Chen wrote: > > Allow specifying a different interrupt trigger type for wakeup when > > using the gpio-keys input device as a wakeup source. > > > > Signed-off-by: Jeffy C

Re: [PATCH 2/3] Input: gpio-keys - allow setting wakeup interrupt trigger type in DT

2018-02-09 Thread JeffyChen
Hi Brian, Thanks for your reply. On 02/10/2018 07:42 AM, Brian Norris wrote: Hi Jeffy, On Fri, Feb 09, 2018 at 07:55:09PM +0800, Jeffy Chen wrote: Allow specifying a different interrupt trigger type for wakeup when using the gpio-keys input device as a wakeup source. Signed-off-by: Jeffy Che

Re: [PATCH 2/3] Input: gpio-keys - allow setting wakeup interrupt trigger type in DT

2018-02-09 Thread Brian Norris
Hi Jeffy, On Fri, Feb 09, 2018 at 07:55:09PM +0800, Jeffy Chen wrote: > Allow specifying a different interrupt trigger type for wakeup when > using the gpio-keys input device as a wakeup source. > > Signed-off-by: Jeffy Chen > --- > > Documentation/devicetree/bindings/input/gpio-keys.txt | 9 +

[PATCH 2/3] Input: gpio-keys - allow setting wakeup interrupt trigger type in DT

2018-02-09 Thread Jeffy Chen
Allow specifying a different interrupt trigger type for wakeup when using the gpio-keys input device as a wakeup source. Signed-off-by: Jeffy Chen --- Documentation/devicetree/bindings/input/gpio-keys.txt | 9 + 1 file changed, 9 insertions(+) diff --git a/Documentation/devicetree/bind