mbox series

[GIT,PULL] clk/tegra: Changes for v5.15-rc1

Message ID 20210813162014.2820473-1-thierry.reding@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] clk/tegra: Changes for v5.15-rc1 | expand

Pull-request

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

Message

Thierry Reding Aug. 13, 2021, 4:20 p.m. UTC
Hi Mike, Stephen,

The following changes since commit 59c6fceb2ecc382c3d20508a235b539bf23af1f0:

  soc/tegra: fuse: Enable fuse clock on suspend for Tegra124 (2021-08-11 11:55:56 +0200)

are available in the Git repository at:

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

for you to fetch changes up to faa8605f9f92e36c724ecaf03b466cfe31b04b06:

  clk: tegra: Remove CLK_IS_CRITICAL flag from fuse clock (2021-08-11 11:57:01 +0200)

Note that this pulls in a couple of changes from the ARM SoC tree, which
I haven't explicitly included in the diffstat below. If you prefer I can
also send this again after v5.15-rc1 which will then already include the
dependency. It's not a critical patch, merely a clean-up, really.

Thanks,
Thierry

----------------------------------------------------------------
clk/tegra: Changes for v5.15-rc1

The FUSE driver has been updated to take manual control of the FUSE
clock over suspend/resume cycles, so the CLK_IS_CRITICAL flag can now be
dropped.

----------------------------------------------------------------
Dmitry Osipenko (1):
      clk: tegra: Remove CLK_IS_CRITICAL flag from fuse clock

Thierry Reding (1):
      Merge branch 'for-5.15/soc' into for-5.15/clk

 drivers/clk/tegra/clk-tegra-periph.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Comments

Stephen Boyd Aug. 24, 2021, 6:39 p.m. UTC | #1
Quoting Thierry Reding (2021-08-13 09:20:14)
> Hi Mike, Stephen,
> 
> The following changes since commit 59c6fceb2ecc382c3d20508a235b539bf23af1f0:
> 
>   soc/tegra: fuse: Enable fuse clock on suspend for Tegra124 (2021-08-11 11:55:56 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git tags/for-5.15-clk
> 
> for you to fetch changes up to faa8605f9f92e36c724ecaf03b466cfe31b04b06:
> 
>   clk: tegra: Remove CLK_IS_CRITICAL flag from fuse clock (2021-08-11 11:57:01 +0200)
> 
> Note that this pulls in a couple of changes from the ARM SoC tree, which
> I haven't explicitly included in the diffstat below. If you prefer I can
> also send this again after v5.15-rc1 which will then already include the
> dependency. It's not a critical patch, merely a clean-up, really.
> 
> Thanks,
> Thierry
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next