From: Viresh Kumar <viresh.kumar@linaro.org>
To: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Thomas Abraham <thomas.ab@samsung.com>,
Sylwester Nawrocki <s.nawrocki@samsung.com>,
Mike Turquette <mturquette@linaro.org>,
Kukjin Kim <kgene.kim@samsung.com>, Kukjin Kim <kgene@kernel.org>,
Tomasz Figa <tomasz.figa@gmail.com>,
Lukasz Majewski <l.majewski@samsung.com>,
Heiko Stuebner <heiko@sntech.de>,
Chanwoo Choi <cw00.choi@samsung.com>,
Kevin Hilman <khilman@linaro.org>,
Javier Martinez Canillas <javier.martinez@collabora.co.uk>,
linux-samsung-soc@vger.kernel.org, linux-pm@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 6/6] cpufreq: exynos: remove Exynos4210 specific cpufreq driver support
Date: Thu, 14 May 2015 10:33:12 +0530 [thread overview]
Message-ID: <20150514050312.GA26341@linux> (raw)
In-Reply-To: <1428079429-4252-7-git-send-email-b.zolnierkie@samsung.com>
On 03-04-15, 18:43, Bartlomiej Zolnierkiewicz wrote:
> From: Thomas Abraham <thomas.ab@samsung.com>
>
> Exynos4210 based platforms have switched over to use generic
> cpufreq driver for cpufreq functionality. So the Exynos
> specific cpufreq support for these platforms can be removed.
>
> Changes by Bartlomiej:
> - dropped Exynos5250 support removal for now
> - updated exynos-cpufreq.[c,h]
>
> Cc: Viresh Kumar <viresh.kumar@linaro.org>
> Cc: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
> ---
> drivers/cpufreq/Kconfig.arm | 11 --
> drivers/cpufreq/Makefile | 1 -
> drivers/cpufreq/exynos-cpufreq.c | 5 +-
> drivers/cpufreq/exynos-cpufreq.h | 9 --
> drivers/cpufreq/exynos4210-cpufreq.c | 184 ----------------------------------
> 5 files changed, 1 insertion(+), 209 deletions(-)
> delete mode 100644 drivers/cpufreq/exynos4210-cpufreq.c
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
next prev parent reply other threads:[~2015-05-14 5:03 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <'@samsung.com>
2015-04-03 16:43 ` [PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210 platform Bartlomiej Zolnierkiewicz
2015-04-03 16:43 ` [PATCH 1/6] clk: add CLK_RECALC_NEW_RATES clock flag for Exynos cpu clock support Bartlomiej Zolnierkiewicz
2015-05-13 14:13 ` Sylwester Nawrocki
2015-06-18 19:58 ` Michael Turquette
2015-06-19 11:19 ` Bartlomiej Zolnierkiewicz
2015-06-19 12:35 ` Bartlomiej Zolnierkiewicz
2015-06-19 14:53 ` Michael Turquette
2015-06-20 10:01 ` Krzysztof Kozlowski
2015-06-20 19:13 ` Michael Turquette
2015-06-22 0:06 ` Krzysztof Kozlowski
2015-04-03 16:43 ` [PATCH 2/6] clk: samsung: add infrastructure to register cpu clocks Bartlomiej Zolnierkiewicz
2015-04-03 16:43 ` [PATCH 3/6] clk: samsung: exynos4: add cpu clock configuration data and instantiate cpu clock Bartlomiej Zolnierkiewicz
2015-04-03 16:43 ` [PATCH 4/6] ARM: dts: Exynos4210: add CPU OPP and regulator supply property Bartlomiej Zolnierkiewicz
2015-05-08 0:18 ` Krzysztof Kozlowski
2015-06-22 0:31 ` Krzysztof Kozlowski
2015-06-22 1:38 ` Kukjin Kim
2015-06-22 1:42 ` Krzysztof Kozlowski
2015-06-22 1:46 ` Kukjin Kim
2015-06-22 15:04 ` Michael Turquette
2015-06-22 23:46 ` Krzysztof Kozlowski
2015-06-23 0:24 ` Krzysztof Kozlowski
2015-07-13 11:02 ` Bartlomiej Zolnierkiewicz
2015-07-13 11:10 ` Krzysztof Kozlowski
2015-07-13 11:20 ` Bartlomiej Zolnierkiewicz
2015-07-13 11:50 ` Krzysztof Kozlowski
2015-07-13 14:27 ` Bartlomiej Zolnierkiewicz
2015-07-14 0:02 ` Krzysztof Kozlowski
2015-06-24 14:25 ` Bartlomiej Zolnierkiewicz
2015-04-03 16:43 ` [PATCH 5/6] ARM: Exynos: switch to using generic cpufreq driver for Exynos4210 Bartlomiej Zolnierkiewicz
2015-05-08 0:05 ` Krzysztof Kozlowski
2015-05-14 5:07 ` Viresh Kumar
2015-04-03 16:43 ` [PATCH 6/6] cpufreq: exynos: remove Exynos4210 specific cpufreq driver support Bartlomiej Zolnierkiewicz
2015-05-14 5:03 ` Viresh Kumar [this message]
2015-05-13 14:08 ` [PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210 platform Bartlomiej Zolnierkiewicz
2015-05-14 4:07 ` [PATCH 0/6] cpufreq: use generic cpufreq drivers for Exynos4210platform Kukjin Kim
2015-05-14 5:10 ` Viresh Kumar
2015-05-14 10:53 ` Bartlomiej Zolnierkiewicz
2015-05-14 11:17 ` Viresh Kumar
2015-05-14 13:07 ` [PATCH 0/6] cpufreq: use generic cpufreq drivers forExynos4210platform Kukjin Kim
2015-06-03 23:22 ` Kukjin Kim
2015-06-18 17:53 ` Bartlomiej Zolnierkiewicz
2015-06-18 17:55 ` Bartlomiej Zolnierkiewicz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150514050312.GA26341@linux \
--to=viresh.kumar@linaro.org \
--cc=b.zolnierkie@samsung.com \
--cc=cw00.choi@samsung.com \
--cc=heiko@sntech.de \
--cc=javier.martinez@collabora.co.uk \
--cc=kgene.kim@samsung.com \
--cc=kgene@kernel.org \
--cc=khilman@linaro.org \
--cc=l.majewski@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=s.nawrocki@samsung.com \
--cc=thomas.ab@samsung.com \
--cc=tomasz.figa@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).