u-boot-brain/drivers/w1
Martin Fuzzey b95938117c w1: fix occasional enumeration failure
Sometimes enumeration fails (about 1 in 50 times on my custom board).

The underlying reason is probably electrical but Linux does not have
the problem.

Comparing the Linux / u-boot implementations shows that Linux
retries the error case whereas u-boot aborts early.

Removing the early abort in u-boot fixes the problem.

Signed-off-by: Martin Fuzzey <martin.fuzzey@flowbird.group>
2018-12-06 17:15:15 -05:00
..
Kconfig w1: Add 1-Wire gpio driver 2018-09-28 20:22:34 -04:00
Makefile w1: Add 1-Wire gpio driver 2018-09-28 20:22:34 -04: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