u-boot-brain/drivers/video/exynos
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
..
exynos_dp_lowlevel.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
exynos_dp_lowlevel.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
exynos_dp.c treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
exynos_fb.c treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
exynos_mipi_dsi_common.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
exynos_mipi_dsi_common.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
exynos_mipi_dsi_lowlevel.c common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
exynos_mipi_dsi_lowlevel.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
exynos_mipi_dsi.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
exynos_pwm_bl.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00