commit | 2815f964404a32200e5dbc517e3a1c5822b7b9ae | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Tue Jan 31 15:58:22 2023 +0000 |
committer | Christopher Friedt <chrisfriedt@gmail.com> | Tue Mar 14 17:15:09 2023 -0400 |
tree | b86761c5eedbe2e25c9a9b58511d2203dcd24906 | |
parent | 29ac5d43817a8f384d76485d5be8c36969b92442 [diff] |
drivers: move gpio_keys from gpio to input Port the gpio_keys_zephyr driver from the gpio subsystem with a dedicated API to the input subsystem reporting input events. Move the test as well, simplify the cases a bit since the API is simpler now. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>