mbox series

[v1,0/3] CPU clock changes for Tegra20/30

Message ID 20180830192045.11017-1-digetx@gmail.com (mailing list archive)
Headers show
Series CPU clock changes for Tegra20/30 | expand

Message

Dmitry Osipenko Aug. 30, 2018, 7:20 p.m. UTC
Hello,

This series is a prerequisite for the CPUFREQ driver patches, it can be
applied separately. CPUFREQ will be supported on Tegra30 once this and
the CPUFREQ patch-series will be applied.

Dmitry Osipenko (3):
  clk: tegra: Convert CCLKG mux to mux + clock divider on Tegra30
  clk: tegra: Add more rates to Tegra30 PLLX frequency table
  clk: tegra: Poll PLLX lock-status on resume from suspend on Tegra20/30

 drivers/clk/tegra/clk-super.c    |  16 +++-
 drivers/clk/tegra/clk-tegra20.c  |  51 ++++++++++--
 drivers/clk/tegra/clk-tegra210.c |   2 +-
 drivers/clk/tegra/clk-tegra30.c  | 131 +++++++++++++++++++++----------
 drivers/clk/tegra/clk.h          |   9 ++-
 5 files changed, 156 insertions(+), 53 deletions(-)

Comments

Stephen Boyd Oct. 16, 2018, 10:29 p.m. UTC | #1
Quoting Dmitry Osipenko (2018-08-30 12:20:42)
> Hello,
> 
> This series is a prerequisite for the CPUFREQ driver patches, it can be
> applied separately. CPUFREQ will be supported on Tegra30 once this and
> the CPUFREQ patch-series will be applied.
> 

Will anyone from Nvidia or Tegra review these patches? I'd rather not
apply something that has had zero review.