All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Revert "fdt: translate address if #size-cells = <0>"
@ 2021-04-25 14:17 Dario Binacchi
  2021-04-25 14:17 ` [PATCH 1/5] clk: ti: add custom API for memory access Dario Binacchi
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Dario Binacchi @ 2021-04-25 14:17 UTC (permalink / raw)
  To: u-boot


As pointed by [1] and [2] the d64b9cdcd4 ("fdt: translate address if #size-cells = <0>")
commit was wrong. The series reverts the patch and fixes the issue with
platform code, adding custom routines to access the clocks registers.
The solution has been inspired by the Linux Kernel code.

[1] https://patchwork.ozlabs.org/project/uboot/patch/1614324949-61314-1-git-send-email-bmeng.cn at gmail.com/
[2] https://lore.kernel.org/linux-clk/20210402192054.7934-1-dariobin at libero.it/T/


Dario Binacchi (5):
  clk: ti: add custom API for memory access
  clk: ti: change clk_ti_latch() signature
  clk: ti: gate: use custom API for memory access
  clk: ti: am3-dpll: use custom API for memory access
  Revert "fdt: translate address if #size-cells = <0>"

 arch/sandbox/dts/test.dts         |  21 ------
 common/fdt_support.c              |   6 +-
 drivers/clk/ti/clk-am3-dpll.c     |  86 +++++++++++++++----------
 drivers/clk/ti/clk-divider.c      |  20 +++---
 drivers/clk/ti/clk-gate.c         |  23 +++----
 drivers/clk/ti/clk-mux.c          |  20 +++---
 drivers/clk/ti/clk.c              | 102 ++++++++++++++++++++++++++++--
 drivers/clk/ti/clk.h              |  15 ++++-
 drivers/core/Kconfig              |  12 ----
 drivers/core/fdtaddr.c            |   2 +-
 drivers/core/of_addr.c            |  13 +++-
 drivers/core/ofnode.c             |   7 +-
 drivers/core/root.c               |   3 -
 include/asm-generic/global_data.h |  24 -------
 test/dm/test-fdt.c                |  68 --------------------
 15 files changed, 213 insertions(+), 209 deletions(-)

-- 
2.17.1

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-04-29 16:10 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-25 14:17 [PATCH 0/5] Revert "fdt: translate address if #size-cells = <0>" Dario Binacchi
2021-04-25 14:17 ` [PATCH 1/5] clk: ti: add custom API for memory access Dario Binacchi
2021-04-27  7:01   ` Tero Kristo
2021-04-28 17:31     ` Dario Binacchi
2021-04-29  6:00       ` Tero Kristo
2021-04-25 14:17 ` [PATCH 2/5] clk: ti: change clk_ti_latch() signature Dario Binacchi
2021-04-25 14:17 ` [PATCH 3/5] clk: ti: gate: use custom API for memory access Dario Binacchi
2021-04-25 14:17 ` [PATCH 4/5] clk: ti: am3-dpll: " Dario Binacchi
2021-04-25 14:17 ` [PATCH 5/5] Revert "fdt: translate address if #size-cells = <0>" Dario Binacchi
2021-04-26 12:45   ` Bin Meng
2021-04-29 16:10 ` [PATCH 0/5] " Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.