From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mika Westerberg Subject: Re: [PATCH 0/2] ACPI / platform: Put devices enumerated via ACPI into D0 before probing drivers Date: Mon, 26 Nov 2012 08:31:18 +0200 Message-ID: <20121126063118.GF3867@intel.com> References: <1672179.qgDUs0YdYu@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1672179.qgDUs0YdYu@vostro.rjw.lan> Sender: linux-pm-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: LKML , Greg Kroah-Hartman , Linux PM list , ACPI Devel Maling List , Zhang Rui , "Svahn, Kai" , Huang Ying , "Lan, Tianyu" , "Zheng, Lv" , Aaron Lu , Grant Likely List-Id: linux-acpi@vger.kernel.org On Sun, Nov 25, 2012 at 03:54:14PM +0100, Rafael J. Wysocki wrote: > The following two patches are meant to work around a problem where some > devices may be in the ACPI D3cold power state (power off) before their > drivers' .probe() routines are called, but those routines assume devices > to be operational. They also allow ACPI PM to be used going forward with > the devices in question. We have such machines here. I've tested the series on one of them and it solves the problem - drivers can now access device registers right from the start. > [1/2] - Allow ACPI PM attach/detach routines to change device power states. > [2/2] - Call the ACPI PM attach/detach routines in the platform probe and > remove/shutdown callbacks (and change power states of devices as > necessary). Reviewed-by: Mika Westerberg Tested-by: Mika Westerberg