Re: [PATCH v3 07/15] mfd: Support for ROHM BD71815 PMIC core
From: Lee Jones <hidden>
Date: 2021-03-10 10:41:52
Also in:
linux-clk, linux-gpio, linux-rtc, lkml
From: Lee Jones <hidden>
Date: 2021-03-10 10:41:52
Also in:
linux-clk, linux-gpio, linux-rtc, lkml
On Mon, 08 Mar 2021, Matti Vaittinen wrote:
Add core support for ROHM BD71815 Power Management IC. The IC integrates regulators, a battery charger with a coulomb counter, a real-time clock (RTC), clock gate and general-purpose outputs (GPO). Signed-off-by: Matti Vaittinen <redacted> --- Changes since v2: - styling / clean-ups suggested by Lee - corrected clk-mode dt property values to match changed bindings drivers/mfd/Kconfig | 15 +- drivers/mfd/rohm-bd71828.c | 486 +++++++++++++++++++------- include/linux/mfd/rohm-bd71815.h | 563 +++++++++++++++++++++++++++++++ include/linux/mfd/rohm-bd71828.h | 3 + 4 files changed, 934 insertions(+), 133 deletions(-) create mode 100644 include/linux/mfd/rohm-bd71815.h
[...]
diff --git a/include/linux/mfd/rohm-bd71815.h b/include/linux/mfd/rohm-bd71815.h new file mode 100644 index 000000000000..9927aadac234 --- /dev/null +++ b/include/linux/mfd/rohm-bd71815.h@@ -0,0 +1,563 @@ +/* SPDX-License-Identifier: GPL-2.0-or-later */ +/* + *
Nit: If you rework this for any reason, please remove this line. For my own reference (apply this as-is to your sign-off block): Acked-for-MFD-by: Lee Jones [off-list ref] -- Lee Jones [李琼斯] Senior Technical Lead - Developer Services Linaro.org │ Open source software for Arm SoCs Follow Linaro: Facebook | Twitter | Blog