summaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/w1_therm.c
Commit message (Expand)AuthorAgeFilesLines
* w1: therm: constify pointers to hwmon_channel_infoKrzysztof Kozlowski2023-05-081-1/+1
* w1: w1_therm: fix typo in commentJulia Lawall2023-05-081-1/+1
* w1: w1_therm: Use max() instead of doing it manuallyHaowen Bai2023-05-081-1/+1
* w1: w1_therm: fix locking behavior in convert_tStefan Wahren2023-05-081-17/+14
* w1: w1_therm: Add support for Maxim MAX31850 thermoelement IF.Markus Reichl2022-03-181-2/+68
* w1: w1_therm: fixes w1_seq for ds28ea00 sensorsLucas Denefle2022-02-251-2/+6
* w1: w1_therm: use swap() to make code cleanerYang Guang2021-12-211-4/+3
* w1: w1_therm: fix build warning in w1_seq_show()Yang Yingliang2021-05-211-2/+1
* w1: w1_therm: correct function name bulk_read_support()Yang Yingliang2021-05-211-1/+1
* w1: slaves: Typo fixesBhaskar Chowdhury2021-03-241-2/+2
* w1: w1_therm: use clamp() in int_to_short()Dan Carpenter2021-03-241-2/+1
* w1: w1_therm: Fix conversion result for negative temperaturesIvan Zaentsev2021-01-271-13/+9
* w1: w1_therm: Rename conflicting sysfs attribute 'eeprom' to 'eeprom_cmd'Ivan Zaentsev2020-11-121-6/+6
* w1: w1_therm: make w1_poll_completion staticGreg Kroah-Hartman2020-10-051-1/+1
* w1: Constify static w1_family_ops structsRikard Falkeborn2020-10-051-3/+3
* w1: w1_therm: Add support for GXCAS GX20MH01 device.Ivan Zaentsev2020-10-021-28/+78
* w1: w1_therm: Add sysfs entries to control conversion time and driver featuresIvan Zaentsev2020-10-021-26/+331
* w1_therm: remove redundant assignments to variable retColin Ian King2020-05-211-4/+4
* w1_therm: Free the correct variableDan Carpenter2020-05-211-2/+3
* w1_therm: adding bulk read support to trigger multiple conversion on busAkira Shimahara2020-05-151-2/+249
* w1_therm: adding alarm sysfs entryAkira Shimahara2020-05-151-0/+161
* w1_therm: optimizing temperature read timingsAkira Shimahara2020-05-151-101/+185
* w1_therm: adding eeprom sysfs entryAkira Shimahara2020-05-151-57/+118
* w1_therm: adding resolution sysfs entryAkira Shimahara2020-05-151-98/+344
* w1_therm: adding ext_power sysfs entryAkira Shimahara2020-05-151-0/+137
* w1_therm: fix reset_select_slave during discoveryAkira Shimahara2020-05-151-7/+41
* w1_therm: adding code comments and code reorderingAkira Shimahara2020-05-151-168/+259
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 147Thomas Gleixner2019-05-301-15/+1
* w1: keep balance of mutex locks and refcntsAlexey Khoroshilov2017-11-081-28/+31
* drivers: w1: add hwmon temp support for w1_thermJaghathiswari Rankappagounder Natarajan2017-08-311-0/+86
* drivers: w1: refactor w1_slave_show to make the temp reading functionality se...Jaghathiswari Rankappagounder Natarajan2017-08-311-31/+51
* w1: Add subsystem kernel public interfaceAndrew F. Davis2017-06-091-3/+7
* w1: Organize driver source to natural/common orderAndrew F. Davis2017-05-251-9/+9
* drivers: w1: style corrections-pointers-blanklines-comparisonsBen Werbowyj2016-08-311-2/+4
* drivers: w1: removed assignment from within if statementBen Werbowyj2016-08-311-2/+4
* drivers: w1: style corrections for parenthesis and bracesBen Werbowyj2016-08-311-6/+4
* w1: add ability to set (SRAM) and store (EEPROM) configuration for temp senso...Ben Sen2016-05-011-7/+211
* w1: use correct lock on error in w1_seq_show()Dan Carpenter2015-06-121-2/+2
* w1: fix for loop exit condition in w1_seq_show()Dan Carpenter2015-06-121-1/+1
* w1: Add support for DS28EA00 sequence to w1-thermMatt Campbell2015-05-241-1/+101
* w1_therm reference count family dataDavid Fries2015-05-241-15/+47
* w1: use family_data instead of rom in w1_slaveDavid Fries2014-02-071-2/+19
* w1: slaves: w1_therm: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-15/+9
* w1: add family based automatic module loadingAlexander Stein2013-06-031-0/+5
* w1: w1_therm: Add force-pullup option for "broken" sensorsMichael Arndt2013-02-181-1/+10
* w1_therm: Retries: remove old code add CRCDavid Stevenson2013-01-151-19/+6
* 1-Wire: Add support for the maxim ds1825 temperature sensorRaphael Assenat2012-08-161-0/+9
* W1: split master mutex to avoid deadlocks.NeilBrown2012-06-131-5/+5
* W1: w1_therm: release the bus during conversion on externally powered devicesMaciej Szmigiero2011-11-171-5/+31
* MAINTAINERS: Evgeniy has movedEvgeniy Polyakov2011-08-251-2/+2