From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com ([134.134.136.24]:12713 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751370AbdGXOHk (ORCPT ); Mon, 24 Jul 2017 10:07:40 -0400 Subject: Re: [PATCH] clk: x86: Do not gate clocks enabled by the firmware To: Andy Shevchenko , Darren Hart , Enric Balletbo Serra References: <20170710203801.17496-1-carlo@caione.org> <20170710235403.GB25390@fury> <1ac00dd5-038c-7ef7-44e7-4c95fea8042d@linux.intel.com> <1500904960.29303.204.camel@linux.intel.com> Cc: Carlo Caione , Michael Turquette , linux-clk@vger.kernel.org, Stephen Boyd , linux@endlessm.com, Carlo Caione From: Pierre-Louis Bossart Message-ID: Date: Mon, 24 Jul 2017 16:07:34 +0200 MIME-Version: 1.0 In-Reply-To: <1500904960.29303.204.camel@linux.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Sender: linux-clk-owner@vger.kernel.org List-ID: On 7/24/17 4:02 PM, Andy Shevchenko wrote: > On Mon, 2017-07-24 at 15:49 +0200, Pierre-Louis Bossart wrote: >> On 7/11/17 1:54 AM, Darren Hart wrote: >>> On Tue, Jul 11, 2017 at 12:31:28AM +0200, Enric Balletbo Serra >>> wrote: > >>>> Tested-by: Enric Balletbo i Serra >>> >>> Excellent, thank you Enric. Pierre, any objections to this going in >>> to >>> 4.13 now and stable back to 4.12? >> >> I saw an update of this patch being merged while I was away on an >> extended summer break, but out of curiosity what was the problem with >> no >> audio on Baytrail? the code was added precisely to add support for >> 19.2 >> MHz on Baytrail and finally solve audio issues. I have no reports of >> broken functionality with this 282a4e4 commit... Enric, do you have a >> bugzilla or pointers? > > TL;DR: We should respect firmware settings before blindly shut down > "unused" resources. (We used to have similar stuff in GPIO/pinctrl > driver for direct IRQ pins, where we shut up the pins which are used > directly by IOAPIC) I wasn't arguing against those patches, just curious as to which platforms were broken by setting pmc_plat_3 blindly in the driver.