All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Kevin Hilman <khilman@linaro.org>
Cc: k.chander@samsung.com,
	Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>,
	CPUIDLE DRIVERS <linux-pm@vger.kernel.org>,
	t.figa@samsung.com, daniel.lezcano@linaro.org,
	"Rafael J. Wysocki" <rjw@rjwysocki.net>,
	open list <linux-kernel@vger.kernel.org>,
	kgene.kim@samsung.com, linaro-kernel@lists.linaro.org,
	"open list:CPUIDLE DRIVER -..."
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH] cpuidle: big.LITTLE: add Exynos5800 compatible string
Date: Mon, 18 Aug 2014 11:29:27 -0500	[thread overview]
Message-ID: <53F229E7.4070604@samsung.com> (raw)
In-Reply-To: <1407888665-24603-1-git-send-email-khilman@linaro.org>

On 08/12/14 19:11, Kevin Hilman wrote:
> Exynos 5800 is big.LITTLE SoC compatible with the 5420.  Add the
> compatible string so this driver works on the 5800.
>
> Tested on exynos5800-peach-pi (aka Samsung Chromebook2)
>
> Signed-off-by: Kevin Hilman<khilman@linaro.org>

Acked-by: Kukjin Kim <kgene.kim@samsung.com>

Thanks,
Kukjin

> ---
>   drivers/cpuidle/cpuidle-big_little.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/cpuidle/cpuidle-big_little.c b/drivers/cpuidle/cpuidle-big_little.c
> index 0a1f827308db..bf3ab66fdaaf 100644
> --- a/drivers/cpuidle/cpuidle-big_little.c
> +++ b/drivers/cpuidle/cpuidle-big_little.c
> @@ -166,6 +166,7 @@ static int __init bl_idle_driver_init(struct cpuidle_driver *drv, int match_id)
>   static const struct of_device_id compatible_machine_match[] = {
>   	{ .compatible = "arm,vexpress,v2p-ca15_a7" },
>   	{ .compatible = "samsung,exynos5420" },
> +	{ .compatible = "samsung,exynos5800" },
>   	{},
>   };
>

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] cpuidle: big.LITTLE: add Exynos5800 compatible string
Date: Mon, 18 Aug 2014 11:29:27 -0500	[thread overview]
Message-ID: <53F229E7.4070604@samsung.com> (raw)
In-Reply-To: <1407888665-24603-1-git-send-email-khilman@linaro.org>

On 08/12/14 19:11, Kevin Hilman wrote:
> Exynos 5800 is big.LITTLE SoC compatible with the 5420.  Add the
> compatible string so this driver works on the 5800.
>
> Tested on exynos5800-peach-pi (aka Samsung Chromebook2)
>
> Signed-off-by: Kevin Hilman<khilman@linaro.org>

Acked-by: Kukjin Kim <kgene.kim@samsung.com>

Thanks,
Kukjin

> ---
>   drivers/cpuidle/cpuidle-big_little.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/drivers/cpuidle/cpuidle-big_little.c b/drivers/cpuidle/cpuidle-big_little.c
> index 0a1f827308db..bf3ab66fdaaf 100644
> --- a/drivers/cpuidle/cpuidle-big_little.c
> +++ b/drivers/cpuidle/cpuidle-big_little.c
> @@ -166,6 +166,7 @@ static int __init bl_idle_driver_init(struct cpuidle_driver *drv, int match_id)
>   static const struct of_device_id compatible_machine_match[] = {
>   	{ .compatible = "arm,vexpress,v2p-ca15_a7" },
>   	{ .compatible = "samsung,exynos5420" },
> +	{ .compatible = "samsung,exynos5800" },
>   	{},
>   };
>

  reply	other threads:[~2014-08-18 16:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-13  0:11 [PATCH] cpuidle: big.LITTLE: add Exynos5800 compatible string Kevin Hilman
2014-08-13  0:11 ` Kevin Hilman
2014-08-13  0:11 ` Kevin Hilman
2014-08-18 16:29 ` Kukjin Kim [this message]
2014-08-18 16:29   ` Kukjin Kim
2014-08-18 16:36 ` Kukjin Kim
2014-08-18 16:36   ` Kukjin Kim
2014-08-21  1:49 ` Daniel Lezcano
2014-08-21  1:49   ` Daniel Lezcano

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=53F229E7.4070604@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=daniel.lezcano@linaro.org \
    --cc=k.chander@samsung.com \
    --cc=khilman@linaro.org \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=lorenzo.pieralisi@arm.com \
    --cc=rjw@rjwysocki.net \
    --cc=t.figa@samsung.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.