All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for NXP LPC18xx Watchdog timer
@ 2015-06-26 18:24 Ariel D'Alessandro
  2015-06-26 18:24 ` [PATCH 1/2] watchdog: NXP LPC18XX Windowed Watchdog Timer Driver Ariel D'Alessandro
  2015-06-26 18:24 ` [PATCH 2/2] DT: watchdog: Add NXP LPC18XX Watchdog Timer binding documentation Ariel D'Alessandro
  0 siblings, 2 replies; 14+ messages in thread
From: Ariel D'Alessandro @ 2015-06-26 18:24 UTC (permalink / raw)
  To: linux-watchdog; +Cc: wim, linux, ezequiel, Ariel D'Alessandro

Hi,

This patch series adds support for the watchdog timer found in NXP LPC
SoCs family which includes LPC18xx/LPC43xx. Other SoCs in that family may
share the same watchdog hardware.

Patchset is based on tag next-20150624 of the linux-next repository.
It has been successfully tested on a Hitex LPC4350 Evaluation Board and
on a CIAA NXP LPC4337 Board.

Ariel D'Alessandro (2):
  watchdog: NXP LPC18XX Windowed Watchdog Timer Driver
  DT: watchdog: Add NXP LPC18XX Watchdog Timer binding documentation

 .../devicetree/bindings/watchdog/lpc18xx-wdt.txt   |  19 ++
 drivers/watchdog/Kconfig                           |  11 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/lpc18xx_wdt.c                     | 340 +++++++++++++++++++++
 4 files changed, 371 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/watchdog/lpc18xx-wdt.txt
 create mode 100644 drivers/watchdog/lpc18xx_wdt.c

-- 
1.9.1

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

end of thread, other threads:[~2015-07-01 17:03 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-26 18:24 [PATCH 0/2] Add support for NXP LPC18xx Watchdog timer Ariel D'Alessandro
2015-06-26 18:24 ` [PATCH 1/2] watchdog: NXP LPC18XX Windowed Watchdog Timer Driver Ariel D'Alessandro
2015-06-26 19:07   ` Guenter Roeck
2015-06-28 18:13     ` Ariel D'Alessandro
2015-06-29  4:47       ` Guenter Roeck
2015-07-01 11:30         ` adalessandro
2015-07-01 12:02           ` Ariel D'Alessandro
2015-07-01 13:54             ` Guenter Roeck
2015-07-01 14:38               ` Wim Van Sebroeck
2015-07-01 15:22               ` Ezequiel Garcia
2015-07-01 15:22                 ` Ezequiel Garcia
2015-07-01 17:03                 ` Guenter Roeck
2015-07-01 17:03                   ` Guenter Roeck
2015-06-26 18:24 ` [PATCH 2/2] DT: watchdog: Add NXP LPC18XX Watchdog Timer binding documentation Ariel D'Alessandro

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.