[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210402192054.7934-1-dariobin@libero.it>
Date: Fri, 2 Apr 2021 21:20:52 +0200
From: Dario Binacchi <dariobin@...ero.it>
To: linux-kernel@...r.kernel.org
Cc: Dario Binacchi <dariobin@...ero.it>, Bin Meng <bmeng.cn@...il.com>,
Frank Rowand <frowand.list@...il.com>,
Michael Turquette <mturquette@...libre.com>,
Rob Herring <robh+dt@...nel.org>,
Stephen Boyd <sboyd@...nel.org>,
Tero Kristo <kristo@...nel.org>, devicetree@...r.kernel.org,
linux-clk@...r.kernel.org, linux-omap@...r.kernel.org
Subject: [PATCH 0/2] fdt: translate address if #size-cells = <0>
The series comes from my commit in U-boot
d64b9cdcd4 ("fdt: translate address if #size-cells = <0>")
and from the subsequent exchange of emails at the end of which I was
suggested to send the patch to the linux kernel
(https://patchwork.ozlabs.org/project/uboot/patch/1614324949-61314-1-git-send-email-bmeng.cn@gmail.com/).
The second patch of the series aims to demonstrate that the first one, which
enables the translation of addresses also for crossings of DT nodes
with #size-cells = <0>, it really works.
Dario Binacchi (2):
fdt: translate address if #size-cells = <0>
clk: ti: get register address from device tree
drivers/clk/ti/clk.c | 13 ++++++++++++-
drivers/of/Kconfig | 13 +++++++++++++
drivers/of/address.c | 8 +++++++-
drivers/of/fdt_address.c | 6 ++++--
4 files changed, 36 insertions(+), 4 deletions(-)
--
2.17.1
Powered by blists - more mailing lists