From: Lee Jones <lee@kernel.org>
To: Karel Balej <balejk@matfyz.cz>
Cc: Alexandre Belloni <alexandre.belloni@bootlin.com>,
linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org,
duje.mihanovic@skole.hr, phone-devel@vger.kernel.org,
~postmarketos/upstreaming@lists.sr.ht
Subject: Re: [RFC PATCH v2 1/2] mfd: 88pm886: add the RTC cell
Date: Tue, 15 Oct 2024 09:36:03 +0100 [thread overview]
Message-ID: <20241015083603.GB8348@google.com> (raw)
In-Reply-To: <20241012193345.18594-1-balejk@matfyz.cz>
On Sat, 12 Oct 2024, Karel Balej wrote:
> Add a MFD cell for the chip's real-time clock.
>
> Signed-off-by: Karel Balej <balejk@matfyz.cz>
> ---
>
> Notes:
> RFC v2:
> - Break out the register definitions and reword the commit message
> accordingly.
> - RFC v1: https://lore.kernel.org/r/20240920161518.32346-1-balejk@matfyz.cz/
>
> drivers/mfd/88pm886.c | 1 +
> 1 file changed, 1 insertion(+)
Looks fine. Let me know when you're ready for me to take it.
> diff --git a/drivers/mfd/88pm886.c b/drivers/mfd/88pm886.c
> index dbe9efc027d2..891fdce5d8c1 100644
> --- a/drivers/mfd/88pm886.c
> +++ b/drivers/mfd/88pm886.c
> @@ -37,6 +37,7 @@ static struct resource pm886_onkey_resources[] = {
> static struct mfd_cell pm886_devs[] = {
> MFD_CELL_RES("88pm886-onkey", pm886_onkey_resources),
> MFD_CELL_NAME("88pm886-regulator"),
> + MFD_CELL_NAME("88pm886-rtc"),
> };
>
> static int pm886_power_off_handler(struct sys_off_data *sys_off_data)
> --
> 2.47.0
>
--
Lee Jones [李琼斯]
next prev parent reply other threads:[~2024-10-15 8:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-12 19:31 [RFC PATCH v2 1/2] mfd: 88pm886: add the RTC cell Karel Balej
2024-10-12 19:31 ` [RFC PATCH v2 2/2] rtc: add driver for Marvell 88PM886 PMIC RTC Karel Balej
2024-10-15 8:35 ` Lee Jones
2024-11-11 22:30 ` Alexandre Belloni
2024-11-11 22:38 ` (subset) " Alexandre Belloni
2024-10-15 8:36 ` Lee Jones [this message]
2024-11-12 7:21 ` [RFC PATCH v2 1/2] mfd: 88pm886: add the RTC cell Karel Balej
2024-11-12 14:45 ` (subset) " Lee Jones
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=20241015083603.GB8348@google.com \
--to=lee@kernel.org \
--cc=alexandre.belloni@bootlin.com \
--cc=balejk@matfyz.cz \
--cc=duje.mihanovic@skole.hr \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rtc@vger.kernel.org \
--cc=phone-devel@vger.kernel.org \
--cc=~postmarketos/upstreaming@lists.sr.ht \
/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.