From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 903D0C4361B for ; Thu, 17 Dec 2020 09:29:12 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 560082388E for ; Thu, 17 Dec 2020 09:29:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726877AbgLQJ3L (ORCPT ); Thu, 17 Dec 2020 04:29:11 -0500 Received: from mga04.intel.com ([192.55.52.120]:1837 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726703AbgLQJ3L (ORCPT ); Thu, 17 Dec 2020 04:29:11 -0500 IronPort-SDR: ve+m5k+NDqtjwa3keGwuZVT1vS+GXT/VEksg+RqOkXzx4tFhpA6nw7RF0T2+7auxJkGSRSHj0U RXGS9FA6QkYA== X-IronPort-AV: E=McAfee;i="6000,8403,9837"; a="172650301" X-IronPort-AV: E=Sophos;i="5.78,426,1599548400"; d="scan'208";a="172650301" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Dec 2020 01:27:25 -0800 IronPort-SDR: 35SsHYj6v3p7in39ljv1jdkaos50haWexDHJ/ZCTChLnl45Ba7fxRHaYrZvVYGHILFVF7Nr3mq I+N7wJCJZXHg== X-IronPort-AV: E=Sophos;i="5.78,426,1599548400"; d="scan'208";a="339223589" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.163]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Dec 2020 01:27:23 -0800 Received: by lahna (sSMTP sendmail emulation); Thu, 17 Dec 2020 11:27:19 +0200 Date: Thu, 17 Dec 2020 11:27:19 +0200 From: Mika Westerberg To: "Rafael J. Wysocki" Cc: Linux ACPI , Hans De Goede , LKML , "Rafael J. Wysocki" Subject: Re: [RFT][PATCH v1 0/3] ACPI: scan: Defer enumeration of devices with significant dependencies Message-ID: <20201217092719.GF5246@lahna.fi.intel.com> References: <1646930.v2jOOB1UEN@kreacher> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1646930.v2jOOB1UEN@kreacher> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org Hi Rafael, On Mon, Dec 14, 2020 at 09:23:47PM +0100, Rafael J. Wysocki wrote: > Hi, > > This series addresses some enumeration ordering issues by using information > from _DEP to defer the enumeration of devices that are likely to depend on > operation region (OpRegion) handlers supplied by the drivers of other > devices. > > This allows the OpRegion suppliers to be probed and start working before the > devices depending on them are enumerated. For the whole series, Reviewed-by: Mika Westerberg