From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753764AbbANP1q (ORCPT ); Wed, 14 Jan 2015 10:27:46 -0500 Received: from mail.kernel.org ([198.145.29.136]:45666 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751936AbbANP1p (ORCPT ); Wed, 14 Jan 2015 10:27:45 -0500 Message-ID: <54B68AEA.7090406@kernel.org> Date: Thu, 15 Jan 2015 00:27:38 +0900 From: Kukjin Kim User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Lightning/1.0b3pre Thunderbird/3.1.16 MIME-Version: 1.0 To: Chanwoo Choi CC: Kukjin Kim , ben-linux@fluff.org, kyungmin.park@samsung.com, inki.dae@samsung.com, k.kozlowski@samsung.com, b.zolnierkie@samsung.com, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [RESEND PATCH] ARM: EXYNOS: Add exynos3250 suspend-to-ram support References: <1420681838-4292-1-git-send-email-cw00.choi@samsung.com> <54B38989.4030700@kernel.org> <54B38B24.20804@samsung.com> <54B393B9.6060806@kernel.org> <54B3A477.8080705@samsung.com> In-Reply-To: <54B3A477.8080705@samsung.com> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/12/15 19:39, Chanwoo Choi wrote: > Dear Kukjin, > > On 01/12/2015 06:28 PM, Kukjin Kim wrote: >> On 01/12/15 17:51, Chanwoo Choi wrote: >>> Dear Kukjin, >>> >>> On 01/12/2015 05:44 PM, Kukjin Kim wrote: >>>> On 01/08/15 10:50, Chanwoo Choi wrote: >>>>> This patch adds the support for suspend-to-ram feature of Exynos3250 SoC. >>>>> Exynos3250 don't contain the L2 cache. >>>>> >>>>> Cc: Kukjin Kim >>>>> Signed-off-by: Chanwoo Choi >>>>> Acked-by: Kyungmin Park >>>>> --- >>>>> Depend on: >>>>> - v3.19-rc3 >>>>> >>>> Chanwoo, >>>> >>>> Can you please let me know why this is depending on v3.19-rc3? >>>> If I apply this on top of my tree not including some stuff between >>>> v3.19-rc1 and v3.19-rc3, is there a problem? >>> >>> No problem. >>> I'm sorry. It is my mistake about using meaning of dependency. >>> This patch can be applied on v3.19-rc1. I just tested it on v3.19-rc3. >>> >> OK, applied. > > Thanks for your apply. > > I check this patch on your git repository on following: > https://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git/commit/?h=v3.20-next/update-samsung&id=e2fb3668567d0b70563cca0d1e350afd5053e4a3 > > Although this patch contains a little decription of patch, > applied patch don't include any description of patch. > > If you possible, please add the description of patch. > You're right. Maybe I've missed the contents when I applied. I've just restored your git log with small modification. Thanks, Kukjin