From: Kukjin Kim <kgene@kernel.org>
To: arm@kernel.org, Arnd Bergmann <arnd@arndb.de>,
'Olof Johansson' <olof@lixom.net>,
Kevin Hilman <khilman@linaro.org>
Cc: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
Viresh Kumar <viresh.kumar@linaro.org>,
"Rafael J. Wysocki" <rjw@sisk.pl>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: [GIT PULL v2 4/5] Samsung cpufreq driver updates for v4.3
Date: Fri, 14 Aug 2015 03:52:49 +0900 [thread overview]
Message-ID: <55CCE781.1090007@kernel.org> (raw)
In-Reply-To: <55CCE517.2070003@kernel.org>
The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-late-cpufreq-driver
for you to fetch changes up to 5e3863a74fb70d6a432504ba2fa16a998cd3736b:
cpufreq: exynos: Remove unselectable rule for arm-exynos-cpufreq.o
(2015-08-14 02:36:33 +0900)
----------------------------------------------------------------
Samsung cpufreq driver updates for v4.3
- remove exynos4 SoCs and exynos5250 specific cpufreq driver support
and unselectable rule for arm-exynos-cpufreq.o because of supporting
generic cpufreq driver for the exynos SoCs
* Note this is depending on tags/samsung-clk-driver, tags/samsung-soc
and tags/samsung-late-dt
----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (2):
cpufreq: exynos: remove exynos5250 specific cpufreq driver support
cpufreq: exynos: remove Exynos4x12 specific cpufreq driver support
Jonas Rabenstein (1):
cpufreq: exynos: Remove unselectable rule for arm-exynos-cpufreq.o
drivers/cpufreq/Kconfig.arm | 49 --------
drivers/cpufreq/Makefile | 4 -
drivers/cpufreq/exynos-cpufreq.c | 237
-----------------------------------
drivers/cpufreq/exynos-cpufreq.h | 89 -------------
drivers/cpufreq/exynos4x12-cpufreq.c | 236
----------------------------------
drivers/cpufreq/exynos5250-cpufreq.c | 210 -------------------------------
6 files changed, 825 deletions(-)
delete mode 100644 drivers/cpufreq/exynos-cpufreq.c
delete mode 100644 drivers/cpufreq/exynos-cpufreq.h
delete mode 100644 drivers/cpufreq/exynos4x12-cpufreq.c
delete mode 100644 drivers/cpufreq/exynos5250-cpufreq.c
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL v2 4/5] Samsung cpufreq driver updates for v4.3
Date: Fri, 14 Aug 2015 03:52:49 +0900 [thread overview]
Message-ID: <55CCE781.1090007@kernel.org> (raw)
In-Reply-To: <55CCE517.2070003@kernel.org>
The following changes since commit d770e558e21961ad6cfdf0ff7df0eb5d7d4f0754:
Linux 4.2-rc1 (2015-07-05 11:01:52 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
tags/samsung-late-cpufreq-driver
for you to fetch changes up to 5e3863a74fb70d6a432504ba2fa16a998cd3736b:
cpufreq: exynos: Remove unselectable rule for arm-exynos-cpufreq.o
(2015-08-14 02:36:33 +0900)
----------------------------------------------------------------
Samsung cpufreq driver updates for v4.3
- remove exynos4 SoCs and exynos5250 specific cpufreq driver support
and unselectable rule for arm-exynos-cpufreq.o because of supporting
generic cpufreq driver for the exynos SoCs
* Note this is depending on tags/samsung-clk-driver, tags/samsung-soc
and tags/samsung-late-dt
----------------------------------------------------------------
Bartlomiej Zolnierkiewicz (2):
cpufreq: exynos: remove exynos5250 specific cpufreq driver support
cpufreq: exynos: remove Exynos4x12 specific cpufreq driver support
Jonas Rabenstein (1):
cpufreq: exynos: Remove unselectable rule for arm-exynos-cpufreq.o
drivers/cpufreq/Kconfig.arm | 49 --------
drivers/cpufreq/Makefile | 4 -
drivers/cpufreq/exynos-cpufreq.c | 237
-----------------------------------
drivers/cpufreq/exynos-cpufreq.h | 89 -------------
drivers/cpufreq/exynos4x12-cpufreq.c | 236
----------------------------------
drivers/cpufreq/exynos5250-cpufreq.c | 210 -------------------------------
6 files changed, 825 deletions(-)
delete mode 100644 drivers/cpufreq/exynos-cpufreq.c
delete mode 100644 drivers/cpufreq/exynos-cpufreq.h
delete mode 100644 drivers/cpufreq/exynos4x12-cpufreq.c
delete mode 100644 drivers/cpufreq/exynos5250-cpufreq.c
next prev parent reply other threads:[~2015-08-13 18:52 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-13 18:42 [GIT PULL v2 0/5] Samsung updates for v4.3 Kukjin Kim
2015-08-13 18:42 ` Kukjin Kim
2015-08-13 18:48 ` [GIT PULL v2 1/5] Samsung clk driver " Kukjin Kim
2015-08-13 18:48 ` Kukjin Kim
2015-08-21 1:35 ` Olof Johansson
2015-08-21 1:35 ` Olof Johansson
2015-08-13 18:50 ` [GIT PULL v2 2/5] Samsung 2nd DT " Kukjin Kim
2015-08-13 18:50 ` Kukjin Kim
2015-08-21 1:37 ` Olof Johansson
2015-08-21 1:37 ` Olof Johansson
2015-08-13 18:51 ` [GIT PULL v2 3/5] Samsung SoC " Kukjin Kim
2015-08-13 18:51 ` Kukjin Kim
2015-08-21 1:38 ` Olof Johansson
2015-08-21 1:38 ` Olof Johansson
2015-08-13 18:52 ` Kukjin Kim [this message]
2015-08-13 18:52 ` [GIT PULL v2 4/5] Samsung cpufreq driver " Kukjin Kim
2015-08-21 1:39 ` Olof Johansson
2015-08-21 1:39 ` Olof Johansson
2015-08-13 18:53 ` [GIT PULL v2 5/5] Samsung defconfig " Kukjin Kim
2015-08-13 18:53 ` Kukjin Kim
2015-08-21 1:40 ` Olof Johansson
2015-08-21 1:40 ` Olof Johansson
2015-08-20 2:25 ` [GIT PULL v2 0/5] Samsung " Kukjin Kim
2015-08-20 2:25 ` Kukjin Kim
2015-08-21 1:34 ` Olof Johansson
2015-08-21 1:34 ` Olof Johansson
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=55CCE781.1090007@kernel.org \
--to=kgene@kernel.org \
--cc=arm@kernel.org \
--cc=arnd@arndb.de \
--cc=k.kozlowski@samsung.com \
--cc=khilman@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
--cc=rjw@sisk.pl \
--cc=viresh.kumar@linaro.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.