Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-28 | w1: identify devices with w1-eeprom uclass | Eugen Hristev | |
When a new device is discovered, this may be a w1 eeprom device. Attempt to find the proper node and driver from the w1-eeprom subsystem. Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> | |||
2018-09-28 | w1: Add 1-Wire uclass | Maxime Ripard | |
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 <maxime.ripard@bootlin.com> [eugen.hristev@microchip.com: reworked] Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com> |