u-boot-brain/arch/arm/mach-rockchip
Simon Glass a821c4af79 dm: Rename dev_addr..() functions
These support the flat device tree. We want to use the dev_read_..()
prefix for functions that support both flat tree and live tree. So rename
the existing functions to avoid confusion.

In the end we will have:

   1. dev_read_addr...()    - works on devices, supports flat/live tree
   2. devfdt_get_addr...()  - current functions, flat tree only
   3. of_get_address() etc. - new functions, live tree only

All drivers will be written to use 1. That function will in turn call
either 2 or 3 depending on whether the flat or live tree is in use.

Note this involves changing some dead code - the imx_lpi2c.c file.

Signed-off-by: Simon Glass <sjg@chromium.org>
2017-06-01 07:03:01 -06:00
..
rk3036 Kconfig: Migrate BOARD_LATE_INIT to a select 2017-01-24 10:35:54 -05:00
rk3188 rockchip: rk3188: Add Radxa Rock board 2017-04-04 20:01:57 -06:00
rk3288 power: rk808: rename to rk8xx 2017-05-10 13:37:22 -06:00
rk3328 dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
rk3399 rockchip: rk3399: use actual dram size 2017-05-10 13:37:21 -06:00
bootrom.c rockchip: Print a message when returning to the bootrom 2017-04-18 10:29:26 -04:00
Kconfig Convert CONFIG_SPL_BOARD_INIT to Kconfig 2017-05-22 07:29:48 -04:00
Makefile rockchip: Print a message when returning to the bootrom 2017-04-18 10:29:26 -04:00
rk_timer.c rockchip: add timer driver 2015-12-01 08:07:22 -07:00
rk3036-board-spl.c rk3036: Fix unused variable warning 2017-05-12 08:37:22 -04:00
rk3036-board.c rockchip: add boot-mode support for rk3288, rk3036 2016-10-01 18:36:55 -06:00
rk3188-board-spl.c rockchip: rk3188: Setup the armclk in spl 2017-04-04 20:01:57 -06:00
rk3188-board-tpl.c rockchip: rk3188: Cleanup some SPL/TPL rename leftovers 2017-04-04 20:01:57 -06:00
rk3188-board.c rockchip: rk3188: enable remap function 2017-04-15 10:13:17 -06:00
rk3288-board-spl.c rockchip: enable debug uart 2017-05-10 13:37:21 -06:00
rk3288-board.c rockchip: rename miniarm to tinker board 2017-02-09 12:10:59 -07:00
rk3399-board-spl.c rockchip: rk3399: spl: add UART0 support for SPL 2017-04-15 10:18:29 -06:00
save_boot_param.S rockchip: Print a message when returning to the bootrom 2017-04-18 10:29:26 -04:00