All of lore.kernel.org
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: Wim Van Sebroeck <wim@iguana.be>
Cc: linux-watchdog@vger.kernel.org
Subject: Additional patches in my watchdog-next branch
Date: Mon, 28 Dec 2015 07:23:35 -0800	[thread overview]
Message-ID: <20151228152335.GA18627@roeck-us.net> (raw)

Hi Wim,

I have a number of patches pending in my watchdog-next branch which are not
in your watchdog-next repository. Below is a summary, rebased onto your
repository. This does not include the patches I had submitted.

Please consider those patches for v4.5.

Thanks,
Guenter

---

The following changes since commit 62e21f5d90f162208e43b8a248b01e1a4a24ecbd:

  watchdog: cadence_wdt: use to_platform_device() (2015-12-27 21:15:34 +0100)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git 

for you to fetch changes up to dffb1339276a535f54497a4d1520118a5e04fbc6:

  watchdog: atlas7: add watchdog driver of CSRatlas7 (2015-12-27 15:08:50 -0800)

----------------------------------------------------------------
Carlo Caione (2):
      watchdog: meson: Enable meson SoC specific data
      watchdog: meson: Add meson8b SoC specific data

Damien Riegel (1):
      watchdog: ts4800: add driver for TS-4800 watchdog

Guo Zeng (1):
      watchdog: atlas7: add watchdog driver of CSRatlas7

Mans Rullgard (1):
      watchdog: add support for Sigma Designs SMP86xx/SMP87xx

Martyn Welch (2):
      Add binding documentation for Zodiac Watchdog Timer
      watchdog: Zodiac Aerospace RAVE Switch Watchdog Processor Driver

Måns Rullgård (1):
      devicetree: watchdog: add binding for Sigma Designs SMP8642 watchdog

Oleksij Rempel (2):
      watchdog: add Alphascale asm9260-wdt driver
      DT: watchdog: add Alphascale asm9260 watchdog binding documentation.

 .../bindings/watchdog/alphascale-asm9260.txt       |  35 ++
 .../bindings/watchdog/sigma,smp8642-wdt.txt        |  18 +
 .../devicetree/bindings/watchdog/ts4800-wdt.txt    |  25 ++
 .../devicetree/bindings/watchdog/ziirave-wdt.txt   |  19 +
 drivers/watchdog/Kconfig                           |  51 +++
 drivers/watchdog/Makefile                          |   5 +
 drivers/watchdog/asm9260_wdt.c                     | 403 +++++++++++++++++++++
 drivers/watchdog/atlas7_wdt.c                      | 242 +++++++++++++
 drivers/watchdog/meson_wdt.c                       |  65 +++-
 drivers/watchdog/tangox_wdt.c                      | 225 ++++++++++++
 drivers/watchdog/ts4800_wdt.c                      | 215 +++++++++++
 drivers/watchdog/ziirave_wdt.c                     | 381 +++++++++++++++++++
 12 files changed, 1667 insertions(+), 17 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/alphascale-asm9260.txt
 create mode 100644 Documentation/devicetree/bindings/watchdog/sigma,smp8642-wdt.txt
 create mode 100644 Documentation/devicetree/bindings/watchdog/ts4800-wdt.txt
 create mode 100644 Documentation/devicetree/bindings/watchdog/ziirave-wdt.txt
 create mode 100644 drivers/watchdog/asm9260_wdt.c
 create mode 100644 drivers/watchdog/atlas7_wdt.c
 create mode 100644 drivers/watchdog/tangox_wdt.c
 create mode 100644 drivers/watchdog/ts4800_wdt.c
 create mode 100644 drivers/watchdog/ziirave_wdt.c
--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

             reply	other threads:[~2015-12-28 15:23 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-28 15:23 Guenter Roeck [this message]
2015-12-28 15:27 ` Additional patches in my watchdog-next branch Wim Van Sebroeck
2015-12-28 21:57   ` Guenter Roeck
2015-12-28 22:54     ` Wim Van Sebroeck
2015-12-28 23:17       ` Vladimir Zapolskiy
2015-12-29  7:17         ` Wim Van Sebroeck
2015-12-29 16:04           ` Guenter Roeck
2015-12-29 16:37             ` Thomas Petazzoni
2015-12-29 17:28               ` Guenter Roeck
2015-12-30  9:44                 ` Thomas Petazzoni
2015-12-30 13:30                   ` Fu Wei
2015-12-30 14:02                     ` Thomas Petazzoni
2015-12-30 15:01                       ` Fu Wei
2015-12-30 15:03                         ` Thomas Petazzoni
2015-12-30 15:06                           ` Fu Wei
2015-12-30 11:44                 ` Fu Wei
2015-12-30 11:30               ` Fu Wei
2016-01-03 22:49               ` Vladimir Zapolskiy
2015-12-29  0:08       ` Guenter Roeck
2015-12-29  7:21         ` Wim Van Sebroeck
2015-12-29 16:02           ` Guenter Roeck
2015-12-29 20:01             ` Wim Van Sebroeck
2015-12-29 21:20               ` Guenter Roeck
2015-12-30 10:06                 ` Wim Van Sebroeck

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=20151228152335.GA18627@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=wim@iguana.be \
    /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.