All of lore.kernel.org
 help / color / mirror / Atom feed
* Additional patches in my watchdog-next branch
@ 2015-12-28 15:23 Guenter Roeck
  2015-12-28 15:27 ` Wim Van Sebroeck
  0 siblings, 1 reply; 24+ messages in thread
From: Guenter Roeck @ 2015-12-28 15:23 UTC (permalink / raw)
  To: Wim Van Sebroeck; +Cc: linux-watchdog

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

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2016-01-03 22:49 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-28 15:23 Additional patches in my watchdog-next branch Guenter Roeck
2015-12-28 15:27 ` 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

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.