All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qiang Zhao <qiang.zhao@nxp.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] add new wdt driver for sp805
Date: Tue, 7 May 2019 03:16:04 +0000	[thread overview]
Message-ID: <20190507031739.3009-1-qiang.zhao@nxp.com> (raw)

changes for v2:
	- modify the driver to DM
changes for v3:
	- drop member "timeout" of struct "sp805_wat_priv", it is not
	  needed

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

             reply	other threads:[~2019-05-07  3:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-07  3:16 Qiang Zhao [this message]
2019-05-07  3:16 ` [U-Boot] [patch v3 1/3] watchdog: add sp805 watchdog support Qiang Zhao
2019-05-07  3:16 ` [U-Boot] [patch v3 2/3] dts: fsl-ls1028a: add sp805 node which is a watchdog Qiang Zhao
2019-05-07  3:16 ` [U-Boot] [patch v3 3/3] defconfig: ls1028ardb: enable wdt Qiang Zhao
  -- strict thread matches above, loose matches on Subject: below --
2019-04-29  8:24 [U-Boot] [PATCH 0/3] add new wdt driver for sp805 Qiang Zhao
2019-05-22 12:33 ` Prabhakar Kushwaha

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190507031739.3009-1-qiang.zhao@nxp.com \
    --to=qiang.zhao@nxp.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.