This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
u-boot
Watch
2
Star
0
Fork
You've already forked u-boot
0
mirror of
https://github.com/AsahiLinux/u-boot
synced
2024-11-06 13:14:27 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
eb64f598dc
u-boot
/
drivers
/
w1
/
Makefile
5 lines
101 B
Makefile
Raw
Normal View
History
Unescape
Escape
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 <maxime.ripard@bootlin.com> [eugen.hristev@microchip.com: reworked] Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
2018-09-18 07:35:24 +00:00
obj-$(CONFIG_W1)
+=
w1-uclass.o
w1: Add 1-Wire gpio driver Add a bus driver for bitbanging a 1-Wire bus over a GPIO. Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> [eugen.hristev@microchip.com: fixed some issues] Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
2018-09-18 07:35:25 +00:00
obj-$(CONFIG_W1_GPIO)
+=
w1-gpio.o
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>
2018-10-24 08:21:18 +00:00
obj-$(CONFIG_W1_MXC)
+=
mxc_w1.o
Reference in a new issue
Copy permalink