All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] resubmit: add MTK reboot mode driver
@ 2019-11-26  5:44 Freddy Hsin (辛恒豐)
  0 siblings, 0 replies; only message in thread
From: Freddy Hsin (辛恒豐) @ 2019-11-26  5:44 UTC (permalink / raw)
  To: sre, linux-pm, linux-kernel, wim, linux, matthias.bgg,
	linux-watchdog, linux-arm-kernel, linux-mediatek, robh+dt,
	mark.rutland, devicetree
  Cc: Chang-An Chen (陳昶安),
	wsd_upstream, Freddy Hsin (辛恒豐)

This driver parses the reboot commands like "reboot bootloader"
 and "reboot recovery" to get a boot mode described in the  device tree , then call the write interfae to store the boot  mode in mtk RGU (reset generation unit) non-volatile register,  which can be read by the bootloader after system reboot, then  the bootloader can take different action according to the mode  stored.

 Freddy Hsin (4):
  power: reset: add reboot mode driver
  watchdog: populate reboot mode node in toprgu node of MTK RGU (Reset
    Generation Unit)
  soc: mediatek: add reboot-mode header
  dt-binding: power: reset: Add documentation for MTK RGU (Reset
    Gernation Unit) reboot driver

 .../devicetree/bindings/power/reset/mtk-reboot.txt |   30 +++++
 drivers/power/reset/Kconfig                        |   11 ++
 drivers/power/reset/Makefile                       |    1 +
 drivers/power/reset/mtk-reboot.c                   |  116 ++++++++++++++++++++
 drivers/watchdog/mtk_wdt.c                         |    3 +
 include/dt-bindings/soc/mediatek,boot-mode.h       |   17 +++
 6 files changed, 178 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/power/reset/mtk-reboot.txt
 create mode 100644 drivers/power/reset/mtk-reboot.c  create mode 100644 include/dt-bindings/soc/mediatek,boot-mode.h

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-26  5:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-26  5:44 [PATCH v1 0/4] resubmit: add MTK reboot mode driver Freddy Hsin (辛恒豐)

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.