All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] watchdog: K3: Add RTI watchdog support
@ 2020-06-23  6:20 Jan Kiszka
  2020-06-23  6:20 ` [PATCH 1/3] watchdog: Add support for K3 RTI watchdog Jan Kiszka
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jan Kiszka @ 2020-06-23  6:20 UTC (permalink / raw)
  To: u-boot

This brings watchdog support for the TI K3 SoCs, derived from the Linux
kernel, augmented with firmware loading as needed on the AM65x.

Tested on the AM65x EVM and the IOT2050 (also AM65x-based, upstream
support will be posted soon).

Jan

Jan Kiszka (3):
  watchdog: Add support for K3 RTI watchdog
  watchdog: rti_wdt: Add support for loading firmware
  arm: dts: k3: Add RTI watchdogs

 arch/arm/dts/k3-am65-mcu.dtsi   |   9 ++
 arch/arm/dts/k3-j721e-main.dtsi |  18 ++++
 drivers/watchdog/Kconfig        |  27 ++++++
 drivers/watchdog/Makefile       |   4 +
 drivers/watchdog/rti_wdt.c      | 157 ++++++++++++++++++++++++++++++++
 drivers/watchdog/rti_wdt_fw.S   |  20 ++++
 6 files changed, 235 insertions(+)
 create mode 100644 drivers/watchdog/rti_wdt.c
 create mode 100644 drivers/watchdog/rti_wdt_fw.S

-- 
2.26.2

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

end of thread, other threads:[~2020-06-23  6:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-23  6:20 [PATCH 0/3] watchdog: K3: Add RTI watchdog support Jan Kiszka
2020-06-23  6:20 ` [PATCH 1/3] watchdog: Add support for K3 RTI watchdog Jan Kiszka
2020-06-23  6:20 ` [PATCH 2/3] watchdog: rti_wdt: Add support for loading firmware Jan Kiszka
2020-06-23  6:20 ` [PATCH 3/3] arm: dts: k3: Add RTI watchdogs Jan Kiszka

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.