u-boot-brain/arch/arm/mach-snapdragon
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
..
include/mach arm: mach-snapdragon: db820c: Actually init PLL for serial 2019-01-25 12:12:55 -05:00
clock-apq8016.c mach-snapdragon: Fix UART clock flow 2018-05-26 18:19:11 -04:00
clock-apq8096.c arm: mach-snapdragon: db820c: Actually init PLL for serial 2019-01-25 12:12:55 -05:00
clock-snapdragon.c treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
clock-snapdragon.h mach-snapdragon: Fix UART clock flow 2018-05-26 18:19:11 -04:00
dram.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
Kconfig db410c: serial# env using msm board serial 2018-09-30 13:00:35 -04:00
Makefile arm: mach-snapdragon: add pinctrl driver for db820c 2019-01-25 12:12:55 -05:00
misc.c mach-snapdragon: Fix overwriting last digit of serial number 2020-04-03 11:47:47 -04:00
pinctrl-apq8016.c mach-snapdragon: db410: pinctrl: fix pin count 2019-01-18 09:16:15 -05:00
pinctrl-apq8096.c arm: mach-snapdragon: add pinctrl driver for db820c 2019-01-25 12:12:55 -05:00
pinctrl-snapdragon.c treewide: convert devfdt_get_addr() to dev_read_addr() 2020-07-25 14:46:57 -06:00
pinctrl-snapdragon.h arm: mach-snapdragon: add pinctrl driver for db820c 2019-01-25 12:12:55 -05:00
sysmap-apq8016.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
sysmap-apq8096.c SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00