]> www.infradead.org Git - users/jedix/linux-maple.git/commit
input: Add onkey driver for Marvell 88PM886 PMIC
authorKarel Balej <balejk@matfyz.cz>
Fri, 31 May 2024 17:34:59 +0000 (19:34 +0200)
committerLee Jones <lee@kernel.org>
Fri, 28 Jun 2024 14:41:20 +0000 (15:41 +0100)
commit914089db309ccc590314b6c21df5a1f812e9ab0b
tree2c2cc9d04db8aaae18f773bb010b3ebe350f9d59
parent5d1a5144396e9570efea02d467df0a68fd28db6f
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.

Signed-off-by: Karel Balej <balejk@matfyz.cz>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Link: https://lore.kernel.org/r/20240531175109.15599-5-balejk@matfyz.cz
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/input/misc/88pm886-onkey.c [new file with mode: 0644]
drivers/input/misc/Kconfig
drivers/input/misc/Makefile