[PATCH 0/6] Do some cleanups at the HiSilicon 6421 regulator

From: Mauro Carvalho Chehab
Date: Tue Aug 18 2020 - 10:59:58 EST


Hi Greg,

Patch 1 contains a Kconfig fixup, addressing the problem you noticed
when building those drivers;

Patches 2 to 4 addresses some issues at the device tree, pointed by
Rob's review.

Patch 5 adds the DT documentation. As requested, I moved those
also to the staging dir.

Patch 6 adds an entry at MAINTAINERS. I changed the ML to point
to the devel ML.

Thanks!
Mauro


Mauro Carvalho Chehab (6):
staging: hikey9xx: fix Kconfig dependency chain
staging: mfd: hi6421-spmi-pmic: get rid of interrupt properties
staging: spmi: hisi-spmi-controller: change compatible string
staging: mfd: hi6421-spmi-pmic: Simplify the compatible string
dt: document HiSilicon SPMI controller and mfd/regulator properties
MAINTAINERS: add an entry for HiSilicon 6421v600 drivers

MAINTAINERS | 6 +
drivers/staging/hikey9xx/Kconfig | 4 +-
drivers/staging/hikey9xx/hi6421-spmi-pmic.c | 82 +++------
.../staging/hikey9xx/hisi-spmi-controller.c | 3 +-
.../hikey9xx/hisilicon,hi6421-spmi-pmic.yaml | 159 ++++++++++++++++++
.../hisilicon,hisi-spmi-controller.yaml | 62 +++++++
include/linux/mfd/hi6421-spmi-pmic.h | 15 --
7 files changed, 253 insertions(+), 78 deletions(-)
create mode 100644 drivers/staging/hikey9xx/hisilicon,hi6421-spmi-pmic.yaml
create mode 100644 drivers/staging/hikey9xx/hisilicon,hisi-spmi-controller.yaml

--
2.26.2