commit | b23fea114d8f1be21a0fd4635825fbc62c213957 | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Mon Oct 14 16:08:22 2024 +0100 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Thu Oct 17 09:43:25 2024 +0200 |
tree | 4e8ded09f60c00348a9503dfd05bf18ea44c7605 | |
parent | ca3dc019b78bb6557aea915ed0a50d2f67f8c068 [diff] |
input: gpio_keys: add a no-disconnect property Add a no-disconnect property that skips the call to disconnect the pin during suspend, this is useful as not all gpio controllers supports pin disconnection, and right now using the gpio-keys driver on one of those results in a failed initialization if PM runtime is enabled. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>