u-boot/drivers/video/rockchip
Johan Jonker a12a73b664 drivers: use dev_read_addr_ptr when cast to pointer
The fdt_addr_t and phys_addr_t size have been decoupled. A 32bit CPU
can expect 64-bit data from the device tree parser, so use
dev_read_addr_ptr instead of the dev_read_addr function in the
various files in the drivers directory that cast to a pointer.
As we are there also streamline the error response to -EINVAL on return.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2023-05-06 17:28:18 +08:00
..
dw_mipi_dsi_rockchip.c rockchip: video: Add support for RK3568 DSI Host 2023-04-21 15:16:01 +08:00
Kconfig rockchip: video: Add support for RK3568 DSI Host 2023-04-21 15:16:01 +08:00
Makefile rockchip: video: Add support for RK3568 DSI Host 2023-04-21 15:16:01 +08:00
rk3288_hdmi.c dm: treewide: Rename ofdata_to_platdata() to of_to_plat() 2020-12-13 16:51:09 -07:00
rk3288_mipi.c rockchip: video: mipi: add more compatible strings for rk3288/rk3399 2022-04-18 11:25:13 +08:00
rk3288_vop.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
rk3399_hdmi.c dm: treewide: Rename ofdata_to_platdata() to of_to_plat() 2020-12-13 16:51:09 -07:00
rk3399_mipi.c rockchip: video: mipi: add more compatible strings for rk3288/rk3399 2022-04-18 11:25:13 +08:00
rk3399_vop.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
rk_edp.c rockchip: video: rk_edp: add more rk3288 edp node options 2022-04-18 11:25:13 +08:00
rk_hdmi.c dm: treewide: Rename ofdata_to_platdata() to of_to_plat() 2020-12-13 16:51:09 -07:00
rk_hdmi.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00
rk_lvds.c common: Drop asm/global_data.h from common header 2021-02-02 15:33:42 -05:00
rk_mipi.c WS cleanup: remove trailing empty lines 2021-09-30 08:08:56 -04:00
rk_mipi.h video: rockchip: Restrict EDP, VOP, MIPI files to GPL-2.0 2020-11-13 18:16:11 +08:00
rk_vop.c drivers: use dev_read_addr_ptr when cast to pointer 2023-05-06 17:28:18 +08:00
rk_vop.h doc: replace @return by Return: 2022-01-19 18:11:34 +01:00