Re: [PATCH 4/8] regulator: stpmu1: add stpmu1 regulator driver

2018-07-05 Thread Mark Brown
On Thu, Jul 05, 2018 at 03:14:23PM +, Pascal PAILLET-LME wrote: > obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o > obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o > obj-$(CONFIG_REGULATOR_USERSPACE_CONSUMER) += userspace-consumer.o > +obj-$(CONFIG_PROTECTION_CONSUMER) += protection-

[PATCH 4/8] regulator: stpmu1: add stpmu1 regulator driver

2018-07-05 Thread Pascal PAILLET-LME
From: pascal paillet The stpmu1 PMIC embeds several regulators and witches with different capabilities. Signed-off-by: pascal paillet --- drivers/regulator/Kconfig| 12 + drivers/regulator/Makefile | 2 + drivers/regulator/stpmu1_regulator.c | 919 +