From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752800Ab2KTJIe (ORCPT ); Tue, 20 Nov 2012 04:08:34 -0500 Received: from mga14.intel.com ([143.182.124.37]:65252 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752080Ab2KTJIc (ORCPT ); Tue, 20 Nov 2012 04:08:32 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.83,284,1352102400"; d="scan'208";a="170470210" Date: Tue, 20 Nov 2012 11:11:41 +0200 From: Mika Westerberg To: "Rafael J. Wysocki" Cc: Bjorn Helgaas , Jean Delvare , ben-linux@fluff.org, w.sang@pengutronix.de, linux-kernel@vger.kernel.org, lenb@kernel.org, rafael.j.wysocki@intel.com, broonie@opensource.wolfsonmicro.com, grant.likely@secretlab.ca, linus.walleij@linaro.org, mathias.nyman@linux.intel.com, linux-acpi@vger.kernel.org, Greg Kroah-Hartman Subject: Re: [Update][PATCH 0/3] ACPI: Simplify "glueing" to physical nodes Message-ID: <20121120091141.GO17774@intel.com> References: <1352977397-2280-1-git-send-email-mika.westerberg@linux.intel.com> <20121118155539.GE17774@intel.com> <1758879.PKgPhTGcB7@vostro.rjw.lan> <4036218.zBRlg5OZsZ@vostro.rjw.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4036218.zBRlg5OZsZ@vostro.rjw.lan> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 20, 2012 at 01:55:46AM +0100, Rafael J. Wysocki wrote: > > Following is the series with the Greg's feedback taken into account. > Patch [1/3] is the same as before with the bug found by Mika fixed, [2/3] is > an additional patch adding struct acpi_dev_node to compile out unused stuff if > CONFIG_ACPI is not set and [3/3] is the previous [2/2] rebased on top of it. I've tested this on my ACPI 5 test machine and it works as expected. I also adapted the I2C, GPIO and SPI patches on top of this series and planning to post them shortly. Thanks.