/fs/proc/

1/w1_therm.c?id=09ffd94fb15d85fbf9eebb8180f50264b264d6fe'>diffstats
path: root/drivers/w1/w1_therm.c
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH] w1_therm: removed duplicated family id.Evgeniy Polyakov2005-06-211-5/+1
| | | | | | We can access family id through w1_family structure. Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
* [PATCH] w1: new family structure.Evgeniy Polyakov2005-06-211-10/+0
| | | | | | | | | | Removed some fields which are not required. First step for writing operations. Now only read and read name remain. Patch depends on w1 cleanups patch. Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* [PATCH] w1: cleanups.Evgeniy Polyakov2005-06-211-6/+6
| | | | | | | | | | | | | - white space changes. - list_for_each_entry/list_for_each_entry_safe and reverse changes. - small coding style changes. - removed redundant NULL checks. - use attribute group and macros instead of direct device attributes. Patch is havily based on work from Adrian Bunk and Dmitry Torokhov, thanks guys. Signed-off-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* [PATCH] w1_therm: support for ds18b20, ds1822 thermal sensors.Evgeniy Polyakov2005-06-21