All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chanwoo Choi <cw00.choi@samsung.com>
To: k.kozlowski@samsung.com, kgene@kernel.org, robh+dt@kernel.org,
	mark.rutland@arm.com, catalin.marinas@arm.com,
	will.deacon@arm.com, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: krzk@kernel.org, cw00.choi@samsung.com, jh80.chung@samsung.com,
	sw0312.kim@samsung.com, jy0922.shim@samsung.com,
	inki.dae@samsung.com, jonghwa3.lee@samsung.com,
	beomho.seo@samsung.com, jaewon02.kim@samsung.com,
	human.hwang@samsung.com, ideal.song@samsung.com,
	ingi2.kim@samsung.com, m.szyprowski@samsung.com,
	a.hajda@samsung.com, s.nawrocki@samsung.com, chanwoo@kernel.org,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	Viresh Kumar <viresh.kumar@linaro.org>,
	linux-pm@vger.kernel.org
Subject: [PATCH 3/7] cpufreq: dt: Add exynos5433 compatible to use generic cpufreq driver
Date: Tue, 16 Aug 2016 15:27:19 +0900	[thread overview]
Message-ID: <1471328843-26653-4-git-send-email-cw00.choi@samsung.com> (raw)
In-Reply-To: <1471328843-26653-1-git-send-email-cw00.choi@samsung.com>

