[RFC 0/3] Add RK818 PMIC support
From: Wadim Egorov
Date: Fri Apr 08 2016 - 05:58:56 EST
Hello,
this patch adds support for rockchip's RK818 PMIC.
I am not sure if I have to rename all filenames and all relevant variable names
after adding a second supported device to the RK808 driver, e.g:
mfd/rk8xx.c
regulator/rk8xx-regulator.c
clk/clk-rk8xx.c
Regards,
Wadim
Wadim Egorov (3):
mfd: RK808: Add RK818 support
regulator: rk808: Add support for rk818
mfd: dt-bindings: Add RK818 device tree bindings document
Documentation/devicetree/bindings/mfd/rk808.txt | 37 ++-
drivers/mfd/Kconfig | 6 +-
drivers/mfd/rk808.c | 279 +++++++++++++++----
drivers/regulator/rk808-regulator.c | 343 ++++++++++++++++++++++--
include/linux/mfd/rk808.h | 182 ++++++++++++-
5 files changed, 761 insertions(+), 86 deletions(-)
--
1.9.1