OSDN Git Service

mfd: ene-kb3930: Add driver for ENE KB3930 Embedded Controller
authorLubomir Rintel <lkundrak@v3.sk>
Thu, 9 Jul 2020 23:12:28 +0000 (01:12 +0200)
committerLee Jones <lee.jones@linaro.org>
Wed, 30 Sep 2020 15:24:54 +0000 (16:24 +0100)
commitede6b2d1dfc0d6a7b0b3161a2e911d464e28e0ad
treefcb5b7640bfff88c4112a40ffe15b39033d37495
parentffa9cda9e62fe0afb5e7899985d615bdb36a2a03
mfd: ene-kb3930: Add driver for ENE KB3930 Embedded Controller

This driver provides access to the EC RAM of said embedded controller
attached to the I2C bus as well as optionally supporting its slightly weird
power-off/restart protocol.

A particular implementation of the EC firmware can be identified by a
model byte. If this driver identifies the Dell Ariel platform, it
registers the appropriate cells.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/ene-kb3930.c [new file with mode: 0644]