u-boot-brain/drivers/w1
Martin Fuzzey a2e99a71b2 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>
2019-01-01 14:12:18 +01:00
..
Kconfig w1: Add driver for i.MX bus master controller 2019-01-01 14:12:18 +01:00
Makefile w1: Add driver for i.MX bus master controller 2019-01-01 14:12:18 +01:00
mxc_w1.c w1: Add driver for i.MX bus master controller 2019-01-01 14:12:18 +01:00
w1-gpio.c w1: Add 1-Wire gpio driver 2018-09-28 20:22:34 -04:00
w1-uclass.c w1: fix occasional enumeration failure 2018-12-06 17:15:15 -05:00