linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch v1 0/3] Tegra234 cpufreq driver support
@ 2022-03-16 13:58 Sumit Gupta
  2022-03-16 13:58 ` [Patch v1 1/3] cpufreq: tegra194: add soc data to support multiple soc Sumit Gupta
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Sumit Gupta @ 2022-03-16 13:58 UTC (permalink / raw)
  To: rafael, viresh.kumar, robh+dt, krzk+dt, treding, jonathanh,
	linux-pm, linux-tegra, devicetree, linux-kernel
  Cc: ksitaraman, sanjayc, bbasu, sumitg

This patchset adds driver support for Tegra234 cpufreq.
Also, added soc data and ops to support multiple SoC's and variants
which have similar logic to {get|set} cpu frequency as Tegra194 in
the same driver.
From cpufreq point, main difference between Tegra194 and Tegra234 are:
 1) Tegra234 uses MMIO for frequency requests and not sysreg like T194.
 2) MPIDR affinity info in Tegra234 is different from Tegra194.
 3) Register bits of pllp_clk_count and core_clk_count are swapped.
So, added ops hooks for Tegra234.

Sumit Gupta (3):
  cpufreq: tegra194: add soc data to support multiple soc
  arm64: tegra: add node for tegra234 cpufreq
  cpufreq: tegra194: Add support for Tegra234

 arch/arm64/boot/dts/nvidia/tegra234.dtsi |   7 +
 drivers/cpufreq/tegra194-cpufreq.c       | 246 +++++++++++++++++++----
 2 files changed, 216 insertions(+), 37 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2022-03-22 12:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 13:58 [Patch v1 0/3] Tegra234 cpufreq driver support Sumit Gupta
2022-03-16 13:58 ` [Patch v1 1/3] cpufreq: tegra194: add soc data to support multiple soc Sumit Gupta
2022-03-16 13:58 ` [Patch v1 2/3] arm64: tegra: add node for tegra234 cpufreq Sumit Gupta
2022-03-18  8:39   ` Jon Hunter
2022-03-21 12:54     ` Sumit Gupta
2022-03-21 15:48       ` Thierry Reding
2022-03-16 13:58 ` [Patch v1 3/3] cpufreq: tegra194: Add support for Tegra234 Sumit Gupta
2022-03-22  5:50   ` Viresh Kumar
2022-03-22 12:06     ` Sumit Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).