Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751355AbdHEHZT (ORCPT ); Sat, 5 Aug 2017 03:25:19 -0400 Received: from mail-io0-f177.google.com ([209.85.223.177]:33711 "EHLO mail-io0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751161AbdHEHZR (ORCPT ); Sat, 5 Aug 2017 03:25:17 -0400 MIME-Version: 1.0 In-Reply-To: References: <20170804214944.3910-1-graeme.gregory@linaro.org> From: Graeme Gregory Date: Sat, 5 Aug 2017 08:25:16 +0100 Message-ID: Subject: Re: [PATCH 0/2] Updated SPCR quirks for Moonshot/Mustang To: "Rafael J. Wysocki" Cc: 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: 948 Lines: 22 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. But if that is your wish I can certainly add that to series. Graeme