]> git.dujemihanovic.xyz Git - linux.git/commit
input: add onkey driver for Marvell 88PM886 PMIC
authorKarel Balej <balejk@matfyz.cz>
Sun, 17 Dec 2023 12:00:53 +0000 (13:00 +0100)
committerKarel Balej <balejk@matfyz.cz>
Wed, 27 Mar 2024 21:54:44 +0000 (22:54 +0100)
commit9153f2db2b0750c3509fd941ac319abab9d09f7c
tree29ef8309dcb9f79e6b13ed2f281622e23ab97325
parent64cc6abef9ecbf280a5a4d791eb127501793a655
input: add onkey driver for Marvell 88PM886 PMIC

Marvell 88PM886 PMIC provides onkey among other things. Add client
driver to handle it. The driver currently only provides a basic support
omitting additional functions found in the vendor version, such as long
onkey and GPIO integration.

Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Karel Balej <balejk@matfyz.cz>
drivers/input/misc/88pm886-onkey.c [new file with mode: 0644]
drivers/input/misc/Kconfig
drivers/input/misc/Makefile