linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 7/7] cpufreq: dt: Remove support for Exynos4212 SoCs
       [not found] ` <CGME20171004063837eucas1p2a2c9dbc268fbb37da5253c329a0a8683@eucas1p2.samsung.com>
@ 2017-10-04  6:38   ` Marek Szyprowski
  2017-10-04  6:46     ` Viresh Kumar
  2017-10-04  8:17     ` Krzysztof Kozlowski
  0 siblings, 2 replies; 3+ messages in thread
From: Marek Szyprowski @ 2017-10-04  6:38 UTC (permalink / raw)
  To: linux-samsung-soc, linux-pm
  Cc: Marek Szyprowski, Sylwester Nawrocki, Krzysztof Kozlowski,
	Bartlomiej Zolnierkiewicz, Viresh Kumar

Support for Exynos4212 SoCs has been removed by commit bca9085e0ae9 ("ARM:
dts: exynos: remove Exynos4212 support (dead code)"), so there is no need
to keep remaining dead code related to this SoC version.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index a753c50e9e41..4946ac528b72 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -48,7 +48,6 @@ static const struct of_device_id whitelist[] __initconst = {
 
 	{ .compatible = "samsung,exynos3250", },
 	{ .compatible = "samsung,exynos4210", },
-	{ .compatible = "samsung,exynos4212", },
 	{ .compatible = "samsung,exynos5250", },
 #ifndef CONFIG_BL_SWITCHER
 	{ .compatible = "samsung,exynos5800", },
-- 
2.14.2

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

* Re: [PATCH 7/7] cpufreq: dt: Remove support for Exynos4212 SoCs
  2017-10-04  6:38   ` [PATCH 7/7] cpufreq: dt: Remove support for Exynos4212 SoCs Marek Szyprowski
@ 2017-10-04  6:46     ` Viresh Kumar
  2017-10-04  8:17     ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Viresh Kumar @ 2017-10-04  6:46 UTC (permalink / raw)
  To: Marek Szyprowski
  Cc: linux-samsung-soc, linux-pm, Sylwester Nawrocki,
	Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz

On 04-10-17, 08:38, Marek Szyprowski wrote:
> Support for Exynos4212 SoCs has been removed by commit bca9085e0ae9 ("ARM:
> dts: exynos: remove Exynos4212 support (dead code)"), so there is no need
> to keep remaining dead code related to this SoC version.
> 
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
>  drivers/cpufreq/cpufreq-dt-platdev.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> index a753c50e9e41..4946ac528b72 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -48,7 +48,6 @@ static const struct of_device_id whitelist[] __initconst = {
>  
>  	{ .compatible = "samsung,exynos3250", },
>  	{ .compatible = "samsung,exynos4210", },
> -	{ .compatible = "samsung,exynos4212", },
>  	{ .compatible = "samsung,exynos5250", },
>  #ifndef CONFIG_BL_SWITCHER
>  	{ .compatible = "samsung,exynos5800", },

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

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

* Re: [PATCH 7/7] cpufreq: dt: Remove support for Exynos4212 SoCs
  2017-10-04  6:38   ` [PATCH 7/7] cpufreq: dt: Remove support for Exynos4212 SoCs Marek Szyprowski
  2017-10-04  6:46     ` Viresh Kumar
@ 2017-10-04  8:17     ` Krzysztof Kozlowski
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2017-10-04  8:17 UTC (permalink / raw)
  To: Marek Szyprowski
  Cc: linux-samsung-soc, linux-pm, Sylwester Nawrocki,
	Bartlomiej Zolnierkiewicz, Viresh Kumar

On Wed, Oct 4, 2017 at 8:38 AM, Marek Szyprowski
<m.szyprowski@samsung.com> wrote:
> Support for Exynos4212 SoCs has been removed by commit bca9085e0ae9 ("ARM:
> dts: exynos: remove Exynos4212 support (dead code)"), so there is no need
> to keep remaining dead code related to this SoC version.
>
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
>  drivers/cpufreq/cpufreq-dt-platdev.c | 1 -
>  1 file changed, 1 deletion(-)
>

Acked-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

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

end of thread, other threads:[~2017-10-04  8:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20171004063828.22068-1-m.szyprowski@samsung.com>
     [not found] ` <CGME20171004063837eucas1p2a2c9dbc268fbb37da5253c329a0a8683@eucas1p2.samsung.com>
2017-10-04  6:38   ` [PATCH 7/7] cpufreq: dt: Remove support for Exynos4212 SoCs Marek Szyprowski
2017-10-04  6:46     ` Viresh Kumar
2017-10-04  8:17     ` Krzysztof Kozlowski

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