Re: [PATCH v2 1/2] mfd: bd71828, bd71815 prepare for power-supply support
From: Matti Vaittinen
Date: Thu Aug 21 2025 - 01:47:26 EST
On 20/08/2025 23:21, Andreas Kemnade wrote:
From: Matti Vaittinen <mazziesaccount@xxxxxxxxx>
Add core support for ROHM BD718(15/28/78) PMIC's charger blocks.
Signed-off-by: Matti Vaittinen <matti.vaittinen@xxxxxxxxxxxxxxxxx>
Signed-off-by: Andreas Kemnade <andreas@xxxxxxxxxxxx>
It's a bit strange to ack something that I've originally written - but
this looks Ok to me ^_^; This commit does actually do a bit more than
commit message says. It renames some IRQ entries, and also fixes one of
those:
DEFINE_RES_IRQ_NAMED(BD71815_INT_VSYS_MON_RES, "bd71815-vsys-mon-res"),
- DEFINE_RES_IRQ_NAMED(BD71815_INT_VSYS_MON_RES, "bd71815-vsys-mon-det"),
+ DEFINE_RES_IRQ_NAMED(BD71815_INT_VSYS_MON_DET, "bd71815-vsys-mon-det")
(there was two 'BD71815_INT_VSYS_MON_RES')
but I don't really care because these IRQs have been unused before this
series. If someone else cares, and if you need to modify this - feel
free to either use the co-developed-by tag or just introduce this as
your own commit - (you're the one doing this work now and I am fine with
it). It's just super cool that my work with this has not been 100% futile ;)
Yours,
-- Matti