Re: [PATCH 2/8] mfd: stpmu1: add stpmu1 pmic driver
From: Rob Herring <robh@kernel.org>
Date: 2018-07-16 22:16:02
Also in:
linux-devicetree, linux-watchdog, lkml
From: Rob Herring <robh@kernel.org>
Date: 2018-07-16 22:16:02
Also in:
linux-devicetree, linux-watchdog, lkml
On Thu, Jul 05, 2018 at 03:14:22PM +0000, Pascal PAILLET-LME wrote:
From: pascal paillet <redacted> stpmu1 is a pmic from STMicroelectronics. The stpmu1 integrates 10 regulators and 3 switches with various capabilities. Signed-off-by: pascal paillet <redacted> --- drivers/mfd/Kconfig | 14 ++ drivers/mfd/Makefile | 1 + drivers/mfd/stpmu1.c | 490 ++++++++++++++++++++++++++++++++++++ include/dt-bindings/mfd/st,stpmu1.h | 46 ++++
This belongs with patch 1.
include/linux/mfd/stpmu1.h | 220 ++++++++++++++++ 5 files changed, 771 insertions(+) create mode 100644 drivers/mfd/stpmu1.c create mode 100644 include/dt-bindings/mfd/st,stpmu1.h create mode 100644 include/linux/mfd/stpmu1.h