Re: [PATCH v4 4/5] regulator: tps65912: Add regulator driver for the TPS65912 PMIC
From: Grygorii Strashko <grygorii.strashko@ti.com>
Date: 2015-10-02 19:21:32
Also in:
lkml
From: Grygorii Strashko <grygorii.strashko@ti.com>
Date: 2015-10-02 19:21:32
Also in:
lkml
On 10/01/2015 03:37 PM, Andrew F. Davis wrote:
This patch adds support for TPS65912 PMIC regulators. The regulators set consists of 4 DCDCs and 10 LDOs. The output voltages are configurable and are meant to supply power to the main processor and other components. Signed-off-by: Andrew F. Davis <redacted> --- drivers/regulator/Kconfig | 6 ++ drivers/regulator/Makefile | 1 + drivers/regulator/tps65912-regulator.c | 171 +++++++++++++++++++++++++++++++++ 3 files changed, 178 insertions(+) create mode 100644 drivers/regulator/tps65912-regulator.c
Looks good for me: Reviewed-by: Grygorii Strashko <grygorii.strashko@ti.com> [...] -- regards, -grygorii