]> Git Repo - u-boot.git/commit
W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs
authorMaxime Ripard <[email protected]>
Tue, 18 Sep 2018 07:35:27 +0000 (10:35 +0300)
committerTom Rini <[email protected]>
Sat, 29 Sep 2018 00:22:35 +0000 (20:22 -0400)
commitc924ee25aa0e837bf4ae207e9959babe23a372d6
tree96f4a40580f9118f6e25a962c2c44c11251128bb
parente1721ba0e68ebe8ef88e375301b53077d66c0448
W1-EEPROM: Add an W1-EEPROM uclass for 1 wire EEPROMs

We might want to access data stored onto one wire EEPROMs.
Create a framework to provide a consistent API.

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