From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 To: Sylwester Nawrocki , From: Michael Turquette In-Reply-To: <554105AC.8060800@samsung.com> Cc: "Stephen Boyd" , linux-clk@vger.kernel.org, "linux-samsung-soc" References: <554105AC.8060800@samsung.com> Message-ID: <20150429231820.16410.26690@quantum> Subject: Re: [GIT PULL] clk/samsung fixes for 4.1 Date: Wed, 29 Apr 2015 16:18:20 -0700 List-ID: Quoting Sylwester Nawrocki (2015-04-29 09:24:12) > = > The following changes since commit b787f68c36d49bb1d9236f403813641efa74a0= 31: > = > Linux 4.1-rc1 (2015-04-26 17:59:10 -0700) > = > are available in the git repository at: > = > git://linuxtv.org/snawrocki/samsung.git tags/clk-samsung-fixes-4.1 > = > for you to fetch changes up to 6f14d70a32756551a3645efd9508f2bae44e7127: > = > clk: exynos5420: Restore GATE_BUS_TOP on suspend (2015-04-29 17:44:59 += 0200) > = > ---------------------------------------------------------------- > clk/samsung fixes for 4.1 > = > Fixes of clk definitions in recently added clock controller driver for > exynos5433 SoC and enhancements for DVFS, proper system sleep and secure > monitor calls support in this SoC. The exynos5420 patch fixes a serious > system sleep regression introduced in 3.19. > = > ---------------------------------------------------------------- > Chanwoo Choi (4): > clk: Use CONFIG_ARCH_EXYNOS instead of CONFIG_ARCH_EXYNOS5433 > clk: exynos5433: Fix wrong parent clock of sclk_apollo clock > clk: exynos5433: Fix wrong PMS value of exynos5433_pll_rates Above 3 look OK. > clk: exynos5433: Add CLK_SET_RATE_PARENT to support DVFS for big.LI= TTLE core Above patch doesn't look like a fix for an introduced regression. > = > Hyungwon Hwang (1): > clk: exynos5433: Add DIV_CPIF to the list of stored registers on su= spend Above patch doesn't look like a fix for an introduced regression. > = > Javier Martinez Canillas (1): > clk: exynos5420: Restore GATE_BUS_TOP on suspend > = > Jonghwa Lee (3): > clk: exynos5433: Fix wrong offset of PCLK_MSCL_SECURE_SMMU_JPEG > clk: exynos5433: Fix CLK_PCLK_MONOTONIC_CNT clk register assignment Above 3 look OK. > clk: exynos5433: Add CLK_IGNORE_UNUSED flag to clocks for SMC Above patch doesn't look like a fix for an introduced regression. > = > Joonyoung Shim (1): > clk: exynos5433: Add clock flag to support the DVFS of GPU Above patch doesn't look like a fix for an introduced regression. Regards, Mike > = > drivers/clk/samsung/Makefile | 2 +- > drivers/clk/samsung/clk-exynos5420.c | 1 + > drivers/clk/samsung/clk-exynos5433.c | 93 +++++++++++++++++-----------= ------ > 3 files changed, 48 insertions(+), 48 deletions(-)