From: Kukjin Kim <kgene.kim@samsung.com>
To: "Heiko Stübner" <heiko@sntech.de>
Cc: Tomasz Figa <t.figa@samsung.com>,
Kukjin Kim <kgene.kim@samsung.com>,
Mike Turquette <mturquette@linaro.org>,
Kyungmin Park <kyungmin.park@samsung.com>,
linux-samsung-soc@vger.kernel.org,
Thomas Abraham <thomas.abraham@linaro.org>,
Rahul Sharma <r.sh.open@gmail.com>,
linux-arm-kernel@lists.infradead.org,
Marek Szyprowski <m.szyprowski@samsung.com>
Subject: Re: [PATCH v2 7/9] clk: samsung: Drop old suspend/resume code
Date: Fri, 14 Feb 2014 08:07:36 +0900 [thread overview]
Message-ID: <52FD5038.6090309@samsung.com> (raw)
In-Reply-To: <4274393.fPXjFZLa78@phil>
On 02/07/14 18:50, Heiko Stübner wrote:
> Am Donnerstag, 6. Februar 2014, 19:16:54 schrieb Tomasz Figa:
>> Since all SoC drivers have been moved to local suspend/resume handling,
>> the old code can be safely dropped.
>>
>> Signed-off-by: Tomasz Figa<t.figa@samsung.com>
>> Acked-by: Kyungmin Park<kyungmin.park@samsung.com>
>
> So it looks like I'll need to respin my s3c24xx-ccf patches again, but
> nevertheless:
>
> Acked-by: Heiko Stuebner<heiko@sntech.de>
>
Heiko,
I'll apply this series, so please re-work your s3c24xx CCF based on
this. you can see in v3.15-next/s2r-pm-samsung.
Thanks,
- Kukjin
>> ---
>> drivers/clk/samsung/clk-exynos4.c | 2 +-
>> drivers/clk/samsung/clk-exynos5250.c | 2 +-
>> drivers/clk/samsung/clk-exynos5420.c | 2 +-
>> drivers/clk/samsung/clk-exynos5440.c | 2 +-
>> drivers/clk/samsung/clk-s3c64xx.c | 2 +-
>> drivers/clk/samsung/clk.c | 54
>> +----------------------------------- drivers/clk/samsung/clk.h |
>> 4 +--
>> 7 files changed, 7 insertions(+), 61 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 7/9] clk: samsung: Drop old suspend/resume code
Date: Fri, 14 Feb 2014 08:07:36 +0900 [thread overview]
Message-ID: <52FD5038.6090309@samsung.com> (raw)
In-Reply-To: <4274393.fPXjFZLa78@phil>
On 02/07/14 18:50, Heiko St?bner wrote:
> Am Donnerstag, 6. Februar 2014, 19:16:54 schrieb Tomasz Figa:
>> Since all SoC drivers have been moved to local suspend/resume handling,
>> the old code can be safely dropped.
>>
>> Signed-off-by: Tomasz Figa<t.figa@samsung.com>
>> Acked-by: Kyungmin Park<kyungmin.park@samsung.com>
>
> So it looks like I'll need to respin my s3c24xx-ccf patches again, but
> nevertheless:
>
> Acked-by: Heiko Stuebner<heiko@sntech.de>
>
Heiko,
I'll apply this series, so please re-work your s3c24xx CCF based on
this. you can see in v3.15-next/s2r-pm-samsung.
Thanks,
- Kukjin
>> ---
>> drivers/clk/samsung/clk-exynos4.c | 2 +-
>> drivers/clk/samsung/clk-exynos5250.c | 2 +-
>> drivers/clk/samsung/clk-exynos5420.c | 2 +-
>> drivers/clk/samsung/clk-exynos5440.c | 2 +-
>> drivers/clk/samsung/clk-s3c64xx.c | 2 +-
>> drivers/clk/samsung/clk.c | 54
>> +----------------------------------- drivers/clk/samsung/clk.h |
>> 4 +--
>> 7 files changed, 7 insertions(+), 61 deletions(-)
next prev parent reply other threads:[~2014-02-13 23:07 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-06 18:16 [PATCH v2 0/9] Samsung PM consolidation part 1 (clocks) Tomasz Figa
2014-02-06 18:16 ` Tomasz Figa
2014-02-06 18:16 ` [PATCH v2 1/9] clk: exynos4: Remove remnants of non-DT support Tomasz Figa
2014-02-06 18:16 ` Tomasz Figa
2014-02-07 11:32 ` Sylwester Nawrocki
2014-02-07 11:32 ` Sylwester Nawrocki
2014-02-06 18:16 ` [PATCH v2 2/9] clk: samsung: Provide common helpers for register save/restore Tomasz Figa
2014-02-06 18:16 ` Tomasz Figa
2014-02-07 9:48 ` Heiko Stübner
2014-02-07 9:48 ` Heiko Stübner
2014-02-07 11:41 ` Sylwester Nawrocki
2014-02-07 11:41 ` Sylwester Nawrocki
2014-02-06 18:16 ` [PATCH v2 3/9] clk: samsung: exynos4: Move suspend/resume handling to SoC driver Tomasz Figa
2014-02-06 18:16 ` Tomasz Figa
2014-02-06 18:16 ` [PATCH v2 4/9] clk: samsung: exynos5250: " Tomasz Figa
2014-02-06 18:16 ` Tomasz Figa
2014-02-06 18:16 ` [PATCH v2 5/9] clk: samsung: exynos5420: " Tomasz Figa
2014-02-06 18:16 ` Tomasz Figa
2014-02-06 18:16 ` [PATCH v2 6/9] clk: samsung: s3c64xx: " Tomasz Figa
2014-02-06 18:16 ` Tomasz Figa
2014-02-06 18:16 ` [PATCH v2 7/9] clk: samsung: Drop old suspend/resume code Tomasz Figa
2014-02-06 18:16 ` Tomasz Figa
2014-02-07 9:50 ` Heiko Stübner
2014-02-07 9:50 ` Heiko Stübner
2014-02-13 23:07 ` Kukjin Kim [this message]
2014-02-13 23:07 ` Kukjin Kim
2014-02-06 18:16 ` [PATCH v2 8/9] clk: samsung: exynos4: Add remaining suspend/resume handling Tomasz Figa
2014-02-06 18:16 ` Tomasz Figa
2014-02-06 18:16 ` [PATCH v2 9/9] ARM: EXYNOS: pm: Drop legacy Exynos4 clock suspend/resume code Tomasz Figa
2014-02-06 18:16 ` Tomasz Figa
2014-02-07 3:45 ` [PATCH v2 0/9] Samsung PM consolidation part 1 (clocks) Thomas Abraham
2014-02-07 3:45 ` Thomas Abraham
2014-02-07 11:55 ` Sylwester Nawrocki
2014-02-07 11:55 ` Sylwester Nawrocki
2014-02-13 23:17 ` Kukjin Kim
2014-02-13 23:17 ` 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=52FD5038.6090309@samsung.com \
--to=kgene.kim@samsung.com \
--cc=heiko@sntech.de \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=mturquette@linaro.org \
--cc=r.sh.open@gmail.com \
--cc=t.figa@samsung.com \
--cc=thomas.abraham@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.