From: Daniel Lezcano <daniel.lezcano@linaro.org>
To: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>,
linux@maxim.org.za, nicolas.ferre@atmel.com,
plagnioj@jcrosoft.com, linux-pm@vger.kernel.org,
linaro-kernel@lists.linaro.org,
linux-arm-kernel@lists.infradead.org, patches@linaro.org
Subject: Re: [PATCH 2/2] ARM: at91: cpuidle: Move driver to drivers/cpuidle
Date: Mon, 14 Oct 2013 12:53:42 +0200 [thread overview]
Message-ID: <525BCD36.5050401@linaro.org> (raw)
In-Reply-To: <3135182.xhXUMRLLGy@amdc1032>
On 10/14/2013 12:20 PM, Bartlomiej Zolnierkiewicz wrote:
>
> Hi Daniel,
>
> On Sunday, October 13, 2013 12:17:17 PM Daniel Lezcano wrote:
>> On 10/13/2013 11:19 AM, Thomas Petazzoni wrote:
>>> Dear Daniel Lezcano,
>>>
>>> On Sat, 12 Oct 2013 17:51:39 +0200, Daniel Lezcano wrote:
>>>
>>>> +config ARM_AT91_CPUIDLE
>>>> + bool "Cpu Idle Driver for the AT91 processors"
>>>
>>> Nitpick: indentation is done with spaces here, while it should be one
>>> tab.
>>
>> Ah, right. Fixed for the V2.
>
> Could you also please add 'default y' to preserve the old behavior?
> (the at91 cpuidle support was always built-in for CONFIG_CPU_IDLE=y)
Yes, sure.
Thanks for the review.
-- Daniel
--
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
WARNING: multiple messages have this Message-ID (diff)
From: daniel.lezcano@linaro.org (Daniel Lezcano)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: at91: cpuidle: Move driver to drivers/cpuidle
Date: Mon, 14 Oct 2013 12:53:42 +0200 [thread overview]
Message-ID: <525BCD36.5050401@linaro.org> (raw)
In-Reply-To: <3135182.xhXUMRLLGy@amdc1032>
On 10/14/2013 12:20 PM, Bartlomiej Zolnierkiewicz wrote:
>
> Hi Daniel,
>
> On Sunday, October 13, 2013 12:17:17 PM Daniel Lezcano wrote:
>> On 10/13/2013 11:19 AM, Thomas Petazzoni wrote:
>>> Dear Daniel Lezcano,
>>>
>>> On Sat, 12 Oct 2013 17:51:39 +0200, Daniel Lezcano wrote:
>>>
>>>> +config ARM_AT91_CPUIDLE
>>>> + bool "Cpu Idle Driver for the AT91 processors"
>>>
>>> Nitpick: indentation is done with spaces here, while it should be one
>>> tab.
>>
>> Ah, right. Fixed for the V2.
>
> Could you also please add 'default y' to preserve the old behavior?
> (the at91 cpuidle support was always built-in for CONFIG_CPU_IDLE=y)
Yes, sure.
Thanks for the review.
-- Daniel
--
<http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
next prev parent reply other threads:[~2013-10-14 10:53 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-12 15:51 [PATCH 1/2] ARM: at91: cpuidle: convert to platform driver Daniel Lezcano
2013-10-12 15:51 ` Daniel Lezcano
2013-10-12 15:51 ` [PATCH 2/2] ARM: at91: cpuidle: Move driver to drivers/cpuidle Daniel Lezcano
2013-10-12 15:51 ` Daniel Lezcano
2013-10-13 9:19 ` Thomas Petazzoni
2013-10-13 9:19 ` Thomas Petazzoni
2013-10-13 10:17 ` Daniel Lezcano
2013-10-13 10:17 ` Daniel Lezcano
2013-10-14 10:20 ` Bartlomiej Zolnierkiewicz
2013-10-14 10:20 ` Bartlomiej Zolnierkiewicz
2013-10-14 10:53 ` Daniel Lezcano [this message]
2013-10-14 10:53 ` Daniel Lezcano
2013-10-14 14:04 ` [PATCH 1/2] ARM: at91: cpuidle: convert to platform driver Jean-Christophe PLAGNIOL-VILLARD
2013-10-14 14:04 ` Jean-Christophe PLAGNIOL-VILLARD
2013-10-14 14:18 ` Daniel Lezcano
2013-10-14 14:18 ` Daniel Lezcano
2013-10-14 14:27 ` Jean-Christophe PLAGNIOL-VILLARD
2013-10-14 14:27 ` Jean-Christophe PLAGNIOL-VILLARD
2013-10-14 16:30 ` Daniel Lezcano
2013-10-14 16:30 ` Daniel Lezcano
2013-10-14 17:18 ` Jean-Christophe PLAGNIOL-VILLARD
2013-10-14 17:18 ` Jean-Christophe PLAGNIOL-VILLARD
2013-10-14 17:59 ` Daniel Lezcano
2013-10-14 17:59 ` 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=525BCD36.5050401@linaro.org \
--to=daniel.lezcano@linaro.org \
--cc=b.zolnierkie@samsung.com \
--cc=linaro-kernel@lists.linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux@maxim.org.za \
--cc=nicolas.ferre@atmel.com \
--cc=patches@linaro.org \
--cc=plagnioj@jcrosoft.com \
--cc=thomas.petazzoni@free-electrons.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.