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=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT 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 B6A4BC04EB8 for ; Fri, 30 Nov 2018 09:57:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 873B920868 for ; Fri, 30 Nov 2018 09:57:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 873B920868 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727238AbeK3VFq (ORCPT ); Fri, 30 Nov 2018 16:05:46 -0500 Received: from mga07.intel.com ([134.134.136.100]:40590 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726561AbeK3VFq (ORCPT ); Fri, 30 Nov 2018 16:05:46 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Nov 2018 01:57:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,298,1539673200"; d="scan'208";a="279213042" Received: from smile.fi.intel.com (HELO smile) ([10.237.72.86]) by orsmga005.jf.intel.com with ESMTP; 30 Nov 2018 01:56:57 -0800 Received: from andy by smile with local (Exim 4.91) (envelope-from ) id 1gSfXc-00029C-Io; Fri, 30 Nov 2018 11:56:56 +0200 Date: Fri, 30 Nov 2018 11:56:56 +0200 From: Andy Shevchenko To: "Rafael J. Wysocki" Cc: Darren Hart , Platform Driver , "Rafael J. Wysocki" , ACPI Devel Maling List , jic23@kernel.org, Wolfram Sang , Mika Westerberg , linux-i2c , Hans de Goede , Heikki Krogerus , Linux Kernel Mailing List Subject: Re: [PATCH v5 14/15] ACPI / scan: Create platform device for INT3515 ACPI nodes Message-ID: <20181130095656.GI10650@smile.fi.intel.com> References: <20181128114535.80223-1-andriy.shevchenko@linux.intel.com> <20181128114535.80223-15-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 29, 2018 at 09:58:51PM +0100, Rafael J. Wysocki wrote: > On Wed, Nov 28, 2018 at 12:48 PM Andy Shevchenko > wrote: > > > > The ACPI device with INT3515 _HID is representing a complex USB PD > > hardware infrastructure which includes several I2C slave ICs. > > > > We add an ID to the I2C multi instantiate list to enumerate > > all I2C slaves correctly. > > > > Signed-off-by: Andy Shevchenko > > Reviewed-by: Hans de Goede > > Acked-by: Rafael J. Wysocki > > and I'm assuming that you will route the whole series through the > platform/x86 drivers tree. Thanks, Rafael, will route through PDx86! -- With Best Regards, Andy Shevchenko