All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH V3 0/2] watchdog: Sysfs status read support
@ 2015-09-03  3:19 Pratyush Anand
  2015-09-03  3:21 ` [PATCH V3 1/2] watchdog: Use static struct class watchdog_class in stead of pointer Pratyush Anand
  2015-09-03  3:22   ` Pratyush Anand
  0 siblings, 2 replies; 6+ messages in thread
From: Pratyush Anand @ 2015-09-03  3:19 UTC (permalink / raw)
  To: linux; +Cc: dyoung, dzickus, linux-watchdog, Pratyush Anand

These patches provide support to read different watchdog device status
through sysfs interface.

Changes since V2:
* Used static struct class watchdog_class in stead of pointer. It helped in
 keep using device_create().
* Above logic was moved to a separate patch.
* Changed subject line of other patch to look more relevant

Changes since V1(RFC):
* Removed keepalive and start ABI
* timeout is read only now
* state returns text
* only supported ABI visible
* ABI contact changed to MAINTAINER
* unnecessary mutex removed
* aligned continuation with '('
* unnecessary initialization of status (= 0) corrected
* unnecessary else removed
* used __ATTRIBUTE_GROUPS
* removed watchdog_device_create and added functionality in watchdog_dev_register.
* optimized nowayout_show
* Now no -EOPNOTSUPP return for timeout read in case of wdd->timeout = 0.

Pratyush Anand (2):
  watchdog: Use static struct class watchdog_class in stead of pointer
  watchdog: Read device status through sysfs attributes

 Documentation/ABI/testing/sysfs-class-watchdog |  51 ++++++++++
 drivers/watchdog/watchdog_core.c               |  17 +---
 drivers/watchdog/watchdog_core.h               |   2 +-
 drivers/watchdog/watchdog_dev.c                | 136 ++++++++++++++++++++++++-
 4 files changed, 187 insertions(+), 19 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-class-watchdog

-- 
2.4.3

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

end of thread, other threads:[~2015-09-03 11:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-03  3:19 [PATCH V3 0/2] watchdog: Sysfs status read support Pratyush Anand
2015-09-03  3:21 ` [PATCH V3 1/2] watchdog: Use static struct class watchdog_class in stead of pointer Pratyush Anand
2015-09-03 10:42   ` Guenter Roeck
2015-09-03  3:22 ` [PATCH V3 2/2] watchdog: Read device status through sysfs attributes Pratyush Anand
2015-09-03  3:22   ` Pratyush Anand
     [not found]   ` <55E82670.2090101@roeck-us.net>
2015-09-03 11:24     ` Pratyush Anand

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.