mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] mfd: rk808: Fix poweroff handler name
@ 2024-06-20  7:49 Alexander Shiyan
  2024-07-01 12:45 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Shiyan @ 2024-06-20  7:49 UTC (permalink / raw)
  To: barebox; +Cc: Alexander Shiyan

Signed-off-by: Alexander Shiyan <eagle.alexander923@gmail.com>
---
 drivers/mfd/rk808.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/mfd/rk808.c b/drivers/mfd/rk808.c
index 77493a7b5b..e9a1779514 100644
--- a/drivers/mfd/rk808.c
+++ b/drivers/mfd/rk808.c
@@ -362,7 +362,7 @@ static int rk808_probe(struct device *dev)
 		return ret;
 	}
 
-	rk808->poweroff.name = "stpmic1-poweroff";
+	rk808->poweroff.name = "rk808-poweroff";
 	rk808->poweroff.poweroff = rk808_poweroff;
 	rk808->poweroff.priority = 200;
 
-- 
2.39.1




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

* Re: [PATCH] mfd: rk808: Fix poweroff handler name
  2024-06-20  7:49 [PATCH] mfd: rk808: Fix poweroff handler name Alexander Shiyan
@ 2024-07-01 12:45 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2024-07-01 12:45 UTC (permalink / raw)
  To: barebox, Alexander Shiyan


On Thu, 20 Jun 2024 10:49:20 +0300, Alexander Shiyan wrote:
> 


Applied, thanks!

[1/1] mfd: rk808: Fix poweroff handler name
      https://git.pengutronix.de/cgit/barebox/commit/?id=af28a9d08323 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer@pengutronix.de>




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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-20  7:49 [PATCH] mfd: rk808: Fix poweroff handler name Alexander Shiyan
2024-07-01 12:45 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox