linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: mika.westerberg@iki.fi (Mika Westerberg)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] ep93xx: TS-72xx watchdog driver
Date: Thu,  3 Dec 2009 21:35:19 +0200	[thread overview]
Message-ID: <cover.1259866661.git.mika.westerberg@iki.fi> (raw)

Hi,

Technologic Systems TS-72xx SBCs (TS-7200, TS-7250 and TS-7260) have
watchdog timer that is implemented in external CPLD chip. This set of
patches provide implementation of watchdog driver for that chip.

I tested this on TS-7260 board.

Thanks,
MW

Mika Westerberg (2):
  ep93xx: implemented watchdog timer driver for TS-72xx SBCs
  ep93xx: added platform side support for TS-72xx WDT driver

 arch/arm/mach-ep93xx/include/mach/ts72xx.h |    2 +
 arch/arm/mach-ep93xx/ts72xx.c              |   21 ++
 drivers/watchdog/Kconfig                   |   11 +
 drivers/watchdog/Makefile                  |    1 +
 drivers/watchdog/ts72xx_wdt.c              |  458 ++++++++++++++++++++++++++++
 5 files changed, 493 insertions(+), 0 deletions(-)
 create mode 100644 drivers/watchdog/ts72xx_wdt.c

             reply	other threads:[~2009-12-03 19:35 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-03 19:35 Mika Westerberg [this message]
2009-12-03 19:35 ` [PATCH 1/2] ep93xx: implemented watchdog timer driver for TS-72xx SBCs Mika Westerberg
2009-12-03 19:35   ` [PATCH 2/2] ep93xx: added platform side support for TS-72xx WDT driver Mika Westerberg
2009-12-03 20:07   ` [PATCH 1/2] ep93xx: implemented watchdog timer driver for TS-72xx SBCs Ryan Mallon
2009-12-04  6:10     ` Mika Westerberg
2009-12-04 10:28   ` Alexander Clouter
2009-12-04 11:33     ` Mika Westerberg
2009-12-04 11:45       ` Alexander Clouter
2009-12-04 11:49         ` Alexander Clouter
2009-12-04 12:00           ` Mika Westerberg
2009-12-04 17:13   ` H Hartley Sweeten

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=cover.1259866661.git.mika.westerberg@iki.fi \
    --to=mika.westerberg@iki.fi \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).