All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] arm: mach-k3: Fixes for j721e/j7200 clock data and drivers
@ 2021-09-07 22:16 Dave Gerlach
  2021-09-07 22:16 ` [PATCH v2 1/5] arm: mach-k3: j721e: Fix clk-data parenting for postdiv PLL clocks Dave Gerlach
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Dave Gerlach @ 2021-09-07 22:16 UTC (permalink / raw)
  To: u-boot, Lokesh Vutla
  Cc: Praneeth Bajjuri, Dave Gerlach, Suman Anna, Nishanth Menon

Hi,
This is v2 of series with fixes for TI j721e and j7200 platforms data
and also some fixes for TI clock drivers that make use of this data.

Updates are to patch 3 to address comments from Lokesh and Suman. Patch 3
now contains a note with contact for issues with autogenerated files,
http->https in URLs, and an extra blank line before first header.

As with v1, all fixes are related to PLL post dividers reporting the wrong
frequency, and now the new frequencies for below clocks match what registers
are actually configured for.

Clock: Old Frequency -> New Frequency
-----------------------------------------
postdiv2_16fft_main_0_hsdivout6_clk: 66666667 -> 200000000
postdiv2_16fft_main_1_hsdivout5_clk: 320000000 -> 960000000
postdiv2_16fft_main_1_hsdivout7_clk: 320000000 -> 960000000

Regards,
Dave

[v1] https://patchwork.ozlabs.org/project/uboot/list/?series=257518

Dave Gerlach (2):
  arm: mach-k3: Add note to auto-generated files
  clk: ti: k3-pll: Change DIV_CTRL programming to read-modify-write

Suman Anna (3):
  arm: mach-k3: j721e: Fix clk-data parenting for postdiv PLL clocks
  arm: mach-k3: j7200: Fix clk-data parenting for postdiv PLL clocks
  clk: ti: k3: Update driver to account for divider flags

 arch/arm/mach-k3/j7200/clk-data.c |  91 ++++++++++++-----------
 arch/arm/mach-k3/j7200/dev-data.c |   6 +-
 arch/arm/mach-k3/j721e/clk-data.c | 117 ++++++++++++++++--------------
 arch/arm/mach-k3/j721e/dev-data.c |   6 +-
 drivers/clk/ti/clk-k3-pll.c       |  13 +++-
 drivers/clk/ti/clk-k3.c           |   4 +-
 include/k3-clk.h                  |  30 ++++----
 7 files changed, 149 insertions(+), 118 deletions(-)

-- 
2.28.0


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

end of thread, other threads:[~2021-09-17 22:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-07 22:16 [PATCH v2 0/5] arm: mach-k3: Fixes for j721e/j7200 clock data and drivers Dave Gerlach
2021-09-07 22:16 ` [PATCH v2 1/5] arm: mach-k3: j721e: Fix clk-data parenting for postdiv PLL clocks Dave Gerlach
2021-09-17 22:53   ` Tom Rini
2021-09-07 22:16 ` [PATCH v2 2/5] arm: mach-k3: j7200: " Dave Gerlach
2021-09-17 22:53   ` Tom Rini
2021-09-07 22:16 ` [PATCH v2 3/5] arm: mach-k3: Add note to auto-generated files Dave Gerlach
2021-09-17 22:53   ` Tom Rini
2021-09-07 22:16 ` [PATCH v2 4/5] clk: ti: k3-pll: Change DIV_CTRL programming to read-modify-write Dave Gerlach
2021-09-17 22:53   ` Tom Rini
2021-09-07 22:16 ` [PATCH v2 5/5] clk: ti: k3: Update driver to account for divider flags Dave Gerlach
2021-09-17 22:53   ` Tom Rini

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.