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: Mon, 29 Apr 2019 08:24:33 +0000	[thread overview]
Message-ID: <20190429082611.21614-1-qiang.zhao@nxp.com> (raw)

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

             reply	other threads:[~2019-04-29  8:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-29  8:24 Qiang Zhao [this message]
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
2019-05-07  3:16 Qiang Zhao

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=20190429082611.21614-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.