Re: [PATCH v2 05/10] mfd: Support for ROHM BD73800 PMIC core
Lee Jones <[email protected]>
| Newsgroups | dev.linux.lists.mfd,org.kernel.vger.linux-clk,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-gpio,org.kernel.vger.linux-kernel,org.kernel.vger.linux-rtc |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 04 Aug 2026, Matti Vaittinen wrote: > From: Matti Vaittinen <[email protected]> > > The BD73800 integrates regulators, ADC (intended for accumulating current / > voltage / power values), a real-time clock (RTC), clock gate and GPIOs. > > Add core support for ROHM BD73800 Power Management IC. > > Signed-off-by: Matti Vaittinen <[email protected]> > > --- > Revision history: > v1 => v2: > - styling > - update copyright years > --- > drivers/mfd/Kconfig | 15 +- > drivers/mfd/rohm-bd71828.c | 147 ++++++++++++++- > include/linux/mfd/rohm-bd73800.h | 307 +++++++++++++++++++++++++++++++ > include/linux/mfd/rohm-generic.h | 1 + > 4 files changed, 462 insertions(+), 8 deletions(-) > create mode 100644 include/linux/mfd/rohm-bd73800.h Looks okay to me now. Doesn't apply though, so will need a rebase. I'd plan to apply this after the next merge-window. -- Lee Jones