This series is part of some clean-ups to reduce the open coded parsing of "reg" and "ranges" in the kernel. As those are standard properties, the common DT code should be able to handle parsing them. However, there are a few gaps in the API for what some drivers need which this series addresses (pun intended). I intend to add these helpers for v6.4 and then convert the users in v6.5 to avoid any dependency issues. This series and the WIP conversions are on this branch[1]. [1] git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git dt/address-helpers Signed-off-by: Rob Herring <robh@xxxxxxxxxx> --- Rob Herring (5): of: unittest: Add bus address range parsing tests of/address: Add of_range_to_resource() helper of/address: Add support for 3 address cell bus of/address: Add of_range_count() helper of/address: Add of_property_read_reg() helper drivers/of/address.c | 76 +++++++++++++- drivers/of/unittest-data/tests-address.dtsi | 9 +- drivers/of/unittest.c | 150 ++++++++++++++++++++++++++++ include/linux/of_address.h | 31 ++++++ 4 files changed, 262 insertions(+), 4 deletions(-) --- base-commit: fe15c26ee26efa11741a7b632e9f23b01aca4cc6 change-id: 20230328-dt-address-helpers-2f00c5c1eba4 Best regards, -- Rob Herring <robh@xxxxxxxxxx>