u-boot-brain/drivers/pinctrl/uniphier
Masahiro Yamada 2548493ab4 treewide: convert devfdt_get_addr() to dev_read_addr()
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>
2020-07-25 14:46:57 -06:00
..
Kconfig ARM: uniphier: remove sLD3 SoC support 2017-08-20 23:05:39 +09:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
pinctrl-uniphier-core.c treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
pinctrl-uniphier-ld4.c pinctrl: uniphier: Add SPI pin-mux settings 2019-06-29 22:21:26 +09:00
pinctrl-uniphier-ld6b.c pinctrl: uniphier: Add SPI pin-mux settings 2019-06-29 22:21:26 +09:00
pinctrl-uniphier-ld11.c pinctrl: uniphier: Add SPI pin-mux settings 2019-06-29 22:21:26 +09:00
pinctrl-uniphier-ld20.c pinctrl: uniphier: Add SPI pin-mux settings 2019-06-29 22:21:26 +09:00
pinctrl-uniphier-pro4.c pinctrl: uniphier: Add SPI pin-mux settings 2019-06-29 22:21:26 +09:00
pinctrl-uniphier-pro5.c pinctrl: uniphier: Add SPI pin-mux settings 2019-06-29 22:21:26 +09:00
pinctrl-uniphier-pxs2.c pinctrl: uniphier: Add SPI pin-mux settings 2019-06-29 22:21:26 +09:00
pinctrl-uniphier-pxs3.c pinctrl: uniphier: Add SPI pin-mux settings 2019-06-29 22:21:26 +09:00
pinctrl-uniphier-sld8.c pinctrl: uniphier: Add SPI pin-mux settings 2019-06-29 22:21:26 +09:00
pinctrl-uniphier.h common: Drop linux/bug.h from common header 2020-05-18 21:19:23 -04:00