mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 05:04:26 +00:00
2548493ab4
When you enable CONFIG_OF_LIVE, you will end up with a lot of conversions. To generate this commit, I used coccinelle excluding drivers/core/, include/dm/, and test/ The semantic patch that makes this change is as follows: <smpl> @@ expression dev; @@ -devfdt_get_addr(dev) +dev_read_addr(dev) </smpl> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
pinctrl-uniphier-core.c | ||
pinctrl-uniphier-ld4.c | ||
pinctrl-uniphier-ld6b.c | ||
pinctrl-uniphier-ld11.c | ||
pinctrl-uniphier-ld20.c | ||
pinctrl-uniphier-pro4.c | ||
pinctrl-uniphier-pro5.c | ||
pinctrl-uniphier-pxs2.c | ||
pinctrl-uniphier-pxs3.c | ||
pinctrl-uniphier-sld8.c | ||
pinctrl-uniphier.h |