u-boot-brain/drivers/mailbox
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
..
k3-sec-proxy.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
Kconfig rename symbol: CONFIG_TEGRA -> CONFIG_ARCH_TEGRA 2020-05-15 14:47:35 -04:00
mailbox-uclass.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
Makefile mailbox: zynqmp: ipi mailbox driver 2019-10-08 09:55:11 +02:00
sandbox-mbox-test.c dm: core: Create a new header file for 'compat' features 2020-02-05 19:33:46 -07:00
sandbox-mbox.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
stm32-ipcc.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
tegra-hsp.c treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
zynqmp-ipi.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00