All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] add new wdt driver for sp805
@ 2019-04-29  8:24 Qiang Zhao
  2019-04-29  8:24 ` [U-Boot] [patch v2 1/3] watchdog: add sp805 watchdog support Qiang Zhao
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Qiang Zhao @ 2019-04-29  8:24 UTC (permalink / raw)
  To: u-boot

changes for v2:
	- modify the driver to DM

Zhao Qiang (3):
  watchdog: add sp805 watchdog support
  dts: fsl-ls1028a: add sp805 node which is a watchdog
  defconfig: ls1028ardb: enable wdt

 MAINTAINERS                   |   1 +
 arch/arm/dts/fsl-ls1028a.dtsi |   4 ++
 configs/ls1028ardb_defconfig  |   3 +
 drivers/watchdog/Kconfig      |   7 ++
 drivers/watchdog/Makefile     |   1 +
 drivers/watchdog/sp805_wdt.c  | 126 ++++++++++++++++++++++++++++++++++
 6 files changed, 142 insertions(+)
 create mode 100644 drivers/watchdog/sp805_wdt.c

-- 
2.17.1

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

end of thread, other threads:[~2019-05-22 12:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29  8:24 [U-Boot] [PATCH 0/3] add new wdt driver for sp805 Qiang Zhao
2019-04-29  8:24 ` [U-Boot] [patch v2 1/3] watchdog: add sp805 watchdog support Qiang Zhao
2019-04-29  8:38   ` Stefan Roese
2019-04-29  8:24 ` [U-Boot] [patch v2 2/3] dts: fsl-ls1028a: add sp805 node which is a watchdog Qiang Zhao
2019-04-29  8:24 ` [U-Boot] [patch v2 3/3] defconfig: ls1028ardb: enable wdt Qiang Zhao
2019-05-22 12:33 ` [U-Boot] [PATCH 0/3] add new wdt driver for sp805 Prabhakar Kushwaha

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.