From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753339AbaIJULN (ORCPT ); Wed, 10 Sep 2014 16:11:13 -0400 Received: from mga02.intel.com ([134.134.136.20]:63723 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752216AbaIJULK (ORCPT ); Wed, 10 Sep 2014 16:11:10 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,501,1406617200"; d="scan'208";a="601052631" Date: Wed, 10 Sep 2014 13:11:03 -0700 From: Jacob Pan To: Lee Jones Cc: IIO , LKML , DEVICE TREE , Carlo Caione , Srinivas Pandruvada , Aaron Lu , Alan Cox , Jean Delvare , Samuel Ortiz , Liam Girdwood , Mark Brown , Grant Likely , Greg Kroah-Hartman , Rob Herring , Lars-Peter Clausen , Hartmut Knaack , Fugang Duan , Arnd Bergmann , Zubair Lutfullah , Sebastian Reichel , Johannes Thumshirn , Philippe Reynes , Angelo Compagnucci , Doug Anderson , Ramakrishna Pallala Subject: Re: [PATCH v2 2/4] mfd/axp2xx: extend axp20x to support axp288 pmic Message-ID: <20140910131103.4f0e06fc@ultegra> In-Reply-To: <20140910091354.GL30307@lee--X1> References: <1410267775-4683-1-git-send-email-jacob.jun.pan@linux.intel.com> <1410267775-4683-3-git-send-email-jacob.jun.pan@linux.intel.com> <20140910091354.GL30307@lee--X1> Organization: OTC X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.23; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 10 Sep 2014 10:13:54 +0100 Lee Jones wrote: > I think adding ACPI support should be in its own patch. Agree with the rest reviews comments. On this one, I agree I should take out the non-essential part of the ACPI code. i.e. mfd cell device for acpi opregion handler driver. Let it be part of opregion handler driver submission later on. However, the enumeration part of the ACPI code is essential to support this device since it is intended to be enumerated under ACPI only, a customized PMIC for Intel. Thanks, Jacob