aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/w1_ds2413.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-05w1: Constify static w1_family_ops structsRikard Falkeborn1-1/+1
2019-06-23Merge 5.2-rc6 into char-misc-nextGreg Kroah-Hartman1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner1-3/+1
2019-06-06w1: ds2413: fix state byte comparisionMariusz Bialonczyk1-3/+5
2019-05-24w1: ds2413: when the slave is not responding during read, select it againMariusz Bialonczyk1-1/+8
2019-05-24w1: ds2413: add retry support to state_read()Mariusz Bialonczyk1-13/+24
2019-05-24w1: ds2413: output_write() cosmetic fixes / simplifyMariusz Bialonczyk1-8/+11
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis1-3/+3
2017-05-25w1: Organize driver source to natural/common orderAndrew F. Davis1-5/+5
2016-08-02w1: add helper macro module_w1_familyAndrew F. Davis1-13/+1
2013-08-22w1: slaves: w1_ds2413.c: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-50/+22
2013-06-03w1: add family based automatic module loadingAlexander Stein1-0/+1
2013-02-27w1: add support for DS2413 Dual Channel Addressable SwitchMariusz Bialonczyk1-0/+177