]> 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)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 17 Apr 2024 18:28:41 +0000 (20:28 +0200)
commitced3ac8b529f1b5c9df20c3fb6e9ad5113a2eb96
treead80dacc72af425f2191e4f61f10aca4bb5dbc84
parent9d0aea5e1e10e3cc8851208a63e6ec3caf48b279
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