mfd: Add driver for Embedded Controller found on Acer Iconia Tab A500
authorDmitry Osipenko <digetx@gmail.com>
Mon, 28 Dec 2020 16:05:46 +0000 (19:05 +0300)
committerLee Jones <lee.jones@linaro.org>
Mon, 8 Feb 2021 13:54:22 +0000 (13:54 +0000)
commit92eba6802c2b1ffb30f1454e9d99ef980b94bbbf
tree2fcf64be1babcc10afb5f154c561794536212b99
parent0eee3048202acb7f109face069c840146dfa2245
mfd: Add driver for Embedded Controller found on Acer Iconia Tab A500

Acer Iconia Tab A500 is an Android tablet device, it has ENE KB930
Embedded Controller which provides battery-gauge, LED, GPIO and some
other functions. The EC uses firmware that is specifically customized
for Acer A500. This patch adds MFD driver for the Embedded Controller
which allows to power-off / reboot the A500 device, it also provides
a common register read/write API that will be used by the sub-devices.

Signed-off-by: Dmitry Osipenko <digetx@gmail.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
drivers/mfd/Makefile
drivers/mfd/acer-ec-a500.c [new file with mode: 0644]