]> Git Repo - u-boot.git/commit
dm: Fix error handling for dev_read_addr_ptr
authorSean Anderson <[email protected]>
Wed, 24 Jun 2020 10:41:13 +0000 (06:41 -0400)
committerAndes <[email protected]>
Wed, 1 Jul 2020 07:01:21 +0000 (15:01 +0800)
commit082faeb86526b41bb9c5ca8373168e12f2de3a10
tree33df9c0ea326cacd807bb5fd50f33909083e4d5e
parent4a3390f1d3b71f0645eb281176f00cd0d5ac2dcb
dm: Fix error handling for dev_read_addr_ptr

dev_read_addr_ptr had different semantics depending on whether OF_LIVE was
enabled. This patch converts both implementations to return NULL on error,
and converts all call sites which check for FDT_ADDR_T_NONE to check for
NULL instead. This patch also removes the call to map_physmem, since we
have dev_remap_addr* for those semantics.

Signed-off-by: Sean Anderson <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
drivers/clk/imx/clk-imx8mp.c
drivers/core/read.c
drivers/pinctrl/broadcom/pinctrl-bcm283x.c
drivers/pinctrl/mediatek/pinctrl-mtk-common.c
include/dm/read.h
This page took 0.038551 seconds and 4 git commands to generate.