summaryrefslogtreecommitdiffstats
path: root/drivers/w1/slaves/w1_ds2408.c
Commit message (Expand)AuthorAgeFilesLines
* w1: minor white-space and code style fixesKrzysztof Kozlowski2023-04-201-5/+5
* w1: ds2408: drop kerneldoc annotationKrzysztof Kozlowski2023-04-201-1/+1
* 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: ds2408: Fix typo after 49695ac46861 (reset on output_write retry with rea...Mariusz Bialonczyk2019-05-241-1/+1
* w1: ds2408: reset on output_write retry with readbackJean-Francois Dagenais2019-04-251-37/+39
* w1: Add subsystem kernel public interfaceAndrew F. Davis2017-06-091-3/+3
* w1: Organize driver source to natural/common orderAndrew F. Davis2017-05-251-6/+5
* w1: add helper macro module_w1_familyAndrew F. Davis2016-08-021-13/+1
* w1: slaves: w1_ds2408: convert to use w1_family_ops.groupsGreg Kroah-Hartman2013-08-221-122/+52
* drivers/w1/slaves/w1_ds2408.c: add magic sequence to disable P0 test modeJean-Francois Dagenais2013-07-031-0/+30
* w1: add family based automatic module loadingAlexander Stein2013-06-031-0/+1
* w1: ds2408: use ARRAY_SIZE instead of hard-coded numberJean-Francois Dagenais2013-03-151-4/+3
* w1: ds2408: make value read-back check a Kconfig optionJean-Francois Dagenais2013-03-151-6/+12
* W1: split master mutex to avoid deadlocks.NeilBrown2012-06-131-12/+12
* w1: w1_ds2408.c: quite sparse noise about using plaing integer as NULL pointerH Hartley Sweeten2012-05-041-2/+0
* w1: fix for loop in w1_f29_remove_slave()Dan Carpenter2011-08-251-1/+1
* w1: add 1-wire (w1) DS2408 8-Channel Addressable Switch supportJean-François Dagenais2011-05-261-0/+402