summaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/w1_ds2408.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-05w1: Constify static w1_family_ops structsRikard Falkeborn1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner1-3/+1
2019-05-24w1: ds2408: Fix typo after 49695ac46861 (reset on output_write retry with rea...Mariusz Bialonczyk1-1/+1
2019-04-25w1: ds2408: reset on output_write retry with readbackJean-Francois Dagenais1-37/+39
2017-06-09w1: Add subsystem kernel public interfaceAndrew F. Davis1-3/+3
2017-05-25w1: Organize driver source to natural/common orderAndrew F. Davis1-6/+5
2016-08-02w1: add helper macro module_w1_familyAndrew F. Davis1-13/+1
2013-08-22w1: slaves: w1_ds2408: convert to use w1_family_ops.groupsGreg Kroah-Hartman1-122/+52
2013-07-03drivers/w1/slaves/w1_ds2408.c: add magic sequence to disable P0 test modeJean-Francois Dagenais1-0/+30
2013-06-03w1: add family based automatic module loadingAlexander Stein1-0/+1
2013-03-15w1: ds2408: use ARRAY_SIZE instead of hard-coded numberJean-Francois Dagenais1-4/+3
2013-03-15w1: ds2408: make value read-back check a Kconfig optionJean-Francois Dagenais1-6/+12
2012-06-13W1: split master mutex to avoid deadlocks.NeilBrown1-12/+12
2012-05-04w1: w1_ds2408.c: quite sparse noise about using plaing integer as NULL pointerH Hartley Sweeten1-2/+0
2011-08-25w1: fix for loop in w1_f29_remove_slave()Dan Carpenter1-1/+1
2011-05-26w1: add 1-wire (w1) DS2408 8-Channel Addressable Switch supportJean-François Dagenais1-0/+402