From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753950AbbICCyE (ORCPT ); Wed, 2 Sep 2015 22:54:04 -0400 Received: from mail-pa0-f41.google.com ([209.85.220.41]:36036 "EHLO mail-pa0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756458AbbICCyA (ORCPT ); Wed, 2 Sep 2015 22:54:00 -0400 Date: Thu, 3 Sep 2015 08:23:54 +0530 From: Viresh Kumar To: Stephen Boyd Cc: Bartlomiej Zolnierkiewicz , Thomas Abraham , Kukjin Kim , Kukjin Kim , Krzysztof Kozlowski , Marek Szyprowski , 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 v2] cpufreq-dt: add suspend frequency support Message-ID: <20150903025354.GC13140@linux> References: <1441212476-21316-1-git-send-email-b.zolnierkie@samsung.com> <55E739F5.8060000@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <55E739F5.8060000@codeaurora.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02-09-15, 11:03, Stephen Boyd wrote: > On 09/02/2015 09:47 AM, Bartlomiej Zolnierkiewicz wrote: > > Add suspend frequency support and set it to the boot frequency, > > this matches what the old exynos-cpufreq driver has been doing. > > > > This patch fixes suspend/resume support on Exynos4412 based > > Trats2 board and reboot hang on Exynos4412 based Odroid U3 > > board. > > > > Cc: Viresh Kumar > > Cc: Thomas Abraham > > Cc: Javier Martinez Canillas > > Cc: Krzysztof Kozlowski > > Cc: Marek Szyprowski > > Cc: Tobias Jakobi > > Signed-off-by: Bartlomiej Zolnierkiewicz > > --- > > This patch supersedes "[PATCH] ARM: dts: exynos4412-odroid-*: add > > workaround for CPUfreq/reboot issue" one from yesterday. > > What do we do about cpufreq-dt users that don't want to change frequency > during suspend? Again, this should be done via opp-v2 suspend-opp feature instead. -- viresh