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
..
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:18 -04:00
2020-04-24 16:40:09 -04:00
2020-05-18 21:19:18 -04:00
2020-01-10 10:25:13 -05:00
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:18 -04:00
2020-05-18 21:19:18 -04:00
2020-01-10 10:25:13 -05:00
2018-07-30 16:02:29 -04:00
2018-06-05 20:19:09 -04:00
2020-07-09 06:02:45 +02:00
2020-05-18 21:19:18 -04:00
2019-05-31 23:27:12 +02:00
2019-07-29 09:32:12 -04:00
2020-05-18 21:19:18 -04:00