mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
e3e2470fdd
When using OF_PLATDATA, the bind process between devices and drivers is performed trying to match compatible string with driver names. However driver names are not strictly defined, and also there are different names used when declaring a driver with U_BOOT_DRIVER, the name of the symbol used in the linker list and the used in the struct driver_info. In order to make things a bit more clear, rename the drivers names. This will also help for further OF_PLATDATA improvements, such as checking for valid driver names. Signed-off-by: Walter Lozano <walter.lozano@collabora.com> Reviewed-by: Simon Glass <sjg@chromium.org> Add a fix for sandbox of-platdata to avoid using an invalid ANSI colour: Signed-off-by: Simon Glass <sjg@chromium.org> |
||
---|---|---|
.. | ||
act8846.c | ||
as3722_regulator.c | ||
bd71837.c | ||
da9063.c | ||
fan53555.c | ||
fixed.c | ||
gpio-regulator.c | ||
Kconfig | ||
lp873x_regulator.c | ||
lp87565_regulator.c | ||
Makefile | ||
max77686.c | ||
palmas_regulator.c | ||
pbias_regulator.c | ||
pfuze100.c | ||
pwm_regulator.c | ||
regulator-uclass.c | ||
regulator_common.c | ||
regulator_common.h | ||
rk8xx.c | ||
s2mps11_regulator.c | ||
s5m8767.c | ||
sandbox.c | ||
stm32-vrefbuf.c | ||
stpmic1.c | ||
tps62360_regulator.c | ||
tps65090_regulator.c | ||
tps65910_regulator.c | ||
tps65941_regulator.c |