linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] clk: tegra: Changes for v5.8-rc1
@ 2020-05-15 14:27 Thierry Reding
  2020-05-26 21:59 ` Stephen Boyd
  0 siblings, 1 reply; 2+ messages in thread
From: Thierry Reding @ 2020-05-15 14:27 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: linux-clk, linux-tegra

Hi Mike, Stephen,

The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:

  Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)

are available in the Git repository at:

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

for you to fetch changes up to dec396322d25ca5ce2f307b6da897060fdf9a782:

  clk: tegra: Add Tegra210 CSI TPG clock gate (2020-05-12 22:48:43 +0200)

Thanks,
Thierry

----------------------------------------------------------------
clk: tegra: Changes for v5.8-rc1

Thise are a couple of changes to implement EMC frequency scaling on
Tegra210, CPU frequency scaling on Tegra20 and Tegra30 as well as a
special clock gate for the CSI test pattern generator on Tegra210.

----------------------------------------------------------------
Dmitry Osipenko (5):
      clk: tegra: Add custom CCLK implementation
      clk: tegra: pll: Add pre/post rate-change hooks
      clk: tegra: cclk: Add helpers for handling PLLX rate changes
      clk: tegra20: Use custom CCLK implementation
      clk: tegra30: Use custom CCLK implementation

Joseph Lo (4):
      clk: tegra: Add PLLP_UD and PLLMB_UD for Tegra210
      clk: tegra: Export functions for EMC clock scaling
      clk: tegra: Implement Tegra210 EMC clock
      clk: tegra: Remove the old emc_mux clock for Tegra210

Sowjanya Komatineni (2):
      dt-bindings: clock: tegra: Add clock ID for CSI TPG clock
      clk: tegra: Add Tegra210 CSI TPG clock gate

Thierry Reding (2):
      Merge branch 'for-5.8/dt-bindings' into for-5.8/clk
      clk: tegra: Rename Tegra124 EMC clock source file

 drivers/clk/tegra/Kconfig                          |   4 -
 drivers/clk/tegra/Makefile                         |   4 +-
 drivers/clk/tegra/clk-pll.c                        |  12 +-
 drivers/clk/tegra/clk-tegra-super-cclk.c           | 212 ++++++++++++
 .../clk/tegra/{clk-emc.c => clk-tegra124-emc.c}    |   0
 drivers/clk/tegra/clk-tegra20.c                    |   7 +-
 drivers/clk/tegra/clk-tegra210-emc.c               | 369 +++++++++++++++++++++
 drivers/clk/tegra/clk-tegra210.c                   |  94 ++++--
 drivers/clk/tegra/clk-tegra30.c                    |   6 +-
 drivers/clk/tegra/clk.h                            |  24 +-
 include/dt-bindings/clock/tegra210-car.h           |   6 +-
 include/linux/clk/tegra.h                          |  27 ++
 12 files changed, 730 insertions(+), 35 deletions(-)
 create mode 100644 drivers/clk/tegra/clk-tegra-super-cclk.c
 rename drivers/clk/tegra/{clk-emc.c => clk-tegra124-emc.c} (100%)
 create mode 100644 drivers/clk/tegra/clk-tegra210-emc.c

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

* Re: [GIT PULL] clk: tegra: Changes for v5.8-rc1
  2020-05-15 14:27 [GIT PULL] clk: tegra: Changes for v5.8-rc1 Thierry Reding
@ 2020-05-26 21:59 ` Stephen Boyd
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Boyd @ 2020-05-26 21:59 UTC (permalink / raw)
  To: Michael Turquette, Thierry Reding; +Cc: linux-clk, linux-tegra

Quoting Thierry Reding (2020-05-15 07:27:30)
> Hi Mike, Stephen,
> 
> The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136:
> 
>   Linux 5.7-rc1 (2020-04-12 12:35:55 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/for-5.8-clk
> 
> for you to fetch changes up to dec396322d25ca5ce2f307b6da897060fdf9a782:
> 
>   clk: tegra: Add Tegra210 CSI TPG clock gate (2020-05-12 22:48:43 +0200)
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next

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

end of thread, other threads:[~2020-05-26 21:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-15 14:27 [GIT PULL] clk: tegra: Changes for v5.8-rc1 Thierry Reding
2020-05-26 21:59 ` Stephen Boyd

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).