w1: Add driver for i.MX bus master controller
authorMartin Fuzzey <martin.fuzzey@flowbird.group>
Wed, 24 Oct 2018 08:21:18 +0000 (10:21 +0200)
committerStefano Babic <sbabic@denx.de>
Tue, 1 Jan 2019 13:12:18 +0000 (14:12 +0100)
commita2e99a71b258d67f421ed84a83c866cb45578679
tree21e459ac7d850c4de3b4716448f7528c261b558e
parentda4918acb8585ba45b2dbadb2114e10d7557966f
w1: Add driver for i.MX bus master controller

Two variants of controllers are supported:
V1 (bitwise only) found in
i.MX21, i.MX27, i.MX31, i.MX51
V2 (byte operations) found in
i.MX25, i.MX35, i.MX50, i.MX53

Only tested on i.MX53 hardware but in both modes
(by modifying the device tree).

Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group>
doc/device-tree-bindings/w1/mxc-w1.txt [new file with mode: 0644]
drivers/w1/Kconfig
drivers/w1/Makefile
drivers/w1/mxc_w1.c [new file with mode: 0644]