Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751440AbdGQL6i (ORCPT ); Mon, 17 Jul 2017 07:58:38 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:58564 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751284AbdGQL6f (ORCPT ); Mon, 17 Jul 2017 07:58:35 -0400 From: "Rafael J. Wysocki" To: Andy Shevchenko Cc: linux-pm@vger.kernel.org, Thomas Gleixner , Ingo Molnar , "H . Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org, Hanjun Guo Subject: Re: [PATCH v2 0/5] ACPI / boot: Few amendments Date: Mon, 17 Jul 2017 13:50:47 +0200 Message-ID: <5565550.KzpVkxNQX0@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.12.0-rc1+; KDE/4.14.9; x86_64; ; ) In-Reply-To: <20170717102404.27191-1-andriy.shevchenko@linux.intel.com> References: <20170717102404.27191-1-andriy.shevchenko@linux.intel.com> 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: 1528 Lines: 39 On Monday, July 17, 2017 01:23:59 PM Andy Shevchenko wrote: > This series does few amendments to architectural ACPI code related to > boot, in particularly to arch/x86/kernel/acpi/boot.c. > > First two patches are amendments to satisfy compiler and static analyzer > (the order is changed from first version which had been applied; in case > of partial update first patch is already in tree). > > Third patch might be useful on platforms when debugging *PIC related > code path to see how many legacy IRQs are registered. > > Fourth and fifth patches are preparation for some interesting > implementation of ACPI HW reduced platforms (note, this does not mean > it's against specification, patch 5 actually about following > specification). > > Fifth patch might be subject to additional discussions. > > In v2: > - fix function declarations in ia64 and arm64 as well (Hanjun) > - add three more patches > > Andy Shevchenko (5): > ACPI / boot: Don't define unused variables > ACPI / boot: Correct address space of __acpi_map_table() > ACPI / boot: Add number of legacy IRQs to debug output > ACPI / boot: Not all platform require acpi_reduced_hw_init() > ACPI / boot: Don't handle SCI on HW reduced platforms > > arch/arm64/kernel/acpi.c | 4 ++-- > arch/ia64/kernel/acpi.c | 4 ++-- > arch/x86/kernel/acpi/boot.c | 15 +++++++++------ > include/linux/acpi.h | 7 +++++-- > 4 files changed, 18 insertions(+), 12 deletions(-) Can you please CC ACPI material to linux-acpi too? Thanks, Rafael