mbox series

[GIT,PULL] clk/samsung updates for v5.5

Message ID af9676da-d448-50e8-d181-680aba7078db@samsung.com (mailing list archive)
State Not Applicable
Headers show
Series [GIT,PULL] clk/samsung updates for v5.5 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git clk-v5.5-samsung

Message

Hi Stephen, Mike,
This PR is on top of my previous one (tags/clk-v5.4-samsung-fixes).


The following changes since commit e9323b664ce29547d996195e8a6129a351c39108:

  clk: samsung: exynos5420: Preserve PLL configuration during suspend/resume (2019-10-25 11:20:00 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git clk-v5.5-samsung

for you to fetch changes up to 45f10dabb56bc5dee52df47dccd3bfab1e58eea1:

  clk: samsung: exynos5420: Add SET_RATE_PARENT flag to clocks on G3D path (2019-10-29 14:57:22 +0100)

----------------------------------------------------------------
clk/samsung updates for 5.5

 - Addition of rate table for the VPLL and GPU related clock
   tree definition update to allow the GPU driver for setting
   the GPU's clock without requiring detailed knowledge of
   clock topology on each exynos542x SoC;
 - Fix for potential CPU performance degradation after system
   suspend/resume cycle on exynos542x SoCs.

----------------------------------------------------------------
Marek Szyprowski (1):
      clk: samsung: exynos5420: Add SET_RATE_PARENT flag to clocks on G3D path

Marian Mihailescu (2):
      clk: samsung: exynos5420: Add VPLL rate table
      clk: samsung: exynos5420: Preserve CPU clocks configuration during suspend/resume

 drivers/clk/samsung/clk-exynos5420.c | 34 ++++++++++++++++++++++++++--------
 1 file changed, 26 insertions(+), 8 deletions(-)

Comments

Stephen Boyd Nov. 6, 2019, 7:30 p.m. UTC | #1
Quoting Sylwester Nawrocki (2019-10-31 08:03:33)
> Hi Stephen, Mike,
> This PR is on top of my previous one (tags/clk-v5.4-samsung-fixes).
> 
> 
> The following changes since commit e9323b664ce29547d996195e8a6129a351c39108:
> 
>   clk: samsung: exynos5420: Preserve PLL configuration during suspend/resume (2019-10-25 11:20:00 +0200)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/snawrocki/clk.git clk-v5.5-samsung
> 
> for you to fetch changes up to 45f10dabb56bc5dee52df47dccd3bfab1e58eea1:
> 
>   clk: samsung: exynos5420: Add SET_RATE_PARENT flag to clocks on G3D path (2019-10-29 14:57:22 +0100)
> 
> ----------------------------------------------------------------

Thanks. Pulled into clk-next