Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932416AbdDPX1W (ORCPT ); Sun, 16 Apr 2017 19:27:22 -0400 Received: from cloudserver094114.home.net.pl ([79.96.170.134]:43944 "EHLO cloudserver094114.home.net.pl" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932307AbdDPX1E (ORCPT ); Sun, 16 Apr 2017 19:27:04 -0400 From: "Rafael J. Wysocki" To: Linux ACPI Cc: LKML , Mika Westerberg , Andy Shevchenko Subject: [PATCH 0/2] ACPI: Device enumeration udates Date: Mon, 17 Apr 2017 01:18:51 +0200 Message-ID: <20731969.imAyuWkf7P@aspire.rjw.lan> User-Agent: KMail/4.14.10 (Linux/4.11.0-rc6+; KDE/4.14.9; x86_64; ; ) 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: 394 Lines: 15 Hi, These two patches change a couple of things related to the ACPI enumeration of devices. [1/2] causes the default enumeration to also be used for device objects with ACPI drivers bound for consistency. [2/2] makes acpi_bus_attach() look at the "visited" flag of device objects as it should really. Please let me know if you see any potential problems with these patches. Thanks, Rafael