kernel_optimize_test/drivers/w1
Scott Alfter 94859308a2 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>
2014-06-19 17:45:14 -07:00
..
masters w1: mxc_w1: Optimize mxc_w1_ds2_touch_bit() 2014-06-19 17:43:34 -07:00
slaves w1: new w1_ds2406 driver 2014-06-19 17:45:14 -07:00
Kconfig
Makefile
w1_family.c
w1_family.h w1: new w1_ds2406 driver 2014-06-19 17:45:14 -07:00
w1_int.c drivers/w1/w1_int.c: Fix style errors. 2014-06-19 17:45:13 -07:00
w1_int.h
w1_io.c
w1_log.h
w1_netlink.c
w1_netlink.h
w1.c
w1.h