linux-rtc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH v2 1/2] mfd: 88pm886: add the RTC cell
@ 2024-10-12 19:31 Karel Balej
  2024-10-12 19:31 ` [RFC PATCH v2 2/2] rtc: add driver for Marvell 88PM886 PMIC RTC Karel Balej
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Karel Balej @ 2024-10-12 19:31 UTC (permalink / raw)
  To: Lee Jones, Alexandre Belloni, linux-kernel, linux-rtc
  Cc: duje.mihanovic, balejk, phone-devel, ~postmarketos/upstreaming

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(+)

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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2024-11-12 14:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [RFC PATCH v2 1/2] mfd: 88pm886: add the RTC cell Lee Jones
2024-11-12  7:21   ` Karel Balej
2024-11-12 14:45 ` (subset) " Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).