[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ca0845d5-baf7-41ab-8f4b-ff2ae731c1f1@gmail.com>
Date: Thu, 21 Aug 2025 08:45:30 +0300
From: Matti Vaittinen <mazziesaccount@...il.com>
To: Andreas Kemnade <andreas@...nade.info>, Lee Jones <lee@...nel.org>,
Sebastian Reichel <sre@...nel.org>
Cc: linux-kernel@...r.kernel.org, linux-pm@...r.kernel.org,
Krzysztof Kozlowski <krzk@...nel.org>
Subject: Re: [PATCH v2 1/2] mfd: bd71828, bd71815 prepare for power-supply
support
On 20/08/2025 23:21, Andreas Kemnade wrote:
> From: Matti Vaittinen <mazziesaccount@...il.com>
>
> Add core support for ROHM BD718(15/28/78) PMIC's charger blocks.
>
> Signed-off-by: Matti Vaittinen <matti.vaittinen@...rohmeurope.com>
> Signed-off-by: Andreas Kemnade <andreas@...nade.info>
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
Powered by blists - more mailing lists