apm821xx: fix bogus key-presses on boot
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 15 Jun 2019 17:13:30 +0000 (19:13 +0200)
committerJo-Philipp Wich <jo@mein.io>
Wed, 4 Sep 2019 11:16:44 +0000 (13:16 +0200)
commit40379b0ec64d8ff17b4d34f261224fb72ceac9db
treef88bc8c6bc85e2141272e2a367c51dd2c0769d5f
parentf79e6e01bd78b84316418f9981d7d1b6c3900e8c
apm821xx: fix bogus key-presses on boot

"There are often transient line events when
the system is powered up and initialized and it
is often necessary for the gpio_chip driver to
clear any interrupt flags in hardware before
setting up the gpio chip, especially the
irqchip portions of it."
<http://lists.infradead.org/pipermail/openwrt-devel/2019-June/017630.html>

This patch adds a fix for the APM821XX's interrupt
controller to clear any bogus pending toggled
interrupts that happens on various APM821XX boards
on boot.

The patch also changes the debouce-interval from the
default 5ms debounce interval to 60ms all around.
The default setting caused on occasions that the button
state became stuck in a pressed state, even though the
button was released.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
(backported from commit 971f31bedcad0a954a4a4e79140346cc896d352e)
target/linux/apm821xx/patches-4.14/100-powerpc-4xx-uic-clear-pending-interrupt-after-irq-ty.patch [new file with mode: 0644]