From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753628AbdLDKlu (ORCPT ); Mon, 4 Dec 2017 05:41:50 -0500 Received: from mga11.intel.com ([192.55.52.93]:38843 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752360AbdLDKlp (ORCPT ); Mon, 4 Dec 2017 05:41:45 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,358,1508828400"; d="scan'208";a="1251621226" Date: Mon, 4 Dec 2017 12:41:40 +0200 From: Mika Westerberg To: Hans de Goede Cc: Jonathan Cameron , Jeremy Cline , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler , Lars Kellogg-Stedman , Steven Presser , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Wolfram Sang Subject: Re: [PATCH 2/2] iio: accel: bmc150: Check for a second ACPI device for BOSC0200 Message-ID: <20171204104140.GZ22431@lahna.fi.intel.com> References: <20171129223016.17848-1-jeremy@jcline.org> <0100016009e7c30a-407c2980-d8d5-4506-ab47-d0fb2fed481d-000000@email.amazonses.com> <20171202121927.3b7aa028@archlinux> <20171204095819.GY22431@lahna.fi.intel.com> <045185e0-927e-f004-2ec6-44205e5f6c13@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <045185e0-927e-f004-2ec6-44205e5f6c13@redhat.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 04, 2017 at 11:29:31AM +0100, Hans de Goede wrote: > i2c_new_secondary_device() is for a different purpose, this is for when > a single i2c device listens on multiple addresses and the driver wants > separate i2c_client-s to use to talk to each address. > > In this case there are 2 separate devices, not a single device listening > on multiple addresses. Something like i2c_new_secondary_device() ACPI > support might be useful for i2c devices where a single device / "IC" listens > on multiple addresses and all these addresses are listed in the ACPI resource > table, but not for this specific case. Right, thanks Hans for correcting me.