commit | efd7bb08a762d4f6322054c6824bd942971ac563 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Oct 21 11:02:33 2019 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Mon Oct 28 21:01:46 2019 -0700 |
tree | bbdb0d23c2bd407b98485ef5816b06b750f9ea11 | |
parent | 95dc58a9a02f9267cc08199e059329463cfe938c [diff] |
Input: st1232 - do not reset the chip too early We should not be putting the chip into reset while interrupts are enabled and ISR may be running. Fix this by installing a custom devm action and powering off the device/resetting GPIO line from there. This ensures proper ordering. Tested-by: Matthias Fend <Matthias.Fend@wolfvision.net> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>