aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/w1_therm.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-08w1: therm: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-05-08w1: w1_therm: fix typo in commentJulia Lawall1-1/+1
2023-05-08w1: w1_therm: Use max() instead of doing it manuallyHaowen Bai1-1/+1
2023-05-08w1: w1_therm: fix locking behavior in convert_tStefan Wahren1-17/+14
2022-03-18w1: w1_therm: Add support for Maxim MAX31850 thermoelement IF.Markus Reichl1-2/+68
2022-02-25w1: w1_therm: fixes w1_seq for ds28ea00 sensorsLucas Denefle1-2/+6
2021-12-21w1: w1_therm: use swap() to make code cleanerYang Guang1-4/+3
2021-05-21w1: w1_therm: fix build warning in w1_seq_show()Yang Yingliang1-2/+1
2021-05-21w1: w1_therm: correct function name bulk_read_support()Yang Yingliang1-1/+1
2021-03-24w1: slaves: Typo fixesBhaskar Chowdhury1-2/+2
2021-03-24w1: w1_therm: use clamp() in int_to_short()Dan Carpenter1-2/+1
2021-01-27w1: w1_therm: Fix conversion result for negative temperaturesIvan Zaentsev1-13/+9
2020-11-12w1: w1_therm: Rename conflicting sysfs attribute 'eeprom' to 'eeprom_cmd'Ivan Zaentsev1-6/+6
2020-10-05w1: w1_therm: make w1_poll_completion staticGreg Kroah-Hartman1-1/+1
2020-10-05w1: Constify static w1_family_ops structsRikard Falkeborn1-3/+3
2020-10-02w1: w1_therm: Add support for GXCAS GX20MH01 device.Ivan Zaentsev1-28/+78
2020-10-02w1: w1_therm: Add sysfs entries to control conversion time and driver featuresIvan Zaentsev1-26/+331
2020-05-21w1_therm: remove redundant assignments to variable retColin Ian King1-4/+4
2020-05-21w1_therm: Free the correct variableDan Carpenter1-2/+3
2020-05-15w1_therm: adding bulk read support to trigger multiple conversion on busAkira Shimahara1-2/+249
2020-05-15w1_therm: adding alarm sysfs entryAkira Shimahara1-0/+161
2020-05-15w1_therm: optimizing temperature read timingsAkira Shimahara1-101/+185
2020-05-15w1_therm: adding eeprom sysfs entryAkira Shimahara1-57/+118
2020-05-15w1_therm: adding resolution sysfs entryAkira Shimahara1-98/+344
2020-05-15w1_therm: adding ext_power sysfs entryAkira Shimahara1-0/+137
2020-05-15w1_therm: fix reset_select_slave during discoveryAkira Shimahara1-7/+41
2020-05-15w1_therm: adding code comments and code reorderingAkira Shimahara1-168/+259
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 147Thomas Gleixner1-15/+1
2017-11-08w1: keep balance of mutex locks and refcntsAlexey Khoroshilov1-28/+31
2017-08-31drivers: w1: add hwmon temp support for w1_thermJaghathiswari Rankappagounder Natarajan1-0/+86
2017-08-31drivers: w1: refactor w1_slave_show to make the temp reading functionality se...Jaghathiswari Rankappagounder Natarajan1-31/+51
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis1-3/+7
2017-05-25w1: Organize driver source to natural/common orderAndrew F. Davis1-9/+9
2016-08-31drivers: w1: style corrections-pointers-blanklines-comparisonsBen Werbowyj1-2/+4
2016-08-31drivers: w1: removed assignment from within if statementBen Werbowyj1-2/+4
2016-08-31drivers: w1: style corrections for parenthesis and bracesBen Werbowyj1-6/+4
2016-05-01w1: add ability to set (SRAM) and store (EEPROM) configuration for temp senso...Ben Sen1-7/+211
2015-06-12w1: use correct lock on error in w1_seq_show()Dan Carpenter1-2/+2
2015-06-12w1: fix for loop exit condition in w1_seq_show()Dan Carpenter1-1/+1
2015-05-24w1: Add support for DS28EA00 sequence to w1-thermMatt Campbell1-1/+101
2015-05-24w1_therm reference count family dataDavid Fries1-15/+47
2014-02-07w1: use family_data instead of rom in w1_slaveDavid Fries1-2/+19
2013-08-22w1: slaves: w1_therm: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-15/+9
2013-06-03w1: add family based automatic module loadingAlexander Stein1-0/+5
2013-02-18w1: w1_therm: Add force-pullup option for "broken" sensorsMichael Arndt1-1/+10
2013-01-15w1_therm: Retries: remove old code add CRCDavid Stevenson1-19/+6
2012-08-161-Wire: Add support for the maxim ds1825 temperature sensorRaphael Assenat1-0/+9
2012-06-13W1: split master mutex to avoid deadlocks.NeilBrown1-5/+5
2011-11-17W1: w1_therm: release the bus during conversion on externally powered devicesMaciej Szmigiero1-5/+31
2011-08-25MAINTAINERS: Evgeniy has movedEvgeniy Polyakov1-2/+2
2011-07-26drivers/w1/slaves/w1_therm.c: add support for DS28EA00Christian Glindkamp1-0/+9
2010-04-24w1: w1 temp: fix negative termperature calculationIan Dall1-3/+2
2009-02-11w1: w1 temp calculation overflow fixIan Dall1-1/+1
2008-10-16W1: w1_therm consistent mutex access code cleanupDavid Fries1-1/+1
2008-10-16W1: w1_therm fix user buffer overflow and catDavid Fries1-35/+20
2008-10-16W1: feature, w1_therm.c use strong pullup and documentationDavid Fries1-2/+13
2008-02-06W1: w1_therm.c standardize units to millidegrees CDavid Fries1-1/+2
2008-01-22W1: w1_therm.c is flagging 0C etc as invalidDavid Fries1-1/+1
2008-01-22W1: w1_therm.c ds18b20 decode freezing temperatures correctlyDavid Fries1-1/+1
2007-07-11sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui1-2/+5
2007-07-11sysfs: kill unnecessary attribute->ownerTejun Heo1-1/+0
2007-06-28w1_therm_read_bin: don't call flush_signals()Evgeniy Polyakov1-5/+1
2007-02-12[PATCH] w1: Use ARRAY_SIZE macro when appropriateAhmed S. Darwish1-3/+3
2006-12-04[PATCH] severing module.h->sched.hAl Viro1-0/+1
2006-06-22[PATCH] w1: Use mutexes instead of semaphores.Evgeniy Polyakov1-10/+2
2006-06-22[PATCH] w1: Userspace communication protocol over connector.Evgeniy Polyakov1-1/+0
2006-03-23[PATCH] W1: Move w1 bus master code into 'w1/masters' and move w1 slave code ...Evgeniy Polyakov1-0/+268