[GIT PULL 1/4] clk: tegra: Changes for v4.4-rc1

Thierry Reding thierry.reding at gmail.com
Tue Oct 20 06:17:35 PDT 2015


Hi Mike, Stephen,

The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/tegra-for-4.4-clk

for you to fetch changes up to 88d909bedf4df7285d6e8d8730425df0d163512e:

  clk: tegra: Modify tegra_audio_clk_init to accept more plls (2015-10-20 13:56:55 +0200)

----------------------------------------------------------------
clk: tegra: Changes for v4.4-rc1

This contains a patch that allows the DFLL to use clock rates higher
than 2^31-1 Hz by using the ->determine_rate() operation instead of the
->round_rate() operation. Other than that there's a couple of cleanups
in preparation for Tegra210 support.

----------------------------------------------------------------
Mikko Perttunen (1):
      clk: tegra: Unlock top rates for Tegra124 DFLL clock

Rhyland Klein (2):
      clk: tegra: Fix comments for structure definitions
      clk: tegra: Modify tegra_audio_clk_init to accept more plls

Thierry Reding (2):
      clk: tegra: dfll: Monitor code is DEBUG_FS only
      clk: tegra: Update struct tegra_clk_pll_params kerneldoc

 drivers/clk/tegra/clk-dfll.c        | 114 ++++++++++++++++++------------------
 drivers/clk/tegra/clk-tegra-audio.c |  25 +++++---
 drivers/clk/tegra/clk-tegra114.c    |   8 ++-
 drivers/clk/tegra/clk-tegra124.c    |   8 ++-
 drivers/clk/tegra/clk-tegra30.c     |   8 ++-
 drivers/clk/tegra/clk.h             | 106 +++++++++++++++++++++------------
 drivers/clk/tegra/cvb.c             |   7 ---
 7 files changed, 163 insertions(+), 113 deletions(-)



More information about the linux-arm-kernel mailing list