aboutsummaryrefslogtreecommitdiff
path: root/drivers/w1/slaves/w1_therm.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-08w1: keep balance of mutex locks and refcntsGravatar Alexey Khoroshilov 1-28/+31
2017-08-31drivers: w1: add hwmon temp support for w1_thermGravatar Jaghathiswari Rankappagounder Natarajan 1-0/+86
2017-08-31drivers: w1: refactor w1_slave_show to make the temp reading functionality se...Gravatar Jaghathiswari Rankappagounder Natarajan 1-31/+51
2017-06-09w1: Add subsystem kernel public interfaceGravatar Andrew F. Davis 1-3/+7
2017-05-25w1: Organize driver source to natural/common orderGravatar Andrew F. Davis 1-9/+9
2016-08-31drivers: w1: style corrections-pointers-blanklines-comparisonsGravatar Ben Werbowyj 1-2/+4
2016-08-31drivers: w1: removed assignment from within if statementGravatar Ben Werbowyj 1-2/+4
2016-08-31drivers: w1: style corrections for parenthesis and bracesGravatar Ben Werbowyj 1-6/+4
2016-05-01w1: add ability to set (SRAM) and store (EEPROM) configuration for temp senso...Gravatar Ben Sen 1-7/+211
2015-06-12w1: use correct lock on error in w1_seq_show()Gravatar Dan Carpenter 1-2/+2
2015-06-12w1: fix for loop exit condition in w1_seq_show()Gravatar Dan Carpenter 1-1/+1
2015-05-24w1: Add support for DS28EA00 sequence to w1-thermGravatar Matt Campbell 1-1/+101
2015-05-24w1_therm reference count family dataGravatar David Fries 1-15/+47
2014-02-07w1: use family_data instead of rom in w1_slaveGravatar David Fries 1-2/+19
2013-08-22w1: slaves: w1_therm: convert to use w1_family_ops.groupsGravatar Greg Kroah-Hartman 1-15/+9
2013-06-03w1: add family based automatic module loadingGravatar Alexander Stein 1-0/+5
2013-02-18w1: w1_therm: Add force-pullup option for "broken" sensorsGravatar Michael Arndt 1-1/+10
2013-01-15w1_therm: Retries: remove old code add CRCGravatar David Stevenson 1-19/+6
2012-08-161-Wire: Add support for the maxim ds1825 temperature sensorGravatar Raphael Assenat 1-0/+9
2012-06-13W1: split master mutex to avoid deadlocks.Gravatar NeilBrown 1-5/+5
2011-11-17W1: w1_therm: release the bus during conversion on externally powered devicesGravatar Maciej Szmigiero 1-5/+31
2011-08-25MAINTAINERS: Evgeniy has movedGravatar Evgeniy Polyakov 1-2/+2
2011-07-26drivers/w1/slaves/w1_therm.c: add support for DS28EA00Gravatar Christian Glindkamp 1-0/+9
2010-04-24w1: w1 temp: fix negative termperature calculationGravatar Ian Dall 1-3/+2
2009-02-11w1: w1 temp calculation overflow fixGravatar Ian Dall 1-1/+1
2008-10-16W1: w1_therm consistent mutex access code cleanupGravatar David Fries 1-1/+1
2008-10-16W1: w1_therm fix user buffer overflow and catGravatar David Fries 1-35/+20
2008-10-16W1: feature, w1_therm.c use strong pullup and documentationGravatar David Fries 1-2/+13
2008-02-06W1: w1_therm.c standardize units to millidegrees CGravatar David Fries 1-1/+2
2008-01-22W1: w1_therm.c is flagging 0C etc as invalidGravatar David Fries 1-1/+1
2008-01-22W1: w1_therm.c ds18b20 decode freezing temperatures correctlyGravatar David Fries 1-1/+1
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Gravatar Zhang Rui 1-2/+5
2007-07-11sysfs: kill unnecessary attribute->ownerGravatar Tejun Heo 1-1/+0
2007-06-28w1_therm_read_bin: don't call flush_signals()Gravatar Evgeniy Polyakov 1-5/+1
2007-02-12[PATCH] w1: Use ARRAY_SIZE macro when appropriateGravatar Ahmed S. Darwish 1-3/+3
2006-12-04[PATCH] severing module.h->sched.hGravatar Al Viro 1-0/+1
2006-06-22[PATCH] w1: Use mutexes instead of semaphores.Gravatar Evgeniy Polyakov 1-10/+2
2006-06-22[PATCH] w1: Userspace communication protocol over connector.Gravatar Evgeniy Polyakov 1-1/+0
2006-03-23[PATCH] W1: Move w1 bus master code into 'w1/masters' and move w1 slave code ...Gravatar Evgeniy Polyakov 1-0/+268