u-boot-brain/drivers/pinctrl/renesas
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 pinctrl: renesas: Add R8A77980 V3H PFC tables 2019-08-09 23:15:01 +02:00
Makefile pinctrl: renesas: Add R8A77980 V3H PFC tables 2019-08-09 23:15:01 +02:00
pfc-r7s72100.c treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
pfc-r8a7790.c pinctrl: renesas: Synchronize Gen2/Gen3 tables with Linux 5.2 2019-07-23 13:38:23 +02:00
pfc-r8a7791.c pinctrl: renesas: Synchronize Gen2/Gen3 tables with Linux 5.2 2019-07-23 13:38:23 +02:00
pfc-r8a7792.c pinctrl: renesas: Synchronize Gen2/Gen3 tables with Linux 5.2 2019-07-23 13:38:23 +02:00
pfc-r8a7794.c pinctrl: renesas: Synchronize Gen2/Gen3 tables with Linux 5.2 2019-07-23 13:38:23 +02:00
pfc-r8a7795.c pinctrl: renesas: Synchronize Gen2/Gen3 tables with Linux 5.2 2019-07-23 13:38:23 +02:00
pfc-r8a7796.c pinctrl: renesas: Synchronize Gen2/Gen3 tables with Linux 5.2 2019-07-23 13:38:23 +02:00
pfc-r8a77965.c pinctrl: renesas: Synchronize Gen2/Gen3 tables with Linux 5.2 2019-07-23 13:38:23 +02:00
pfc-r8a77970.c pinctrl: renesas: Synchronize Gen2/Gen3 tables with Linux 5.2 2019-07-23 13:38:23 +02:00
pfc-r8a77980.c pinctrl: renesas: Add R8A77980 V3H PFC tables 2019-08-09 23:15:01 +02:00
pfc-r8a77990.c common: Drop linux/bitops.h from common header 2020-05-18 21:19:23 -04:00
pfc-r8a77995.c pinctrl: renesas: Synchronize Gen2/Gen3 tables with Linux 5.2 2019-07-23 13:38:23 +02:00
pfc.c treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
sh_pfc.h common: Drop linux/bug.h from common header 2020-05-18 21:19:23 -04:00