Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752523AbdLCQ0U (ORCPT ); Sun, 3 Dec 2017 11:26:20 -0500 Received: from mail-wr0-f169.google.com ([209.85.128.169]:40095 "EHLO mail-wr0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752061AbdLCQ0S (ORCPT ); Sun, 3 Dec 2017 11:26:18 -0500 X-Google-Smtp-Source: AGs4zMYT/2+kgPfFjCGxd3AWHFr5Q5TmeCYosKqDy+d0nA9JOgpLPKp0DD3p3ihxNO1s0oOC1oFM3Q== Subject: Re: [GIT PULL] revert ARM SCPI changes for v4.15-rc1 To: sudeep.holla@arm.com Cc: Kevin Hilman , arm@kernel.org, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, lorenzo.pieralisi@arm.com References: <7hlgimns2m.fsf@baylibre.com> <20171203010435.6ycn75rxss5yiixe@localhost> From: Heiner Kallweit Message-ID: <19697169-9209-ba59-781f-e79e15961fca@gmail.com> Date: Sun, 3 Dec 2017 17:26:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20171203010435.6ycn75rxss5yiixe@localhost> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2010 Lines: 52 Am 03.12.2017 um 02:04 schrieb Olof Johansson: > On Fri, Dec 01, 2017 at 11:53:05AM -0800, Kevin Hilman wrote: >> Arnd, Olof, >> >> These ARM SCPI changes caused SCPI regressions resulting in CPUfreq >> failures on most Amlogic SoCs (found by kernelci.org.) >> >> Unfortunately, this was not caught in linux-next due to other >> bugs/panics on these platforms masking this problem so we've only found >> it since we've fixed the other issues. >> >> Since we're already in the -rc cycle, I'd prefer to revert to a known >> working state (that of v4.14) rather than finding/reverting a subset, >> which would just lead to another untested state. >> >> These changes can then have some time to be better reviewed and tested >> and resubmitted for v4.16. >> >> I've tested this revert on the affect Amlogic SoCs and verified that >> we're back to the previous (working) condition. >> >> Also, I'm sending the pull directly to arm-soc instead of Sudeeep >> because I understand that Sudeep is currently out-of-office and unlikely >> to be able to address this himself during the -rc cycle. >> > > Sounds like the right approach here. I've merged this and added the above text > to the merge commit as well. > I can't reproduce the issue on my systems, however I'm quite sure that commit 931cf0c53e69 "firmware: arm_scpi: pre-populate dvfs info in scpi_probe" causes the problem. I could re-submit the series w/o this patch, the other patches then need some re-basing. I'd include a patch addressing the following question from Kevin because I was asking myself the same thing too: "Also, is this the expected result for the pre-1.0 firmware: scpi_protocol scpi: SCP Protocol 0.0 Firmware 0.0.0 version" In case a legacy firmware doesn't provide version information I propose to print the following message instead: scpi_protocol scpi: SCP Protocol legacy pre-1.0 firmware The series could be applied to a devel branch first to give the Baylibre Amlogic team some time for testing. Rgds, Heiner > > -Olof >