All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] watchdog: mtk_wdt: add support for mt6577
@ 2021-01-31 23:44 ` Boris Lysov
  0 siblings, 0 replies; 32+ messages in thread
From: Boris Lysov @ 2021-01-31 23:44 UTC (permalink / raw)
  To: matthias.bgg, linux, robh+dt; +Cc: linux-mediatek, devicetree, Boris Lysov

This series adds support for mt6577 watchdog to the:
a) mtk_wdt driver - by bringing support for 16-bit I/O
b) mtk_wdt dt-binding - by declaring compatibility with mt6577

Without these changes user would have to disable watchdog by manually
writing a value to the register, otherwise the device will power off.

Accepting these patches will make ground for submitting additional
changes related to the mainline support of mt6577 (and other compatible
SoCs) in future.

Suggested patches successfully pass all `checkpatch.pl` checks, and they
do not interfere with already supported watchdogs.

Boris Lysov (3):
  dt-bindings: watchdog: mediatek: add support for mt6577 SoC
  watchdog: mtk_wdt: add support for 16-bit control registers
  watchdog: mtk_wdt: declare compatibility with mt6577

 .../devicetree/bindings/watchdog/mtk-wdt.txt  |  1 +
 drivers/watchdog/Kconfig                      |  9 +++++
 drivers/watchdog/mtk_wdt.c                    | 35 +++++++++++++------
 3 files changed, 35 insertions(+), 10 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2021-05-11  9:40 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-31 23:44 [PATCH 0/3] watchdog: mtk_wdt: add support for mt6577 Boris Lysov
2021-01-31 23:44 ` Boris Lysov
2021-01-31 23:44 ` [PATCH 1/3] dt-bindings: watchdog: mediatek: add support for mt6577 SoC Boris Lysov
2021-01-31 23:44   ` Boris Lysov
2021-02-09 20:41   ` Rob Herring
2021-02-09 20:41     ` Rob Herring
2021-01-31 23:44 ` [PATCH 2/3] watchdog: mtk_wdt: add support for 16-bit control registers Boris Lysov
2021-01-31 23:44   ` Boris Lysov
2021-02-01  0:31   ` Guenter Roeck
2021-02-01  0:31     ` Guenter Roeck
2021-02-02  1:33     ` Boris Lysov
2021-02-02  1:33       ` Boris Lysov
2021-02-02  1:55       ` Guenter Roeck
2021-02-02  1:55         ` Guenter Roeck
2021-02-10 11:37       ` Matthias Brugger
2021-02-10 11:37         ` Matthias Brugger
2021-01-31 23:44 ` [PATCH 3/3] watchdog: mtk_wdt: declare compatibility with mt6577 Boris Lysov
2021-01-31 23:44   ` Boris Lysov
2021-05-09 21:16 ` [PATCH v2 0/3] watchdog: mtk_wdt: refactor code to support more watchdogs Boris Lysov
2021-05-09 21:16   ` Boris Lysov
2021-05-09 21:17   ` [PATCH v2 1/3] watchdog: mtk_wdt: Refactor code to support more SoCs Boris Lysov
2021-05-09 21:17     ` Boris Lysov
2021-05-10 13:21     ` Guenter Roeck
2021-05-10 13:21       ` Guenter Roeck
2021-05-10 22:27       ` Boris Lysov
2021-05-10 22:27         ` Boris Lysov
2021-05-09 21:17   ` [PATCH v2 2/3] dt-bindings: watchdog: mediatek: add support for mt6577 SoC Boris Lysov
2021-05-09 21:17     ` Boris Lysov
2021-05-10 16:17     ` Rob Herring
2021-05-10 16:17       ` Rob Herring
2021-05-09 21:17   ` [PATCH v2 3/3] watchdog: mtk_wdt: add support for mt6577 Boris Lysov
2021-05-09 21:17     ` Boris Lysov

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.