commit | d8476170bf542f615d670d9098819101fa971d32 | [log] [tgz] |
---|---|---|
author | Fabio Baltieri <fabiobaltieri@google.com> | Mon Apr 29 10:48:46 2024 +0100 |
committer | Alberto Escolar <alberto.escolar.piedras@nordicsemi.no> | Wed May 08 12:03:15 2024 +0200 |
tree | 146059e3c65e3884dd6f5afa523c290138693c01 | |
parent | 2e36c898c9edf3fd708e2ae9815b033d4e8754a1 [diff] |
input: it8xxx2_kbd: mask out KSOL and KSOH1 register access KSOL and KSOH1 registers are used not only by the kbd driver, but potentially by other GPIOs attached to the keyboard scanning pins. Mask write access to those registers to ensure drivers don't step over each other. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>