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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 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 72E72C433FF for ; Mon, 5 Aug 2019 14:18:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3A6B6206C1 for ; Mon, 5 Aug 2019 14:18:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565014731; bh=znMMN1EfRWBJzohJRkmjsaIGNBpejS3HcM3LTjH+hdI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=y50BZpL2LrPGVGdPdLyZrX6nbqzeaJ5AEM28pJyqyxCiZxA+XsmuEFvg2qR2E7yOe DWQo5U0gJaseatSSd3tTgWCzu1QZY3Vl8QMhJOe81ztTifJgs0vNXQTr7t081E+kfQ SuXsyWIDSoUt6bfRYgDGJJrr1BQC/zFjsq6pAhcE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728895AbfHEOSu (ORCPT ); Mon, 5 Aug 2019 10:18:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:53868 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728863AbfHEOSu (ORCPT ); Mon, 5 Aug 2019 10:18:50 -0400 Received: from archlinux (cpc149474-cmbg20-2-0-cust94.5-4.cable.virginm.net [82.4.196.95]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 0C415214C6; Mon, 5 Aug 2019 14:18:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565014730; bh=znMMN1EfRWBJzohJRkmjsaIGNBpejS3HcM3LTjH+hdI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=IEgkZjp4R2mC+6YdWD9qLAhFqVBHoOJKRv38uMJhxJfZ+i8q93ix5W1dL/0DbxtZn VEJMit1LwZBvvNnwPZdSfFKIvxKVgWxvruz7OiFtiEgeRZ33uU+fiw9aoKWZn/9K4q MGxUdqn1ScqTzCk5rf+3hOIvkih4aGScq/w6az1w= Date: Mon, 5 Aug 2019 15:18:45 +0100 From: Jonathan Cameron To: Martin Kepplinger Cc: Lorenzo Bianconi , lorenzo.bianconi@redhat.com, linux-iio@vger.kernel.org Subject: Re: [PATCH v2 3/4] iio: imu: st_lsm6dsx: inline output acc/gyro output regs Message-ID: <20190805151845.44576afa@archlinux> In-Reply-To: References: <930dffcdf5fa9c398c34a3c25a39e65fbd8ae836.1564427804.git.lorenzo@kernel.org> X-Mailer: Claws Mail 3.17.4 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-iio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-iio@vger.kernel.org On Fri, 2 Aug 2019 07:35:46 +0200 Martin Kepplinger wrote: > On 29.07.19 21:22, Lorenzo Bianconi wrote: > > Remove output register definition and inline register value since > > they are used only for iio channel definition. This is a preliminary > > patch to add support for LSM9DS1 sensor to st_lsm6dsx driver > > > > Signed-off-by: Lorenzo Bianconi > > --- > > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 26 +++++--------------- > > 1 file changed, 6 insertions(+), 20 deletions(-) > > > > thanks. I'm running this patchset now and will resend LSM9DS1 patches > after these are merged. > > Tested-by: Martin Kepplinger > Nice little tidy up. Applied. Thanks, Jonathan