mbox

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

Message ID 1445347058-8834-1-git-send-email-thierry.reding@gmail.com
State Accepted, archived
Headers show

Pull-request

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

Message

Thierry Reding Oct. 20, 2015, 1:17 p.m. UTC
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(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Michael Turquette Oct. 20, 2015, 4:14 p.m. UTC | #1
Quoting Thierry Reding (2015-10-20 06:17:35)
> 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

Pulled.

Regards,
Mike

> 
> 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(-)
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html