]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit88cb7b630a6f2c9e07bdd121de360e76f9be854d
tree21e459ac7d850c4de3b4716448f7528c261b558e
parent1490a41f4f19478a99d95457fcfcfd7ac44f4299
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]