From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752878AbbIPWpY (ORCPT ); Wed, 16 Sep 2015 18:45:24 -0400 Received: from mail.kernel.org ([198.145.29.136]:42513 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752349AbbIPWpV (ORCPT ); Wed, 16 Sep 2015 18:45:21 -0400 Message-ID: <55F9F0E5.7000805@kernel.org> Date: Thu, 17 Sep 2015 07:44:53 +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: Viresh Kumar CC: Krzysztof Kozlowski , Kukjin Kim , Bartlomiej Zolnierkiewicz , Thomas Abraham , Kukjin Kim , Marek Szyprowski , "Rafael J. Wysocki" , Sylwester Nawrocki , Michael Turquette , Tomasz Figa , Lukasz Majewski , Heiko Stuebner , Chanwoo Choi , Kevin Hilman , Javier Martinez Canillas , Tobias Jakobi , Anand Moon , linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 0/4] cpufreq-dt: add suspend frequency support References: <1441640501-13613-1-git-send-email-b.zolnierkie@samsung.com> <20150908024659.GF26760@linux> <55EE5C79.2030604@samsung.com> <20150908042017.GJ26760@linux> <55EE6892.3010304@samsung.com> <20150908051053.GA18554@linux> In-Reply-To: <20150908051053.GA18554@linux> 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 09/08/15 14:10, Viresh Kumar wrote: > On 08-09-15, 13:48, Krzysztof Kozlowski wrote: >> Somehow my mind stuck on solving Exynos4x12 cpufreq issues. >> >> Right, it should go through Rafael's, probably except DTS patch (4/4) >> because it depends on previous DTS changes. These changes are still in >> arm-soc, not in Linus' tree [0]. > > That's bad :( > > Anyway, 4/4 is kind of independent to this series, in the sense that > it wouldn't harm even if it gets applied separately. > > So, go ahead and apply 4/4 to Samsung's tree and rest of this can be > picked by Rafael. > Applied 4/4 into samsung tree, thanks. - Kukjin