All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomer Maimon <tmaimon77@gmail.com>
To: openbmc@lists.ozlabs.org
Cc: joel@jms.id.au, Tomer Maimon <tmaimon77@gmail.com>
Subject: [PATCH linux dev-4.13 v1 0/2] watchdog: npcm: add NPCM7xx watchdog driver
Date: Mon, 18 Dec 2017 15:22:22 +0200	[thread overview]
Message-ID: <1513603344-5700-1-git-send-email-tmaimon77@gmail.com> (raw)

This patch set adds watchdog support for the Nuvoton NPCM7xx Baseboard
Management Controller (BMC).

Nuvoton NPCM7xx have three watchdog timer modules, each watchdog timer
is a free-running timer with programmable timeout intervals.

The NPCM7xx watchdog interrupts connected Fast Interrupt reQuest (FIQ).

Tomer Maimon (2):
  dt-binding: watchdog: document NPCM7xx watchdog DT bindings
  watchdog: npcm: add NPCM7xx watchdog driver

 .../bindings/watchdog/nuvoton,npcm7xx-wdt.txt      |  23 ++
 drivers/watchdog/Kconfig                           |  11 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/npcm7xx_wdt.c                     | 369 +++++++++++++++++++++
 drivers/watchdog/npcm7xx_wdt_fiq_handler.S         |  68 ++++
 5 files changed, 472 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/watchdog/nuvoton,npcm7xx-wdt.txt
 create mode 100644 drivers/watchdog/npcm7xx_wdt.c
 create mode 100644 drivers/watchdog/npcm7xx_wdt_fiq_handler.S

-- 
2.14.1

             reply	other threads:[~2017-12-18 13:22 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-18 13:22 Tomer Maimon [this message]
2017-12-18 13:22 ` [PATCH linux dev-4.13 v1 1/2] dt-binding: watchdog: document NPCM7xx watchdog DT bindings Tomer Maimon
2017-12-18 13:22 ` [PATCH linux dev-4.13 v1 2/2] watchdog: npcm: add NPCM7xx watchdog driver Tomer Maimon

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=1513603344-5700-1-git-send-email-tmaimon77@gmail.com \
    --to=tmaimon77@gmail.com \
    --cc=joel@jms.id.au \
    --cc=openbmc@lists.ozlabs.org \
    /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.