summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-bd70528.c
diff options
context:
space:
mode:
authorAkira Shimahara <akira215corp@gmail.com>2020-05-11 22:37:42 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-05-15 16:28:59 +0200
commit67b392f7b8edfa6f427fecd98722acab34c1c99f (patch)
treeb8f81821a9867e9546ba151988f23c14224cd9db /drivers/gpio/gpio-bd70528.c
parentw1_therm: adding eeprom sysfs entry (diff)
downloadlinux-67b392f7b8edfa6f427fecd98722acab34c1c99f.tar.xz
linux-67b392f7b8edfa6f427fecd98722acab34c1c99f.zip
w1_therm: optimizing temperature read timings
Optimizing temperature reading by reducing waiting conversion time according to device resolution settings, as per device specification. This is device dependent as not all the devices supports resolution setting, so it has been added in device family structures. The process to read the temperature on the device has been adapted in a new function 'convert_t()', which replace the former 'read_therm()', is introduce to deal with this timing. Strong pull up is also applied during the required time, according to device power status needs and 'strong_pullup' module parameter. 'temperature_from_RAM()' function is introduced to get the correct temperature computation (device dependent) from device RAM data. An new sysfs entry has been added to ouptut only temperature. The old entry w1_slave has been kept for compatibility, without changing its output format. Updating Documentation/ABI/testing/sysfs-driver-w1_therm accordingly. Signed-off-by: Akira Shimahara <akira215corp@gmail.com> Link: https://lore.kernel.org/r/20200511203742.411039-1-akira215corp@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpio/gpio-bd70528.c')
0 files changed, 0 insertions, 0 deletions