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 727E8C433FF for ; Mon, 5 Aug 2019 14:19:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 36E49214C6 for ; Mon, 5 Aug 2019 14:19:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565014795; bh=91sFixUWOsEDwpbyOklHrTrH1uIRcz5WMAeevBWfmdU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=MCfW0svQr8fU7VguzXTMsmk0sDHafQs8eCDqxrk5XakuGUGm2r8J/K6s1adOHGkSd ie8quxhBdKf1Zhe1VrrCfER15dnu5Lzmb8Lkl4GaPWkJrzdboCYjidpmeeu3c54nKY eET/Q96ziQvsaQYEI+3+h4OFYbD15B1vww9ZfXe8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728903AbfHEOTy (ORCPT ); Mon, 5 Aug 2019 10:19:54 -0400 Received: from mail.kernel.org ([198.145.29.99]:54020 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728863AbfHEOTy (ORCPT ); Mon, 5 Aug 2019 10:19:54 -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 016B2206C1; Mon, 5 Aug 2019 14:19:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565014794; bh=91sFixUWOsEDwpbyOklHrTrH1uIRcz5WMAeevBWfmdU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=MdU2qodB47Rgwiv16fLK31yDOY21RhCx/3ZEX+Aewt5o+C/zuGTuofgPKt5AKAQS3 3v4kTlUaK9ouHS7EKRj6+fWyXWXiiAb7cZB6iJDRohnDuP3bMlG+PlJY9zq+1YYdeo VMNLWJ9gBke0bymVqPNQmb39MfMmf79ahhjFqdlM= Date: Mon, 5 Aug 2019 15:19:49 +0100 From: Jonathan Cameron To: Martin Kepplinger Cc: Lorenzo Bianconi , lorenzo.bianconi@redhat.com, linux-iio@vger.kernel.org Subject: Re: [PATCH v2 4/4] iio: imu: st_lsm6dsx: move iio chan definitions in st_lsm6dsx_sensor_settings Message-ID: <20190805151949.20a5584d@archlinux> In-Reply-To: References: 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:36:03 +0200 Martin Kepplinger wrote: > On 29.07.19 21:22, Lorenzo Bianconi wrote: > > Move IIO channel definitions in st_lsm6dsx_sensor_settings in order to > > support sensors with different channels maps. > > 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.h | 5 + > > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 96 ++++++++++++++++---- > > 2 files changed, 81 insertions(+), 20 deletions(-) > > > thanks. I'm running this patchset now and will resend LSM9DS1 patches > after these are merged. > > Tested-by: Martin Kepplinger Applied and a particular thanks for the tested-by's. Thanks, Jonathan >