rv1126-uboot/drivers/core
Andy Yan 45c78162f3 dm: regmap: use devfdt_get_addr_size_index get reg
fdtdec_get_addr_size() hard-codes the number of cells used to represent
an address or size in DT. This is incorrect in many cases depending on
the DT binding for a particular node or property (e.g. it is incorrect
for the "reg" property). In most cases, DT parsing code must use the
properties #address-cells and #size-cells to parse addres properties.

Change-Id: I736cf41f48eaac5d6b82510a037f447ff874a9e4
Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
2018-05-24 16:43:18 +08:00
..
Kconfig UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00
Makefile UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00
device-remove.c
device.c core: do not fail in device_probe() when clk set default fail 2018-02-27 09:00:03 +08:00
devres.c
dump.c UPSTREAM: dm: core: Show driver name with 'dm tree' 2018-01-16 18:13:59 +08:00
fdtaddr.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
lists.c UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00
of_access.c dm: core: add ofnode_count_phandle_with_args() 2017-07-28 23:34:08 +02:00
of_addr.c dm: core: Add livetree address functions 2017-06-01 07:03:07 -06:00
of_extra.c dm: core: Add a place to put extra device-tree reading functions 2017-06-01 07:03:07 -06:00
ofnode.c core: add ofnode_get_by_phandle() api 2018-02-08 21:56:47 +08:00
read.c core: add dev_count_phandle_with_args for of_live 2018-01-26 16:40:37 +08:00
read_extra.c dm: core: Add ofnode_read_resource() 2017-07-28 12:02:47 -06:00
regmap.c dm: regmap: use devfdt_get_addr_size_index get reg 2018-05-24 16:43:18 +08:00
root.c Revert "rockchip: add support to load and use kernel dtb" 2018-02-07 18:12:44 +08:00
simple-bus.c UPSTREAM: simple-bus: remove DECLARE_GLOBAL_DATA_PTR 2018-01-17 15:27:28 +08:00
syscon-uclass.c dm: core: Avoid calling dm_scan_fdt_dev() with of-platdata 2017-08-17 16:44:16 +09:00
uclass.c debug: convert to use pr_debug for pte init and find dev 2018-03-16 18:09:21 +08:00
util.c UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00