All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] watchdog: Add Aspeed watchdog driver
@ 2016-05-09 12:34 ` Joel Stanley
  0 siblings, 0 replies; 48+ messages in thread
From: Joel Stanley @ 2016-05-09 12:34 UTC (permalink / raw)
  To: linux-0h96xk9xTtrk1uMJSBkQmQ, wim-IQzOog9fTRqzQB+pC5nmwQ
  Cc: linux-watchdog-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	devicetree-u79uwXL29TY76Z2rM5mHXA, jk-mnsaURCQ41sdnm+yROfE0A,
	benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r, arnd-r2nGTMty4D4

These patches add support for the watchdog timer found in Aspeed ast2400 and
ast2500 BMC SoCs.

The u-boot that ships on the edk and with many systems leaves the watchdog
running when jumping to the kernel, making this driver required for operation.

It has been tested on the ast2400 in an OpenPower Palmetto, and the ast2500-edk
dev board.

Cheers,

Joel

Joel Stanley (2):
  doc/devicetree: Add Aspeed watchdog timer bindings
  watchdog: Add Aspeed watchdog driver

 .../devicetree/bindings/watchdog/aspeed-wdt.txt    |  14 ++
 drivers/watchdog/Kconfig                           |  13 ++
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/aspeed_wdt.c                      | 199 +++++++++++++++++++++
 4 files changed, 227 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/watchdog/aspeed-wdt.txt
 create mode 100644 drivers/watchdog/aspeed_wdt.c

-- 
2.8.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-07-17 19:49 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-09 12:34 [PATCH 0/2] watchdog: Add Aspeed watchdog driver Joel Stanley
2016-05-09 12:34 ` Joel Stanley
2016-05-09 12:34 ` Joel Stanley
     [not found] ` <1462797277-14969-1-git-send-email-joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org>
2016-05-09 12:34   ` [PATCH 1/2] doc/devicetree: Add Aspeed watchdog timer bindings Joel Stanley
2016-05-09 12:34     ` Joel Stanley
2016-05-09 12:34     ` Joel Stanley
     [not found]     ` <1462797277-14969-2-git-send-email-joel-U3u1mxZcP9KHXe+LvDLADg@public.gmane.org>
2016-05-09 20:38       ` Rob Herring
2016-05-09 20:38         ` Rob Herring
2016-05-09 20:38         ` Rob Herring
2016-05-10 11:24         ` Joel Stanley
2016-05-10 11:24           ` Joel Stanley
2016-05-10 11:24           ` Joel Stanley
2016-05-09 12:34   ` [PATCH 2/2] watchdog: Add Aspeed watchdog driver Joel Stanley
2016-05-09 12:34     ` Joel Stanley
2016-05-09 12:34     ` Joel Stanley
2016-05-09 14:48     ` Guenter Roeck
2016-05-09 14:48       ` Guenter Roeck
2016-05-09 14:48       ` Guenter Roeck
     [not found]       ` <5730A339.80006-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2016-05-10 11:10         ` Joel Stanley
2016-05-10 11:10           ` Joel Stanley
2016-05-10 11:10           ` Joel Stanley
     [not found]           ` <CACPK8XfK4Qt2GaSL7eVoNkCawbtXqFX9bGRcgyAyq7R2yuSZkA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-05-10 13:25             ` Guenter Roeck
2016-05-10 13:25               ` Guenter Roeck
2016-05-10 13:25               ` Guenter Roeck
2016-05-12 14:17   ` [PATCH v2 0/2] " Joel Stanley
2016-05-12 14:17     ` Joel Stanley
2016-05-12 14:17     ` Joel Stanley
2016-05-12 14:17     ` [PATCH v2 1/2] doc/devicetree: Add Aspeed watchdog timer bindings Joel Stanley
2016-05-12 14:17       ` Joel Stanley
2016-06-23 13:46       ` [v2,1/2] " Guenter Roeck
2016-06-23 13:46         ` Guenter Roeck
2016-05-12 14:17     ` [PATCH v2 2/2] watchdog: Add Aspeed watchdog driver Joel Stanley
2016-05-12 14:17       ` Joel Stanley
2016-05-14 21:34       ` Guenter Roeck
2016-05-14 21:34         ` Guenter Roeck
2016-05-18  6:50         ` Joel Stanley
2016-05-18  6:50           ` Joel Stanley
2016-05-18  8:20     ` [PATCH v3 0/2] " Joel Stanley
2016-05-18  8:20       ` Joel Stanley
2016-05-18  8:20       ` [PATCH v3 1/2] doc/devicetree: Add Aspeed watchdog timer bindings Joel Stanley
2016-05-18  8:20         ` Joel Stanley
2016-05-30  8:07         ` Guenter Roeck
2016-05-30  8:07           ` Guenter Roeck
2016-05-18  8:21       ` [PATCH v3 2/2] watchdog: Add Aspeed watchdog driver Joel Stanley
2016-05-18  8:21         ` Joel Stanley
2016-05-30  8:08         ` Guenter Roeck
2016-05-30  8:08           ` Guenter Roeck
2016-07-17 19:49       ` [PATCH v3 0/2] " 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.