]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - drivers/w1/w1_family.h
w1: new w1_ds2406 driver
authorScott Alfter <scott@alfter.us>
Tue, 17 Jun 2014 20:42:05 +0000 (20:42 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 20 Jun 2014 00:45:14 +0000 (17:45 -0700)
commit94859308a21b2bbf3d7c48789513c0c4a9ea7de1
treea929e9e6f3dd3d81deeee65c6eb221c8488435a1
parent7242d42ace30825553eabd424b41b03136d37faa
w1: new w1_ds2406 driver

Some preliminary work at making use of this driver led me to implement
CRC-16 checks on read and write to deal with the occasional glitchiness of
the 1-Wire bus.  The revised driver (attached) returns an I/O error if the
CRC check fails.  When reading the chip's state, either you get a valid
indication or you get an I/O error.  When changing its state, either the
change is successful or an I/O error is returned.

Signed-off-by: Scott Alfter <scott@alfter.us>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/w1/slaves/w1_ds2406 [new file with mode: 0644]
drivers/w1/slaves/Kconfig
drivers/w1/slaves/Makefile
drivers/w1/slaves/w1_ds2406.c [new file with mode: 0644]
drivers/w1/w1_family.h