input: misc: Add support for MAX7360 rotary
authorMathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Sun, 24 Aug 2025 11:57:28 +0000 (13:57 +0200)
committerLee Jones <lee@kernel.org>
Tue, 16 Sep 2025 14:24:48 +0000 (15:24 +0100)
commit229c15e9a69cb3d6a303a9e20b10fb991b66895d
treed53b1eb53fe3e9171dabe977e37db54d19b98be0
parentfa6a23f1c59c67de9160b4acc5a8651ad2106fa8
input: misc: Add support for MAX7360 rotary

Add driver for Maxim Integrated MAX7360 rotary encoder controller,
supporting a single rotary switch.

Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Link: https://lore.kernel.org/r/20250824-mdb-max7360-support-v14-9-435cfda2b1ea@bootlin.com
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/max7360-rotary.c [new file with mode: 0644]