remarkable-linux/drivers/w1/masters
Andrew F. Davis de0d6dbdbd w1: Add subsystem kernel public interface
Like other subsystems we should be able to define slave devices outside
of the w1 directory. To do this we move public facing interface
definitions to include/linux/w1.h and rename the internal definition
file to w1_internal.h.

As w1_family.h and w1_int.h contained almost entirely public
driver interface definitions we simply removed these files and
moved the remaining definitions into w1_internal.h.

With this we can now start to move slave devices out of w1/slaves and
into the subsystem based on the function they implement, again like
other drivers.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Sebastian Reichel <sre@kernel.org>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-06-09 11:54:54 +02:00
..
ds1wm.c w1: Add subsystem kernel public interface 2017-06-09 11:54:54 +02:00
ds2482.c w1: Add subsystem kernel public interface 2017-06-09 11:54:54 +02:00
ds2490.c w1: Add subsystem kernel public interface 2017-06-09 11:54:54 +02:00
Kconfig w1: mxc_w1: Enable driver compilation with COMPILE_TEST 2014-02-28 15:27:09 -08:00
Makefile
matrox_w1.c w1: Add subsystem kernel public interface 2017-06-09 11:54:54 +02:00
mxc_w1.c w1: Add subsystem kernel public interface 2017-06-09 11:54:54 +02:00
omap_hdq.c w1: Add subsystem kernel public interface 2017-06-09 11:54:54 +02:00
w1-gpio.c w1: Add subsystem kernel public interface 2017-06-09 11:54:54 +02:00