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=-12.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, 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 8051FC83035 for ; Sat, 28 Nov 2020 22:21:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4D466222EC for ; Sat, 28 Nov 2020 22:21:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="CdRpV3F8" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730439AbgK1Vtb (ORCPT ); Sat, 28 Nov 2020 16:49:31 -0500 Received: from mail.kernel.org ([198.145.29.99]:50388 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387395AbgK1TGv (ORCPT ); Sat, 28 Nov 2020 14:06:51 -0500 Received: from archlinux (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 EE26D24677; Sat, 28 Nov 2020 13:40:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606570834; bh=rbJeBPUYhl6GPSmdIP1yrJCzYX5bhCpiHnCO9FSCpO4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CdRpV3F8GM4g7JT3uG7+z/efdsNNfdAOW6lk1RF/CFWqonhORWspIVpMGGOJq1zRw PSKagrQSk9/vGw2ok0/oMSX9zTYHlZfj7PVBNRCtUaguDMhxHLDg2lyRXbqSOIB5tD J3En5I4Kr8pbQ/n2TxdEVfSs28t8B5cRlvH2Q1YM= Date: Sat, 28 Nov 2020 13:40:30 +0000 From: Jonathan Cameron To: Linus Walleij Cc: linux-iio , Hartmut Knaack , Lars-Peter Clausen , Peter Meerwald-Stadler Subject: Re: [PATCH 3/3 v3] iio: accel: bmc150-accel: Add rudimentary regulator support Message-ID: <20201128134030.1dc08d21@archlinux> In-Reply-To: References: <20201115205745.618455-1-linus.walleij@linaro.org> <20201115205745.618455-3-linus.walleij@linaro.org> <20201121164505.30767f9f@archlinux> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; 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-iio@vger.kernel.org On Sat, 28 Nov 2020 12:44:26 +0100 Linus Walleij wrote: > On Sat, Nov 21, 2020 at 5:45 PM Jonathan Cameron wrote: > > On Sun, 15 Nov 2020 21:57:45 +0100 > > Linus Walleij wrote: > > > > > These Bosch accelerometers have two supplies, VDD and VDDIO. > > > Add some rudimentary support to obtain and enable these > > > regulators during probe() and disable them during remove() > > > or on the errorpath. > > > > > > Signed-off-by: Linus Walleij > > > All looks good to me. Will leave it for a bit longer though to let > > Rob have a chance to look at the dt binding doc. > > > > As ever, if it seems to have gotten lost it is probably worth > > poking me. > > It's been another week and the bindings are simple enough > I think? There has been plenty of time to review these > bindings as they are now in v3 even, but it's a soft measure, > I know there is usually this YAML-bot that complains if > something is way out of line at least. Agreed. No need to bother Rob with this one if he's busy. It's had 2 weeks in it's final patch version. Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to poke at it. Thanks, Jonathan > > Yours, > Linus Walleij