This patch adds the exynos5433 compatible string for supporting
the generic cpufreq driver on Exynos5433.

Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linux-pm@vger.kernel.org
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 0bb44d5b5df4..470db30f745f 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -40,6 +40,7 @@ static const struct of_device_id machines[] __initconst = {
 	{ .compatible = "samsung,exynos5250", },
 #ifndef CONFIG_BL_SWITCHER
 	{ .compatible = "samsung,exynos5420", },
+	{ .compatible = "samsung,exynos5433", },
 	{ .compatible = "samsung,exynos5800", },
 #endif
 
-- 
1.9.1

WARNING: multiple messages have this Message-ID (diff)
From: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
To: k.kozlowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	kgene-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	mark.rutland-5wv7dgnIgG8@public.gmane.org,
	catalin.marinas-5wv7dgnIgG8@public.gmane.org,
	will.deacon-5wv7dgnIgG8@public.gmane.org,
	devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	linux-samsung-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Cc: krzk-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	jh80.chung-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	sw0312.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	jy0922.shim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	inki.dae-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	jonghwa3.lee-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	beomho.seo-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	jaewon02.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	human.hwang-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	ideal.song-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	ingi2.kim-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	m.szyprowski-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	a.hajda-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	s.nawrocki-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org,
	chanwoo-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	"Rafael J. Wysocki" <rjw-LthD3rsA81gm4RdzfppkhA@public.gmane.org>,
	Viresh Kumar
	<viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>,
	linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [PATCH 3/7] cpufreq: dt: Add exynos5433 compatible to use generic cpufreq driver
Date: Tue, 16 Aug 2016 15:27:19 +0900	[thread overview]
Message-ID: <1471328843-26653-4-git-send-email-cw00.choi@samsung.com> (raw)
In-Reply-To: <1471328843-26653-1-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>

This patch adds the exynos5433 compatible string for supporting
the generic cpufreq driver on Exynos5433.

Cc: "Rafael J. Wysocki" <rjw-LthD3rsA81gm4RdzfppkhA@public.gmane.org>
Cc: Viresh Kumar <viresh.kumar-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
Cc: linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Signed-off-by: Chanwoo Choi <cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 0bb44d5b5df4..470db30f745f 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -40,6 +40,7 @@ static const struct of_device_id machines[] __initconst = {
 	{ .compatible = "samsung,exynos5250", },
 #ifndef CONFIG_BL_SWITCHER
 	{ .compatible = "samsung,exynos5420", },
+	{ .compatible = "samsung,exynos5433", },
 	{ .compatible = "samsung,exynos5800", },
 #endif
 
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

WARNING: multiple messages have this Message-ID (diff)
From: cw00.choi@samsung.com (Chanwoo Choi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 3/7] cpufreq: dt: Add exynos5433 compatible to use generic cpufreq driver
Date: Tue, 16 Aug 2016 15:27:19 +0900	[thread overview]
Message-ID: <1471328843-26653-4-git-send-email-cw00.choi@samsung.com> (raw)
In-Reply-To: <1471328843-26653-1-git-send-email-cw00.choi@samsung.com>

This patch adds the exynos5433 compatible string for supporting
the generic cpufreq driver on Exynos5433.

Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net>
Cc: Viresh Kumar <viresh.kumar@linaro.org>
Cc: linux-pm at vger.kernel.org
Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
---
 drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
index 0bb44d5b5df4..470db30f745f 100644
--- a/drivers/cpufreq/cpufreq-dt-platdev.c
+++ b/drivers/cpufreq/cpufreq-dt-platdev.c
@@ -40,6 +40,7 @@ static const struct of_device_id machines[] __initconst = {
 	{ .compatible = "samsung,exynos5250", },
 #ifndef CONFIG_BL_SWITCHER
 	{ .compatible = "samsung,exynos5420", },
+	{ .compatible = "samsung,exynos5433", },
 	{ .compatible = "samsung,exynos5800", },
 #endif
 
-- 
1.9.1

  parent reply	other threads:[~2016-08-16  6:28 UTC|newest]

Thread overview: 96+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-16  6:27 [PATCH 0/7] arm64: dts: Add the dts file for Exynos5433 and TM/TM2E board Chanwoo Choi
2016-08-16  6:27 ` Chanwoo Choi
2016-08-16  6:27 ` [PATCH 1/7] clocksource: exynos_mct: Add the support for Exynos 64bit SoC Chanwoo Choi
2016-08-16  6:27   ` Chanwoo Choi
2016-08-16  6:27 ` [PATCH 2/7] Documentation: bindings: Add Exynos5433 PMU compatible Chanwoo Choi
2016-08-16  6:27   ` Chanwoo Choi
2016-08-16  7:40   ` Krzysztof Kozlowski
2016-08-16  7:40     ` Krzysztof Kozlowski
2016-08-16  8:08     ` Chanwoo Choi
2016-08-16  8:08       ` Chanwoo Choi
2016-08-16  8:15       ` Krzysztof Kozlowski
2016-08-16  8:15         ` Krzysztof Kozlowski
2016-08-16  8:15         ` Krzysztof Kozlowski
2016-08-18 18:59   ` Rob Herring
2016-08-18 18:59     ` Rob Herring
2016-08-18 18:59     ` Rob Herring
2016-08-16  6:27 ` Chanwoo Choi [this message]
2016-08-16  6:27   ` [PATCH 3/7] cpufreq: dt: Add exynos5433 compatible to use generic cpufreq driver Chanwoo Choi
2016-08-16  6:27   ` Chanwoo Choi
2016-08-16  7:47   ` Krzysztof Kozlowski
2016-08-16  7:47     ` Krzysztof Kozlowski
2016-08-16  7:47     ` Krzysztof Kozlowski
2016-08-16  8:49     ` Viresh Kumar
2016-08-16  8:49       ` Viresh Kumar
2016-08-16  6:27 ` [PATCH 4/7] pinctrl: samsung: Add GPFx support of Exynos5433 Chanwoo Choi
2016-08-16  6:27   ` Chanwoo Choi
2016-08-16  6:42   ` Tomasz Figa
2016-08-16  6:42     ` Tomasz Figa
2016-08-16  6:42     ` Tomasz Figa
     [not found]   ` <1471328843-26653-5-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2016-08-16  8:46     ` Krzysztof Kozlowski
2016-08-16  8:46       ` Krzysztof Kozlowski
2016-08-16  8:46       ` Krzysztof Kozlowski
2016-08-18 19:00   ` Rob Herring
2016-08-18 19:00     ` Rob Herring
2016-08-18 19:00     ` Rob Herring
2016-08-19  9:07   ` Chanwoo Choi
2016-08-19  9:07     ` Chanwoo Choi
2016-08-19  9:07     ` Chanwoo Choi
2016-08-19 11:31     ` Tomasz Figa
2016-08-19 11:31       ` Tomasz Figa
2016-08-19 11:31       ` Tomasz Figa
     [not found]       ` <CA+Ln22EaUmdrfLXJfYPAtCQ1DY4Y5iLWr-tqG67-P9hSXKMC6w-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-08-24 12:53         ` Chanwoo Choi
2016-08-24 12:53           ` Chanwoo Choi
2016-08-24 12:53           ` Chanwoo Choi
2016-08-16  6:35 ` [PATCH 5/7] arm64: dts: exynos: Add dts files for Samsung Exynos5433 64bit SoC Chanwoo Choi
2016-08-16  6:35   ` Chanwoo Choi
2016-08-16  6:35   ` Chanwoo Choi
2016-08-16 10:29   ` Krzysztof Kozlowski
2016-08-16 10:29     ` Krzysztof Kozlowski
2016-08-16 10:29     ` Krzysztof Kozlowski
2016-08-16 12:59     ` Chanwoo Choi
2016-08-16 12:59       ` Chanwoo Choi
2016-08-16 17:51       ` Krzysztof Kozlowski
2016-08-16 17:51         ` Krzysztof Kozlowski
2016-08-17  0:46         ` Chanwoo Choi
2016-08-17  0:46           ` Chanwoo Choi
2016-08-16 10:50   ` Sylwester Nawrocki
2016-08-16 10:50     ` Sylwester Nawrocki
2016-08-16 13:02     ` Chanwoo Choi
2016-08-16 13:02       ` Chanwoo Choi
2016-08-16 13:02       ` Chanwoo Choi
2016-08-19 10:48   ` Marek Szyprowski
2016-08-19 10:48     ` Marek Szyprowski
2016-08-19 10:48     ` Marek Szyprowski
2016-08-23  2:58     ` Chanwoo Choi
2016-08-23  2:58       ` Chanwoo Choi
2016-08-23  2:58       ` Chanwoo Choi
2016-08-16  6:35 ` [PATCH 6/7] arm64: dts: exynos: Add dts file for Exynos5433-based TM2 board Chanwoo Choi
2016-08-16  6:35   ` Chanwoo Choi
2016-08-17  6:42   ` Krzysztof Kozlowski
2016-08-17  6:42     ` Krzysztof Kozlowski
2016-08-17  6:42     ` Krzysztof Kozlowski
2016-08-17  7:36     ` Chanwoo Choi
2016-08-17  7:36       ` Chanwoo Choi
2016-08-18 19:08   ` Rob Herring
2016-08-18 19:08     ` Rob Herring
2016-08-18 19:08     ` Rob Herring
2016-08-19  1:01     ` Chanwoo Choi
2016-08-19  1:01       ` Chanwoo Choi
2016-08-19  1:01       ` Chanwoo Choi
2016-08-19 17:05   ` Sylwester Nawrocki
2016-08-19 17:05     ` Sylwester Nawrocki
2016-08-19 17:05     ` Sylwester Nawrocki
2016-08-21  7:46     ` Chanwoo Choi
2016-08-21  7:46       ` Chanwoo Choi
2016-08-21  7:46       ` Chanwoo Choi
2016-08-16  6:35 ` [PATCH 7/7] arm64: dts: exynos: Add dts file for Exynos5433-based TM2E board Chanwoo Choi
2016-08-16  6:35   ` Chanwoo Choi
2016-08-16  6:35   ` Chanwoo Choi
2016-08-17  6:43   ` Krzysztof Kozlowski
2016-08-17  6:43     ` Krzysztof Kozlowski
2016-08-17  7:37     ` Chanwoo Choi
2016-08-17  7:37       ` Chanwoo Choi
2016-08-18 19:10   ` Rob Herring
2016-08-18 19:10     ` Rob Herring
2016-08-18 19:10     ` Rob Herring

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=1471328843-26653-4-git-send-email-cw00.choi@samsung.com \
    --to=cw00.choi@samsung.com \
    --cc=a.hajda@samsung.com \
    --cc=beomho.seo@samsung.com \
    --cc=catalin.marinas@arm.com \
    --cc=chanwoo@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=human.hwang@samsung.com \
    --cc=ideal.song@samsung.com \
    --cc=ingi2.kim@samsung.com \
    --cc=inki.dae@samsung.com \
    --cc=jaewon02.kim@samsung.com \
    --cc=jh80.chung@samsung.com \
    --cc=jonghwa3.lee@samsung.com \
    --cc=jy0922.shim@samsung.com \
    --cc=k.kozlowski@samsung.com \
    --cc=kgene@kernel.org \
    --cc=krzk@kernel.org \
    --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=m.szyprowski@samsung.com \
    --cc=mark.rutland@arm.com \
    --cc=rjw@rjwysocki.net \
    --cc=robh+dt@kernel.org \
    --cc=s.nawrocki@samsung.com \
    --cc=sw0312.kim@samsung.com \
    --cc=viresh.kumar@linaro.org \
    --cc=will.deacon@arm.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 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.