[PATCH] hwmon: Add sysfs interface for individual alarm files
authorJean Delvare <khali@linux-fr.org>
Thu, 23 Mar 2006 15:46:47 +0000 (16:46 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 22 Jun 2006 18:10:32 +0000 (11:10 -0700)
commit400b48ecd95a7fac6b126042d37b7efe0202b582
treef0fe5c22b7f2198a952ec75b476ac7a33c515248
parent568825c8ed3c902981ce908ed5693abb3c9ddf59
[PATCH] hwmon: Add sysfs interface for individual alarm files

Extend the sysfs interface of hardware monitoring chips, by adding
individual alarm and beep files. Contrary to the old aggregated "alarms"
and "beeps" files, individual files constitute a standard way to access
the status information, making it finally possible to implement a
chip-independant hardware monitoring chip access library (once all
drivers have been added this new interface, that is.)

If future drivers need more individual files, the interface will be
extended as needed at the same time these drivers are merged into the
kernel tree.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Documentation/hwmon/sysfs-interface