Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755181AbdGVWKs (ORCPT ); Sat, 22 Jul 2017 18:10:48 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:41237 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750921AbdGVWKr (ORCPT ); Sat, 22 Jul 2017 18:10:47 -0400 From: "Rafael J. Wysocki" To: Andy Shevchenko Cc: Andy Shevchenko , "linux-pm@vger.kernel.org" , Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , "x86@kernel.org" , "linux-kernel@vger.kernel.org" , Hanjun Guo , "linux-acpi@vger.kernel.org" , Geert Uytterhoeven Subject: Re: [PATCH v3 4/5] ACPI / boot: Not all platform require acpi_reduced_hw_init() Date: Sun, 23 Jul 2017 00:02:51 +0200 Message-ID: <5622080.aq77V1utKd@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.12.0-rc1+; KDE/4.14.9; x86_64; ; ) In-Reply-To: References: <20170718150420.61600-1-andriy.shevchenko@linux.intel.com> <1535497.HrG5Hi31l1@aspire.rjw.lan> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 706 Lines: 20 On Saturday, July 22, 2017 04:53:52 AM Andy Shevchenko wrote: > On Sat, Jul 22, 2017 at 1:25 AM, Rafael J. Wysocki wrote: > > On Tuesday, July 18, 2017 06:04:19 PM Andy Shevchenko wrote: > >> Some platform might take care of legacy devices on theirs own. > >> Let's allow them to do that by exporting a weak function. > >> > >> Signed-off-by: Andy Shevchenko > > > > I'd rather do it at the time when acpi_reduced_hw_init() actually needs to be > > overridden by at least one platform. > > Do you mean as folded into some other patch or just as a preparatory > patch in some future series? > > Any of the above would work for me. Thanks, Rafael