public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Poweroff/reboot support for TH1520 via AON
@ 2025-08-18  7:49 Icenowy Zheng
  2025-08-18  7:49 ` [PATCH 1/2] driver: reset: th1520-aon: add driver for poweroff/reboot via AON FW Icenowy Zheng
  2025-08-18  7:49 ` [PATCH 2/2] pmdomain: thead: create auxiliary device for rebooting Icenowy Zheng
  0 siblings, 2 replies; 12+ messages in thread
From: Icenowy Zheng @ 2025-08-18  7:49 UTC (permalink / raw)
  To: Drew Fustini, Guo Ren, Fu Wei, Michal Wilczynski, Ulf Hansson,
	Sebastian Reichel
  Cc: Han Gao, Yao Zi, linux-kernel, linux-riscv, linux-pm,
	Icenowy Zheng

This patchset tries to add support for poweroff/reboot on T-Head TH1520
SoC by calling the AON firmware.

The first patch creates an auxiliary driver for this, and the second
patch makes the driver currently matching thead,th1520-aon create an
auxiliary device.

Icenowy Zheng (2):
  driver: reset: th1520-aon: add driver for poweroff/reboot via AON FW
  pmdomain: thead: create auxiliary device for rebooting

 MAINTAINERS                                |  1 +
 drivers/pmdomain/thead/th1520-pm-domains.c | 35 +++++++-
 drivers/power/reset/Kconfig                |  7 ++
 drivers/power/reset/Makefile               |  1 +
 drivers/power/reset/th1520-aon-reboot.c    | 98 ++++++++++++++++++++++
 5 files changed, 140 insertions(+), 2 deletions(-)
 create mode 100644 drivers/power/reset/th1520-aon-reboot.c

-- 
2.50.1


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

end of thread, other threads:[~2025-09-18 15:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-18  7:49 [PATCH 0/2] Poweroff/reboot support for TH1520 via AON Icenowy Zheng
2025-08-18  7:49 ` [PATCH 1/2] driver: reset: th1520-aon: add driver for poweroff/reboot via AON FW Icenowy Zheng
2025-08-18  9:43   ` Yao Zi
2025-09-16 18:22   ` Sebastian Reichel
2025-09-16 19:28     ` Drew Fustini
2025-09-17 22:18       ` Sebastian Reichel
2025-09-18 15:37         ` Ulf Hansson
2025-08-18  7:49 ` [PATCH 2/2] pmdomain: thead: create auxiliary device for rebooting Icenowy Zheng
2025-08-18  9:55   ` Troy Mitchell
2025-09-04 10:14   ` Ulf Hansson
2025-09-18 15:44     ` Icenowy Zheng
2025-09-18 15:55       ` Ulf Hansson

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