diff options
author | Eddie James <eajames@linux.ibm.com> | 2022-08-13 00:32:39 +0200 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2022-08-17 21:32:32 +0200 |
commit | 2e6f34faa7e0158b8eb432b44082bac23c63f8bf (patch) | |
tree | 5268c09a2dbafd23db9e3d83edc285db8015a30c /MAINTAINERS | |
parent | dt-bindings: input: Add documentation for IBM Operation Panel (diff) | |
download | linux-2e6f34faa7e0158b8eb432b44082bac23c63f8bf.tar.xz linux-2e6f34faa7e0158b8eb432b44082bac23c63f8bf.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 084a8728953a..711bcd4f6269 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9648,6 +9648,7 @@ M: Eddie James <eajames@linux.ibm.com> L: linux-input@vger.kernel.org S: Maintained F: Documentation/devicetree/bindings/input/ibm,op-panel.yaml +F: drivers/input/misc/ibm-panel.c IBM Power 842 compression accelerator M: Haren Myneni <haren@us.ibm.com> |