]> git.baikalelectronics.ru Git - kernel.git/commit
Input: Add IBM Operation Panel driver
authorEddie James <eajames@linux.ibm.com>
Fri, 12 Aug 2022 22:32:39 +0000 (15:32 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 17 Aug 2022 19:32:32 +0000 (12:32 -0700)
commit34c51d13f03e07b05063b7dd2292f743acee7ffa
tree5268c09a2dbafd23db9e3d83edc285db8015a30c
parent6528feaeda2bf1de7a21d77fb81de42605b226ec
Input: Add IBM Operation Panel driver

Add a driver to get the button events from the panel and provide
them to userspace with the input subsystem. The panel is
connected with I2C and controls the bus, so the driver registers
as an I2C slave device.

Signed-off-by: Eddie James <eajames@linux.ibm.com>
Reviewed-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com> # I2C slave parts
Link: https://lore.kernel.org/r/20220809204147.238132-3-eajames@linux.ibm.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
MAINTAINERS
drivers/input/misc/Kconfig
drivers/input/misc/Makefile
drivers/input/misc/ibm-panel.c [new file with mode: 0644]