linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] watchdog: bcm281xx: Debugfs support
@ 2013-12-31 21:22 Markus Mayer
  2013-12-31 21:22 ` [PATCH 1/2] " Markus Mayer
  2013-12-31 21:22 ` [PATCH 2/2] watchdog: bcm281xx: Turn on debugfs support for watchdog driver Markus Mayer
  0 siblings, 2 replies; 4+ messages in thread
From: Markus Mayer @ 2013-12-31 21:22 UTC (permalink / raw)
  To: Wim Van Sebroeck, Guenter Roeck, Christian Daudt
  Cc: Linaro Patches, Linux Watchdog List, Linux Kernel Mailing List,
	Markus Mayer

This series adds debugfs support to the bcm281xx watchdog driver. Most
of the code submitted here was already included as part of v5 of the
original driver submission. See
http://www.spinics.net/lists/linux-watchdog/msg03328.html

However, the debugfs code has since been broken out of the original
driver submission and the following changes have been made over what
was submitted earlier:

- The global variable busy_count is now, instead, part of struct
  bcm_kona_wdt.
- As a result secure_register_read() now needs to take a struct
  bcm_kona_wdt * and a register offset as its arguments.
- debugfs setup and teardown is now performed by
  bcm_kona_wdt_debug_init() and bcm_kona_wdt_debug_exit() rather than
  by using #ifdefs in bcm_kona_wdt_probe() and
  bcm_kona_wdt_debug_exit().

This series is dependent on commit
bd90ccd42c5d6317979c62919ba1c79fd34fa785 in linux-watchdog-next.

Markus Mayer (2):
  watchdog: bcm281xx: Debugfs support
  watchdog: bcm281xx: Turn on debugfs support for watchdog driver

 arch/arm/configs/bcm_defconfig  |    1 +
 drivers/watchdog/Kconfig        |   10 ++++
 drivers/watchdog/bcm_kona_wdt.c |  116 +++++++++++++++++++++++++++++++++++++--
 3 files changed, 123 insertions(+), 4 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2014-01-04 17:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-31 21:22 [PATCH 0/2] watchdog: bcm281xx: Debugfs support Markus Mayer
2013-12-31 21:22 ` [PATCH 1/2] " Markus Mayer
2014-01-04 17:42   ` Guenter Roeck
2013-12-31 21:22 ` [PATCH 2/2] watchdog: bcm281xx: Turn on debugfs support for watchdog driver Markus Mayer

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