All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Cc: Kukjin Kim <kgene@kernel.org>,
	linux-samsung-soc@vger.kernel.org, Arnd Bergmann <arnd@arndb.de>,
	Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>,
	linux-kernel@vger.kernel.org, Sergiy Kibrik <sakib@meta.ua>,
	Olof Johansson <olof@lixom.net>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL] ARM: EXYNOS: Improvements for 4.2, second try
Date: Tue, 19 May 2015 15:21:37 +0900	[thread overview]
Message-ID: <555AD671.7050202@kernel.org> (raw)
In-Reply-To: <CAJKOXPdyvQoEdxh6QPYA4r5GXq5LSGFu4=4kTasDmFMVf10S=A@mail.gmail.com>

On 05/17/15 17:52, Krzysztof Kozlowski wrote:
> 2015-05-11 12:14 GMT+09:00 Krzysztof Kozlowski <k.kozlowski@samsung.com>:
>> Dear Kukjin,
>>
>> Updated pull request, replacing also the usage of soc_is_exynos4()
>> with of_machine_is_compatible(). You requested this in comments
>> for "ARM: EXYNOS: Fix failed second suspend on Exynos4".
>>
>> This adds coupled cpuidle for Exynos3250 and improves the Exynos
>> code in few places. Everything for upcoming 4.2 merge window.
>> Description along with a tag.
>>
>> Best regards,
>> Krzysztof
>>
>>
>> The following changes since commit b82f3a05ff0b5eaf2c9900eeb34e58a6624db8d9:
>>
>>   ARM: EXYNOS: Fix failed second suspend on Exynos4 (2015-05-11 11:03:09 +0900)
>>
>> are available in the git repository at:
>>
>>   https://github.com/krzk/linux.git tags/samsung-for-next-4.2-2
>>
>> for you to fetch changes up to c91889378098ff0bb5fe6f422a3c0eb554b34930:
>>
>>   ARM: plat-samsung: Constify platform_device_id (2015-05-11 11:05:31 +0900)
>>
>> ----------------------------------------------------------------
>> Extending cpuidle driver and improvements for Exynos based boards:
>> 1. Replace soc_is_exynos4() with of_machine_is_compatible().
>> 2. Add missing return-value checks and of_node_put() for power domain
>>    driver.
>> 3. Fix missing clk_prepare in S3C24XX ADC driver.
>> 4. Rework clock handling when switching power domains on/off. Instead
>>    of settting fixed parent in DTS we grab the parent clock before
>>    turning the domain off.
>> 5. Add coupled cpuidle support for Exynos3250 to an existing
>>    cpuidle-exynos driver. As a result it enables AFTR mode
>>    (ARM-Off Top-Running) to be used by default on Exynos3250
>>    without the need to hot unplug CPU1 first.
>> 6. Constify irq_domain_ops and platform_device_id.
> 
> Dear Kukjin,
> 
> Just humbly reminding - this stuff still waits for you :).
> 
Sure, why not. I'll update it soon ;-)

Thanks,
Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM: EXYNOS: Improvements for 4.2, second try
Date: Tue, 19 May 2015 15:21:37 +0900	[thread overview]
Message-ID: <555AD671.7050202@kernel.org> (raw)
In-Reply-To: <CAJKOXPdyvQoEdxh6QPYA4r5GXq5LSGFu4=4kTasDmFMVf10S=A@mail.gmail.com>

On 05/17/15 17:52, Krzysztof Kozlowski wrote:
> 2015-05-11 12:14 GMT+09:00 Krzysztof Kozlowski <k.kozlowski@samsung.com>:
>> Dear Kukjin,
>>
>> Updated pull request, replacing also the usage of soc_is_exynos4()
>> with of_machine_is_compatible(). You requested this in comments
>> for "ARM: EXYNOS: Fix failed second suspend on Exynos4".
>>
>> This adds coupled cpuidle for Exynos3250 and improves the Exynos
>> code in few places. Everything for upcoming 4.2 merge window.
>> Description along with a tag.
>>
>> Best regards,
>> Krzysztof
>>
>>
>> The following changes since commit b82f3a05ff0b5eaf2c9900eeb34e58a6624db8d9:
>>
>>   ARM: EXYNOS: Fix failed second suspend on Exynos4 (2015-05-11 11:03:09 +0900)
>>
>> are available in the git repository at:
>>
>>   https://github.com/krzk/linux.git tags/samsung-for-next-4.2-2
>>
>> for you to fetch changes up to c91889378098ff0bb5fe6f422a3c0eb554b34930:
>>
>>   ARM: plat-samsung: Constify platform_device_id (2015-05-11 11:05:31 +0900)
>>
>> ----------------------------------------------------------------
>> Extending cpuidle driver and improvements for Exynos based boards:
>> 1. Replace soc_is_exynos4() with of_machine_is_compatible().
>> 2. Add missing return-value checks and of_node_put() for power domain
>>    driver.
>> 3. Fix missing clk_prepare in S3C24XX ADC driver.
>> 4. Rework clock handling when switching power domains on/off. Instead
>>    of settting fixed parent in DTS we grab the parent clock before
>>    turning the domain off.
>> 5. Add coupled cpuidle support for Exynos3250 to an existing
>>    cpuidle-exynos driver. As a result it enables AFTR mode
>>    (ARM-Off Top-Running) to be used by default on Exynos3250
>>    without the need to hot unplug CPU1 first.
>> 6. Constify irq_domain_ops and platform_device_id.
> 
> Dear Kukjin,
> 
> Just humbly reminding - this stuff still waits for you :).
> 
Sure, why not. I'll update it soon ;-)

Thanks,
Kukjin

  reply	other threads:[~2015-05-19  6:21 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-11  3:14 [GIT PULL] ARM: EXYNOS: Improvements for 4.2, second try Krzysztof Kozlowski
2015-05-11  3:14 ` Krzysztof Kozlowski
2015-05-17  8:52 ` Krzysztof Kozlowski
2015-05-17  8:52   ` Krzysztof Kozlowski
2015-05-19  6:21   ` Kukjin Kim [this message]
2015-05-19  6:21     ` Kukjin Kim
2015-05-21  5:32     ` Kukjin Kim
2015-05-21  5:32       ` Kukjin Kim

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=555AD671.7050202@kernel.org \
    --to=kgene@kernel.org \
    --cc=arnd@arndb.de \
    --cc=b.zolnierkie@samsung.com \
    --cc=k.kozlowski@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=sakib@meta.ua \
    /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.