devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v7 0/2] watchdog: ImgTec PDC Watchdog Timer Driver
@ 2015-01-06 13:19 Ezequiel Garcia
       [not found] ` <1420550375-22867-1-git-send-email-ezequiel.garcia-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Ezequiel Garcia @ 2015-01-06 13:19 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, James Hartley, Andrew Bresticker,
	James Hogan
  Cc: linux-watchdog-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Ezequiel Garcia

Here's the seventh round for IMG PDC Watchdog driver.
The series is based on v3.19-rc3.

Thanks!

Changes from v6:

  * Reworked set_timeout function to get rid of the min_delay field.
  * Addressed a few comments made by Guenter Roeck.
  * Added a description of the clocks to the devicetree binding doc.

Changes from v5:

 * Removed unused struct pdc_wdt_dev variables.
 * Removed out_wdt label in probe function.

Changes from v4:

 * Added warning message if initial timeout value exceeds maximum timeout.

Changes from v3:

 * Removed PDC_WD_MAX_DELAY.
 * Removed spinlock.
 * Removed timeout check inside pdc_wdt_set_timeout function.
 * Changed identity to IMG PDC Watchdog.
 * Removed pdc_wdt_set_timeout call from the probe function.
 * Removed pdc_wdt_shutdown function call from pdc_wdt_remove function
   and added pdc_wdt_stop function call instead.

Changes from v2:

 * Removed interrupt.h header file.

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    |  19 ++
 drivers/watchdog/Kconfig                           |  11 +
 drivers/watchdog/Makefile                          |   1 +
 drivers/watchdog/imgpdc_wdt.c                      | 289 +++++++++++++++++++++
 4 files changed, 320 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/watchdog/imgpdc-wdt.txt
 create mode 100644 drivers/watchdog/imgpdc_wdt.c

-- 
2.2.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] 12+ messages in thread

end of thread, other threads:[~2015-02-02 22:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-06 13:19 [PATCH v7 0/2] watchdog: ImgTec PDC Watchdog Timer Driver Ezequiel Garcia
     [not found] ` <1420550375-22867-1-git-send-email-ezequiel.garcia-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2015-01-06 13:19   ` [PATCH v7 1/2] " Ezequiel Garcia
     [not found]     ` <1420550375-22867-2-git-send-email-ezequiel.garcia-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2015-01-13 12:08       ` Guenter Roeck
2015-01-06 13:19   ` [PATCH v7 2/2] DT: watchdog: Add ImgTec PDC Watchdog Timer binding documentation Ezequiel Garcia
     [not found]     ` <1420550375-22867-3-git-send-email-ezequiel.garcia-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2015-01-13 12:08       ` Guenter Roeck
2015-01-20 11:13   ` [PATCH v7 0/2] watchdog: ImgTec PDC Watchdog Timer Driver Ezequiel Garcia
     [not found]     ` <54BE383F.6050209-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2015-01-20 13:59       ` Guenter Roeck
     [not found]         ` <54BE5F50.9050900-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2015-01-20 13:59           ` Ezequiel Garcia
2015-01-28 18:39           ` Ezequiel Garcia
     [not found]             ` <54C92CDA.8030500-1AXoQHu6uovQT0dZR+AlfA@public.gmane.org>
2015-01-28 18:57               ` Guenter Roeck
     [not found]                 ` <20150128185711.GA6730-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>
2015-01-28 18:56                   ` Ezequiel Garcia
2015-02-02 22:37               ` Wim Van Sebroeck

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).