]> Git Repo - u-boot.git/commit
w1: Add 1-Wire uclass
authorMaxime Ripard <[email protected]>
Tue, 18 Sep 2018 07:35:24 +0000 (10:35 +0300)
committerTom Rini <[email protected]>
Sat, 29 Sep 2018 00:22:34 +0000 (20:22 -0400)
commitd3e19cf9195e7308c6333bbbbc12f8db8fa2d079
tree96c9b9583e2c5f2b59bd142e89f7fb9e73702196
parent620300043c95cc695585748ba6ef79da8b8095eb
w1: Add 1-Wire uclass

We might want to use 1-Wire devices connected on boards such as EEPROMs in
U-Boot.

Provide a framework to be able to do that.

Signed-off-by: Maxime Ripard <[email protected]>
[[email protected]: reworked]
Signed-off-by: Eugen Hristev <[email protected]>
drivers/Kconfig
drivers/Makefile
drivers/w1/Kconfig [new file with mode: 0644]
drivers/w1/Makefile [new file with mode: 0644]
drivers/w1/w1-uclass.c [new file with mode: 0644]
include/dm/uclass-id.h
include/w1.h [new file with mode: 0644]
This page took 0.029125 seconds and 4 git commands to generate.