From: "Tony Lindgren" <tony@xxxxxxxxxxx> The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6: Linux 6.3-rc1 (2023-03-05 14:52:03 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v6.4/ti-sysc-signed for you to fetch changes up to b79ad2307a1dfd9cba3cfce6445fa0be74a757a0: bus: ti-sysc: Fix comment typo (2023-03-27 11:23:23 +0300) ---------------------------------------------------------------- Clean-up for ti-sysc driver for v6.4 Clean-up for ti-sysc interconnect target module driver mostly to remove open coded ranges property parsing, to use of_property_present(), and to use list_for_each_entry(). Also included is one comment typo change. ---------------------------------------------------------------- Jason Wang (1): bus: ti-sysc: Fix comment typo Rob Herring (2): bus: ti-sysc: Remove open coded "ranges" parsing bus: ti-sysc: Use of_property_present() for testing DT property presence Yang Yingliang (1): bus: ti-sysc: Use list_for_each_entry() helper drivers/bus/ti-sysc.c | 53 +++++++++++++-------------------------------------- 1 file changed, 13 insertions(+), 40 deletions(-)