All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] watchdog: Add support for ImgTec PowerDown Controller Watchdog Timer
@ 2014-11-18 12:07 Naidu.Tellapati
  2014-11-18 12:07 ` [PATCH v3 1/2] watchdog: ImgTec PDC Watchdog Timer Driver Naidu.Tellapati
  2014-11-18 12:07 ` [PATCH v3 2/2] DT: watchdog: Add ImgTec PDC Watchdog Timer binding documentation Naidu.Tellapati
  0 siblings, 2 replies; 13+ messages in thread
From: Naidu.Tellapati @ 2014-11-18 12:07 UTC (permalink / raw)
  To: wim, linux, James.Hartley, abrestic, Ezequiel.Garcia
  Cc: linux-watchdog, devicetree, Jude.Abraham, Naidu Tellapati

From: Naidu Tellapati <Naidu.Tellapati@imgtec.com>

This patchset provides support for the PowerDown Controller (PDC) Watchdog Timer
found on Pistachio SOC from Imagination Technologies (ImgTec).

The series is based on 3.18-rc4.

Changes from v2:

 * Removed interrupt.h header file.

 * Removed clock rate-change notifier callback.

Changes from v1:

 * Arranged all include files in alphabetical order.

 * Arranged register field masks/shifts defines next to their
   corresponding register

 * Registered clock rate-change notifier callback.

 * Removed all references to 32 kHz fixed clock rate.
   Now the clock rate is read dynamically using clk_get_rate().

 * Defined a macro PDC_WD_CONFIG_ENABLE.

 * Added code for getting system clock.

 * Moved module_param stuffs next to the corresponding variable defines.

 * Added code in the function pdc_wdt_remove for stopping watchdog.

 * Removed MODULE_ALIAS.

 * Removed few unwanted spaces and unwanted blank lines.


Naidu Tellapati (2):
  watchdog: ImgTec PDC Watchdog Timer Driver
  DT: watchdog: Add ImgTec PDC Watchdog Timer binding documentation

 .../devicetree/bindings/watchdog/imgpdc-wdt.txt    |   18 ++
 drivers/watchdog/Kconfig                           |   11 +
 drivers/watchdog/Makefile                          |    1 +
 drivers/watchdog/imgpdc_wdt.c                      |  311 ++++++++++++++++++++
 4 files changed, 341 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/watchdog/imgpdc-wdt.txt
 create mode 100644 drivers/watchdog/imgpdc_wdt.c

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

end of thread, other threads:[~2014-11-19 19:41 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-18 12:07 [PATCH v3 0/2] watchdog: Add support for ImgTec PowerDown Controller Watchdog Timer Naidu.Tellapati
2014-11-18 12:07 ` [PATCH v3 1/2] watchdog: ImgTec PDC Watchdog Timer Driver Naidu.Tellapati
2014-11-18 23:06   ` Andrew Bresticker
2014-11-18 23:06     ` Andrew Bresticker
2014-11-18 23:12   ` Andrew Bresticker
2014-11-18 23:12     ` Andrew Bresticker
2014-11-19 19:27     ` Ezequiel Garcia
2014-11-19 19:27       ` Ezequiel Garcia
2014-11-19 19:35       ` Andrew Bresticker
2014-11-19 19:35         ` Andrew Bresticker
2014-11-19 19:41         ` Naidu Tellapati
2014-11-19 19:41           ` Naidu Tellapati
2014-11-18 12:07 ` [PATCH v3 2/2] DT: watchdog: Add ImgTec PDC Watchdog Timer binding documentation Naidu.Tellapati

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.