From: Matti Vaittinen <mazziesaccount@gmail.com>
To: Andreas Kemnade <andreas@kemnade.info>,
Lee Jones <lee@kernel.org>, Sebastian Reichel <sre@kernel.org>
Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org,
Krzysztof Kozlowski <krzk@kernel.org>
Subject: Re: [PATCH v2 1/2] mfd: bd71828, bd71815 prepare for power-supply support
Date: Thu, 21 Aug 2025 08:45:30 +0300 [thread overview]
Message-ID: <ca0845d5-baf7-41ab-8f4b-ff2ae731c1f1@gmail.com> (raw)
In-Reply-To: <20250820-bd71828-charger-v2-1-32fc96027e92@kemnade.info>
On 20/08/2025 23:21, Andreas Kemnade wrote:
> From: Matti Vaittinen <mazziesaccount@gmail.com>
>
> Add core support for ROHM BD718(15/28/78) PMIC's charger blocks.
>
> Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
> Signed-off-by: Andreas Kemnade <andreas@kemnade.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
next prev parent reply other threads:[~2025-08-21 5:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-20 20:21 [PATCH v2 0/2] power: supply: add charger for BD71828 Andreas Kemnade
2025-08-20 20:21 ` [PATCH v2 1/2] mfd: bd71828, bd71815 prepare for power-supply support Andreas Kemnade
2025-08-21 5:45 ` Matti Vaittinen [this message]
2025-08-20 20:21 ` [PATCH v2 2/2] power: supply: Add bd718(15/28/78) charger driver Andreas Kemnade
2025-08-21 6:38 ` Matti Vaittinen
2025-08-21 11:59 ` Andreas Kemnade
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ca0845d5-baf7-41ab-8f4b-ff2ae731c1f1@gmail.com \
--to=mazziesaccount@gmail.com \
--cc=andreas@kemnade.info \
--cc=krzk@kernel.org \
--cc=lee@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=sre@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.