From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934804AbcJSB4V (ORCPT ); Tue, 18 Oct 2016 21:56:21 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:44025 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933445AbcJSBz6 (ORCPT ); Tue, 18 Oct 2016 21:55:58 -0400 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org ABD7B61364 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=sboyd@codeaurora.org Subject: Re: [PATCH] clocksource: arm_arch_timer: Don't assume clock runs in suspend To: Brian Norris References: <20160916054917.16930-1-briannorris@chromium.org> <57DBA81F.2060404@arm.com> <20160919231441.GA60928@google.com> <57E0E97B.5000106@arm.com> <20160928012309.GA29518@localhost> <20160929170847.1227a312@arm.com> <20161004174903.GA3098@localhost> <20161019012441.GW8871@codeaurora.org> <20161019013612.GA107490@google.com> Cc: Marc Zyngier , Daniel Lezcano , Thomas Gleixner , Mark Rutland , linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, wxt@rock-chips.com, dianders@chromium.org From: Stephen Boyd Message-ID: <86354ffe-9757-2a1f-92c9-9602fa08a057@codeaurora.org> Date: Tue, 18 Oct 2016 18:55:37 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20161019013612.GA107490@google.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/18/2016 06:36 PM, Brian Norris wrote: > I believe we do not on either rk3288 or rk3399. We'd have to be powering > off almost the entire system before we'd be able to gate the 24 MHz > oscillator, AIUI. > Great! That avoids a major headache. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Tue, 18 Oct 2016 18:55:37 -0700 Subject: [PATCH] clocksource: arm_arch_timer: Don't assume clock runs in suspend In-Reply-To: <20161019013612.GA107490@google.com> References: <20160916054917.16930-1-briannorris@chromium.org> <57DBA81F.2060404@arm.com> <20160919231441.GA60928@google.com> <57E0E97B.5000106@arm.com> <20160928012309.GA29518@localhost> <20160929170847.1227a312@arm.com> <20161004174903.GA3098@localhost> <20161019012441.GW8871@codeaurora.org> <20161019013612.GA107490@google.com> Message-ID: <86354ffe-9757-2a1f-92c9-9602fa08a057@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10/18/2016 06:36 PM, Brian Norris wrote: > I believe we do not on either rk3288 or rk3399. We'd have to be powering > off almost the entire system before we'd be able to gate the 24 MHz > oscillator, AIUI. > Great! That avoids a major headache. -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project