All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vladimir Olovyannikov <vladimir.olovyannikov@broadcom.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] Add SP805 driver for iproc platforms (DM)
Date: Fri, 22 Nov 2019 15:23:27 -0800	[thread overview]
Message-ID: <20191122232329.30992-1-vladimir.olovyannikov@broadcom.com> (raw)

This patchset adds driver-model based SP805 watchdog driver
for Broadcom iProc platforms

Pramod Kumar (2):
  dt-bindings: documentation on sp805(DM) iproc driver
  drivers: watchdog: Add brcm iproc sp805 watchdog driver

 .../bindings/watchdog/sp805-wdt_dm.txt        |  15 ++
 drivers/watchdog/Kconfig                      |  10 +
 drivers/watchdog/Makefile                     |   1 +
 drivers/watchdog/sp805_wdt_dm.c               | 181 ++++++++++++++++++
 4 files changed, 207 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/watchdog/sp805-wdt_dm.txt
 create mode 100644 drivers/watchdog/sp805_wdt_dm.c

-- 
2.17.1

             reply	other threads:[~2019-11-22 23:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-22 23:23 Vladimir Olovyannikov [this message]
2019-11-22 23:23 ` [U-Boot] [PATCH 1/2] dt-bindings: documentation on sp805(DM) iproc driver Vladimir Olovyannikov
2019-11-22 23:23 ` [U-Boot] [PATCH 2/2] drivers: watchdog: Add brcm iproc sp805 watchdog driver Vladimir Olovyannikov
2019-11-23 13:52   ` Stefan Roese
2020-01-16 10:02     ` Stefan Roese

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=20191122232329.30992-1-vladimir.olovyannikov@broadcom.com \
    --to=vladimir.olovyannikov@broadcom.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.