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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D98DFC433F5 for ; Sat, 4 Dec 2021 15:07:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242924AbhLDPKg (ORCPT ); Sat, 4 Dec 2021 10:10:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241868AbhLDPKf (ORCPT ); Sat, 4 Dec 2021 10:10:35 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46341C061751; Sat, 4 Dec 2021 07:07:10 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 66462B80CF8; Sat, 4 Dec 2021 15:07:08 +0000 (UTC) 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 smtp.kernel.org (Postfix) with ESMTPSA id 94B6BC341C0; Sat, 4 Dec 2021 15:07:04 +0000 (UTC) Date: Sat, 4 Dec 2021 15:12:06 +0000 From: Jonathan Cameron To: Rob Herring Cc: Lorenzo Bianconi , lorenzo.bianconi@redhat.com, devicetree@vger.kernel.org, linux-iio@vger.kernel.org, mario.tesi@st.com Subject: Re: [PATCH v2 2/2] Documentation: dt: iio: st_lsm6dsx: add disable-sensor-hub property Message-ID: <20211204151206.03ddb84b@jic23-huawei> In-Reply-To: References: <54287a93922ac839501b776d288cc368aa81f0ab.1636816719.git.lorenzo@kernel.org> X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.30; 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: devicetree@vger.kernel.org On Mon, 29 Nov 2021 15:26:17 -0600 Rob Herring wrote: > On Sat, 13 Nov 2021 16:23:15 +0100, Lorenzo Bianconi wrote: > > Enable/disable internal i2c controller slave autoprobing at bootstrap. > > Disable sensor-hub is useful if i2c controller clock/data lines are > > connected through a pull-up with other chip lines (e.g. SDO/SA0). > > > > Signed-off-by: Lorenzo Bianconi > > --- > > Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > Reviewed-by: Rob Herring Series applied to the togreg branch of iio.git Thanks, Jonathan