Re: [OpenWrt-Devel] [PATCH 1/2] gpio-button-hotplug: support interrupt properties

2019-06-03 Thread Petr Štetiar
Petr Štetiar [2019-06-02 14:06:30]: Hi, > > > On Thursday, May 30, 2019 12:00:27 PM CEST Petr Štetiar wrote: > > > > > > > > I've just checked this on ath79 (archer-c7-v5) and on ramips/mt7620 > > > > (bdcom,wap2100-sk) with WPS buttons. > > > > > > > > Acked-by: Petr Štetiar > > > > > > Can

Re: [OpenWrt-Devel] [PATCH 1/2] gpio-button-hotplug: support interrupt properties

2019-06-02 Thread Petr Štetiar
Petr Štetiar [2019-05-30 17:30:18]: Hi, > > On Thursday, May 30, 2019 12:00:27 PM CEST Petr Štetiar wrote: > > > > > > I've just checked this on ath79 (archer-c7-v5) and on ramips/mt7620 > > > (bdcom,wap2100-sk) with WPS buttons. > > > > > > Acked-by: Petr Štetiar > > > > Can you tell me what

Re: [OpenWrt-Devel] [PATCH 1/2] gpio-button-hotplug: support interrupt properties

2019-05-31 Thread Rosen Penev
On Thu, May 30, 2019 at 8:09 AM Christian Lamparter wrote: > > Hello, > > On Thursday, May 30, 2019 12:00:27 PM CEST Petr Štetiar wrote: > > Christian Lamparter [2019-05-29 21:58:29]: > > > Upstream Linux's input gpio-keys driver supports > > > specifying a external interrupt for a gpio via the >

Re: [OpenWrt-Devel] [PATCH 1/2] gpio-button-hotplug: support interrupt properties

2019-05-30 Thread Petr Štetiar
Christian Lamparter [2019-05-30 17:09:08]: Hi, > On Thursday, May 30, 2019 12:00:27 PM CEST Petr Štetiar wrote: > > > > I've just checked this on ath79 (archer-c7-v5) and on ramips/mt7620 > > (bdcom,wap2100-sk) with WPS buttons. > > > > Acked-by: Petr Štetiar > > Can you tell me what you test

Re: [OpenWrt-Devel] [PATCH 1/2] gpio-button-hotplug: support interrupt properties

2019-05-30 Thread Christian Lamparter
Hello, On Thursday, May 30, 2019 12:00:27 PM CEST Petr Štetiar wrote: > Christian Lamparter [2019-05-29 21:58:29]: > > Upstream Linux's input gpio-keys driver supports > > specifying a external interrupt for a gpio via the > > 'interrupts' properties as well as having support > > for software deb

Re: [OpenWrt-Devel] [PATCH 1/2] gpio-button-hotplug: support interrupt properties

2019-05-30 Thread Petr Štetiar
Christian Lamparter [2019-05-29 21:58:29]: Hi, > Upstream Linux's input gpio-keys driver supports > specifying a external interrupt for a gpio via the > 'interrupts' properties as well as having support > for software debounce. [...] I've just checked this on ath79 (archer-c7-v5) and on ramips

[OpenWrt-Devel] [PATCH 1/2] gpio-button-hotplug: support interrupt properties

2019-05-29 Thread Christian Lamparter
Upstream Linux's input gpio-keys driver supports specifying a external interrupt for a gpio via the 'interrupts' properties as well as having support for software debounce. This patch ports these features to OpenWrt's event version. Only the "pure" interrupt-driven support is left behind, since th