Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752153AbdHDWv6 (ORCPT ); Fri, 4 Aug 2017 18:51:58 -0400 Received: from mail-it0-f54.google.com ([209.85.214.54]:36311 "EHLO mail-it0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751930AbdHDWv4 (ORCPT ); Fri, 4 Aug 2017 18:51:56 -0400 MIME-Version: 1.0 In-Reply-To: <20170804214944.3910-1-graeme.gregory@linaro.org> References: <20170804214944.3910-1-graeme.gregory@linaro.org> From: "Rafael J. Wysocki" Date: Sat, 5 Aug 2017 00:51:55 +0200 X-Google-Sender-Auth: _U9BdglgQIAU_4tTUFLSCze80Zw Message-ID: Subject: Re: [PATCH 0/2] Updated SPCR quirks for Moonshot/Mustang To: Graeme Gregory 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: 753 Lines: 18 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? Thanks, Rafael