Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1784817imm; Thu, 12 Jul 2018 07:49:15 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfajvzzSe9DJ3MmbpPFPQDxSzuHzEWMXyqb4GZx6HhZHkou2ViUaJR8a3lUrM2WvE0mPu+D X-Received: by 2002:a62:9042:: with SMTP id a63-v6mr2789238pfe.52.1531406955509; Thu, 12 Jul 2018 07:49:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531406955; cv=none; d=google.com; s=arc-20160816; b=jAONNuHgA8NgjYAceLC6cnJjOqgQExJfYLudjuwVNdBqXMyDzpOOL/0nJhJV3/6UPv kW+SdvW/FfEYGswJn+UqeNfqQ+3BQDlOhWH2TnHDBNNnp4JSv397+TsULVv3sX7yTYUK m2Wsww2Nvfl2hlpx/AdeW4Fx+XfTl842Jff60W/NtdEoojUx/ipDIesRJHY8V6jF7sWL 6jWUk3VHa7f3rXYLvKWY2eMIZihZ9A7i//XJA/6xP5GVVkmDmCiHJ6Tbg8guhukREkwh nhSqtAuCtAKbvC709OLeWrhTSUWcmZ7S9pEyVko+zdggc7Li/rhxFVOJBlKIJTk41V3W ii8Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :organization:references:in-reply-to:message-id:subject:cc:to:from :date:arc-authentication-results; bh=oQgL1MhA0HEKksVRaxoj/F4yngtlbiunxlfIJi/MViY=; b=AfTmxac7STNukw2crH9+W+UQGDS6w/oxHA6xcU7bru7uo+4vlbRZ1l6hIlmYZNK+nN 7kimVkltV4aA8tBPQ/XPT65a275cCw/6pMaYSwUG91A+wFUab+dm7lce9p/aP8N8KUAo Owe0d6SEIhXt4JLOWdamojIWIQ6ZQJgBOkAgGk6dH8IYhwZZP/4Nog2sAtbmGmXdwyxU Rs/qJYlv+6BAfDef8zgjC6qHuJX/O+SdUo6OO1TH4Ye+5hzIbOFziv0DOodgFVsitlrq 0azMtQ293cpBiv0M64jiw1tMBFy08AM5VFPixLbPocB+Y2efGbOVLaV7++7VTC/c1zkZ dFeA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 15-v6si23137457pfk.287.2018.07.12.07.48.54; Thu, 12 Jul 2018 07:49:15 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732531AbeGLO6J (ORCPT + 99 others); Thu, 12 Jul 2018 10:58:09 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:9225 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1732338AbeGLO6I (ORCPT ); Thu, 12 Jul 2018 10:58:08 -0400 Received: from DGGEMS407-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id D453B3F141FD3; Thu, 12 Jul 2018 22:47:55 +0800 (CST) Received: from localhost (10.202.226.43) by DGGEMS407-HUB.china.huawei.com (10.3.19.207) with Microsoft SMTP Server id 14.3.382.0; Thu, 12 Jul 2018 22:47:53 +0800 Date: Thu, 12 Jul 2018 15:47:38 +0100 From: Jonathan Cameron To: Brian Masney CC: , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH 1/3] iio: imu: mpu6050: add support for 6515 variant Message-ID: <20180712154738.00002918@huawei.com> In-Reply-To: <20180711010932.20313-2-masneyb@onstation.org> References: <20180711010932.20313-1-masneyb@onstation.org> <20180711010932.20313-2-masneyb@onstation.org> Organization: Huawei X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; i686-w64-mingw32) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.202.226.43] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 10 Jul 2018 21:09:30 -0400 Brian Masney wrote: > This patch adds support for the MPU 6515 variant. Confirmed that the > driver functions correctly on a LG Nexus 5 (hammerhead) phone. > > Signed-off-by: Brian Masney > Signed-off-by: Jonathan Marek > --- > This is a variation of Jonathan Marek's patch from postmarketOS > https://gitlab.com/postmarketOS/linux-postmarketos/commit/b8ad1ec1859c8bbcbce94944b3f4dd68f8f9fc37 > with the following changes: > > - The driver was previously throwing a 'whoami mismatch got XXX' error. > Corrected ordering of hw_info variable to match the index of the > inv_devices enum. The mpu6515 needed to come after mpu6500, not > mpu6050. > - Removed regulator code. See next patch in this series. > > I got confirmation from Jonathan M. that it was ok for me to submit his > patch upstream with these changes. > > Jonathan C.: I assume that it is ok for the device tree binding > documentation to go through IIO? If not, I can split this out into a > separate patch if needed. A single ID addition is normally uncontroversial enough that we don't bother the DT maintainers (though of course they are welcome to look!). So this is fine. > > Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt | 1 + > drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 6 ++++++ > drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c | 5 +++++ > drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h | 2 ++ > 4 files changed, 14 insertions(+) > > diff --git a/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt b/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt > index 5f4777e8cc9e..b7def51c8ad9 100644 > --- a/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt > +++ b/Documentation/devicetree/bindings/iio/imu/inv_mpu6050.txt > @@ -6,6 +6,7 @@ Required properties: > - compatible : should be one of > "invensense,mpu6050" > "invensense,mpu6500" > + "invensense,mpu6515" > "invensense,mpu9150" > "invensense,mpu9250" > "invensense,mpu9255" > diff --git a/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c b/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c > index de68e83fc52d..12c1b9507007 100644 > --- a/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c > +++ b/drivers/iio/imu/inv_mpu6050/inv_mpu_core.c > @@ -103,6 +103,12 @@ static const struct inv_mpu6050_hw hw_info[] = { > .reg = ®_set_6500, > .config = &chip_config_6050, > }, > + { > + .whoami = INV_MPU6515_WHOAMI_VALUE, > + .name = "MPU6515", > + .reg = ®_set_6500, > + .config = &chip_config_6050, > + }, > { > .whoami = INV_MPU6000_WHOAMI_VALUE, > .name = "MPU6000", > diff --git a/drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c b/drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c > index 495409d56207..dd758e3d403d 100644 > --- a/drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c > +++ b/drivers/iio/imu/inv_mpu6050/inv_mpu_i2c.c > @@ -174,6 +174,7 @@ static int inv_mpu_remove(struct i2c_client *client) > static const struct i2c_device_id inv_mpu_id[] = { > {"mpu6050", INV_MPU6050}, > {"mpu6500", INV_MPU6500}, > + {"mpu6515", INV_MPU6515}, > {"mpu9150", INV_MPU9150}, > {"mpu9250", INV_MPU9250}, > {"mpu9255", INV_MPU9255}, > @@ -192,6 +193,10 @@ static const struct of_device_id inv_of_match[] = { > .compatible = "invensense,mpu6500", > .data = (void *)INV_MPU6500 > }, > + { > + .compatible = "invensense,mpu6515", > + .data = (void *)INV_MPU6515 > + }, > { > .compatible = "invensense,mpu9150", > .data = (void *)INV_MPU9150 > diff --git a/drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h b/drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h > index de8391693e17..e69a59659dbc 100644 > --- a/drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h > +++ b/drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h > @@ -71,6 +71,7 @@ struct inv_mpu6050_reg_map { > enum inv_devices { > INV_MPU6050, > INV_MPU6500, > + INV_MPU6515, > INV_MPU6000, > INV_MPU9150, > INV_MPU9250, > @@ -256,6 +257,7 @@ struct inv_mpu6050_state { > #define INV_MPU9150_WHOAMI_VALUE 0x68 > #define INV_MPU9250_WHOAMI_VALUE 0x71 > #define INV_MPU9255_WHOAMI_VALUE 0x73 > +#define INV_MPU6515_WHOAMI_VALUE 0x74 > #define INV_ICM20608_WHOAMI_VALUE 0xAF > > /* scan element definition */