Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752174AbdHEM3S (ORCPT ); Sat, 5 Aug 2017 08:29:18 -0400 Received: from mail-io0-f193.google.com ([209.85.223.193]:36493 "EHLO mail-io0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751965AbdHEM3Q (ORCPT ); Sat, 5 Aug 2017 08:29:16 -0400 MIME-Version: 1.0 In-Reply-To: References: <20170804214944.3910-1-graeme.gregory@linaro.org> From: "Rafael J. Wysocki" Date: Sat, 5 Aug 2017 14:29:14 +0200 X-Google-Sender-Auth: EfjL7tIDAYxwaqge-Ff-np-q_KM Message-ID: Subject: Re: [PATCH 0/2] Updated SPCR quirks for Moonshot/Mustang To: Graeme Gregory Cc: "Rafael J. Wysocki" , ACPI Devel Maling List , Linux Kernel Mailing List , "Rafael J. Wysocki" , Len Brown , Loc Ho , Greg Kroah-Hartman , Jon Masters Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 990 Lines: 22 On Sat, Aug 5, 2017 at 9:25 AM, Graeme Gregory wrote: > On 4 August 2017 at 23:51, Rafael J. Wysocki wrote: >> On Fri, Aug 4, 2017 at 11:49 PM, Graeme Gregory >> wrote: >>> A couple of patches to build on the SPCR quirks support already upstreamed. >>> >>> 1 - Moonshot m400 cartridge has the same soc but ACPI tables have different >>> HPe specific headers so extend quirk to understand those too. >>> >>> 2 - Relevant vendors do not seem to be working on DBG2/SPCR update for >>> situation where the clock is unknown. We want these machines to boot with >>> console initialised from SPCR before I die of old age so use the previous >>> quirk handling to also handle the clock problem as well. >> >> It increasingly seems to me that spcr.c firmly belongs in >> drivers/acpi/arm64/. Any chance to move it in there and then mess up >> with it further? >> > Apparently x86 machines exist with SPCR table. OK then.