]> www.infradead.org Git - users/jedix/linux-maple.git/commit
input: keyboard: support i.MX95 BBM module
authorPeng Fan <peng.fan@nxp.com>
Fri, 23 Aug 2024 09:05:23 +0000 (17:05 +0800)
committerSudeep Holla <sudeep.holla@arm.com>
Wed, 28 Aug 2024 20:54:38 +0000 (21:54 +0100)
commitd17baf052cbbd793784bc0f4fc613459afa4b883
tree0b4bd7186e414082871cea61a95a6fafefd01718
parent0b4f8a68b292e7ee82107b1ce15c3aad31c864b1
input: keyboard: support i.MX95 BBM module

The BBM module provides BUTTON feature. To i.MX95, this module
is managed by System Manager and exported using System Management
Control Interface(SCMI). Linux could use i.MX SCMI BBM Extension
protocol to use BUTTON feature.

This driver is to use SCMI interface to enable pwrkey.

Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Message-Id: <20240823-imx95-bbm-misc-v2-v8-7-e600ed9e9271@nxp.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/input/keyboard/Kconfig
drivers/input/keyboard/Makefile
drivers/input/keyboard/imx-sm-bbm-key.c [new file with mode: 0644]