Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1686216pxj; Wed, 19 May 2021 11:27:20 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwgc9Lk7n0exN4R54jtWXpQTLAt+SZuduzpIQqppAqHI7YTvISzeK1oxfTCy1kCaKoJza1A X-Received: by 2002:a05:6602:280d:: with SMTP id d13mr897425ioe.90.1621448840008; Wed, 19 May 2021 11:27:20 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621448840; cv=none; d=google.com; s=arc-20160816; b=AppEseQt5uxGX6uuJWl8++HwAHgsauoo5CL6HPTguLj85jze/FVuAUaPecLVbUlqC0 fp+oO9h7zGwn7D7ib7puJ7MtohynXpqdzaMEPqtdsQDR4t8Wi8CO/NLAJ/9ZO5kttVFR 0CoFgPj80TmhslhIyhWCj+8htADoKKhTfvjWWRy/aI4mL8HfRAtlLQRngTSkZMDkQDfl U7JX/00LwEuy1VbpzusUH4GM8UPidkRRoDQ2+hmyjvs2D/i70YM2b/wru98vsr6mNxgA HwxTg22p1Jf4ydx5yOd+AXv9N01BFqdz0FLhZsXy2rSybgfWFuAzVU6mUMiXItrq3ZwM g0hw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=KSYTBggXHIo9QoaluxM8cV6cpf440/WQ/RUYRzYruhg=; b=0ruP8sjWfosYPi1hTMtyNEZ3H1bXCNpC18rmt+pl5SxJkdWfocgL/Ev74VJSM5fcPd sKcxjAX3KInxmqfYCfNW2/MWqIkIeqItVJ2aURgX9lfj6uERDRXGYbzERlufAtDt70bu 6YMfQYsEtyOlnQ4e4ziY2JZtvp8Y9IvfPJO74Ix6oOg6/8AlFQTi6mKr+gEXWv8WS0ix S3e+ld+K0O5+TWZQrOv+Q0d3MiOyZ4EZcX8MGiXGKvC6UcidWwwX2AbMu3By2BaoOJVu eJZhiDwm257vCs7VPNgqLhzK6j6LSSPyDcjO7ERel2WP4JNqT9AmkQUriQDybq7ejP9/ kHKQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s4si36686jan.21.2021.05.19.11.27.08; Wed, 19 May 2021 11:27:19 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351352AbhERRtc (ORCPT + 99 others); Tue, 18 May 2021 13:49:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:47322 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345469AbhERRt3 (ORCPT ); Tue, 18 May 2021 13:49:29 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (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 CC2E261154; Tue, 18 May 2021 17:48:07 +0000 (UTC) Date: Tue, 18 May 2021 18:49:24 +0100 From: Jonathan Cameron To: Sean Nyekjaer Cc: Andy Shevchenko , Jonathan Cameron , Jonathan Albrieux , Jean-Baptiste Maneyrol , Lorenzo Bianconi , Linus Walleij , Alexandru Ardelean , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Lars-Peter Clausen , Dan Robertson , Lorenzo Bianconi Subject: Re: [PATCH v1 1/1] iio: Drop Duplicated "mount-matrix" parameter Message-ID: <20210518184924.185b7b7c@jic23-huawei> In-Reply-To: <66a1a5e2-181d-bcc6-b453-357fcfd5e5f1@geanix.com> References: <20210518112546.44592-1-andriy.shevchenko@linux.intel.com> <66a1a5e2-181d-bcc6-b453-357fcfd5e5f1@geanix.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 18 May 2021 14:38:24 +0200 Sean Nyekjaer wrote: > On 18/05/2021 13.25, Andy Shevchenko wrote: > > All of the users of iio_read_mount_matrix() are using the very same > > property name. Moreover, the property name is hard coded in the API > > documentation. > > > > Make this clear and avoid duplication now and in the future. > > > > Signed-off-by: Andy Shevchenko > Reviewed-by: Sean Nyekjaer > > ---Good idea :) Agreed :) Applied to the togreg branch of iio.git and pushed out as testing. @Linus, if you happen to send an update of your series out that doesn't take this into account I can fix up whilst applying. Thanks, Jonathan