summaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/w1_ds2438.c
Commit message (Expand)AuthorAgeFilesLines
* w1: ds2438: remove redundant initialization of variable crcColin Ian King2023-05-081-2/+0
* w1: ds2438: support for writing to offset registerLuiz Sampaio2021-05-211-0/+49
* w1: ds2438: adding support for reading page1Luiz Sampaio2021-05-211-0/+41
* w1: ds2438: fixing bug that would always get page0Luiz Sampaio2021-05-211-2/+2
* w1: ds2438: changed sysfs macro for rw fileLuiz Sampaio2021-05-211-1/+1
* w1: ds2438: fixed if brackets coding style issueLuiz Sampaio2021-05-211-8/+8
* w1: ds2438: fixed a coding style issueLuiz Sampaio2021-05-211-5/+5
* w1: Constify static w1_family_ops structsRikard Falkeborn2020-10-051-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-191-3/+1
* w1: IAD Register is yet readable trough iad sys file. Fix snprintf (%u for un...Julien Folly2018-10-151-14/+52
* w1: ds2438: make several functions staticColin Ian King2017-08-281-4/+5
* w1: Add subsystem kernel public interfaceAndrew F. Davis2017-06-091-2/+3
* w1: add support for DS2438 Smart Battery MonitorMariusz Bialonczyk2017-03-171-0/+390