Hello, On Thursday, May 30, 2019 12:00:27 PM CEST Petr Štetiar wrote: > Christian Lamparter <[email protected]> [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 debounce. > > [...] > > I've just checked this on ath79 (archer-c7-v5) and on ramips/mt7620 > (bdcom,wap2100-sk) with WPS buttons. > > Acked-by: Petr Štetiar <[email protected]>
Can you tell me what you tested? Was it the software debounce? Because this should be the only bit that will affect the ath79 platform I think (since it already has support for interrupts through the gpio controller). From what I can tell, ramips should use gpio-keys-polled exclusivly for now. This is because the rt2880-pinmux driver doesn't implement and irq support (though some of the chips should support it). all gpio-keys-polled should work as before. Cheers, Christian _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
