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 D85E1C00140 for ; Thu, 18 Aug 2022 14:53:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1343754AbiHROxA (ORCPT ); Thu, 18 Aug 2022 10:53:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33396 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343759AbiHROw5 (ORCPT ); Thu, 18 Aug 2022 10:52:57 -0400 Received: from mail-qv1-f52.google.com (mail-qv1-f52.google.com [209.85.219.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E7484BCCE4; Thu, 18 Aug 2022 07:52:56 -0700 (PDT) Received: by mail-qv1-f52.google.com with SMTP id j1so1340317qvv.8; Thu, 18 Aug 2022 07:52:56 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc; bh=a4VtptYFiMhs+4gYUKZsYXi/lu0W0eij1h9NsHTMJbo=; b=CGJfgPVFzm27bJ/zqJF7438rrGmUKjGMH1N0ArHGUJRCFdQrgbtkQyY0LPKPlaQCeo jkY15x8RoxSdDSxZ+saQXMpdskX0xvNDVHy7fWTqcTVkwnoGyGA0X4Tm9iU8ICSz1+MI TXXa68j+sQi+doXZq9LxxXboI8MPEEigIWMQCBORfyurUNjJtvOUz3CpTTvsCLHutJfb ZGiVhKPCTc9Ht531RVw8Sz3M3zP9dhKVChWmzeVO2Jb1FgHXBXFgVeoi4IUPcTwMJ1AZ queb+UquZhIs1ac0p3tI+iuQxmZcgEDF/xiLOcStvs+6sW0cxXbOBl1XUaWr4hIiHMsn z4kg== X-Gm-Message-State: ACgBeo0g0S10EFi1m/+lDDiNQk7VzernilFmkaq3k7ZUHQvZXqbHfvpT uuur9uH3GeZDnNIxPn8GRA== X-Google-Smtp-Source: AA6agR5kgLJINTWzIQpr+fol9UDQPoki4fHlKM3IV9awT2FM/v9Eg7knSU96NbBTawka2w5UCzUhMw== X-Received: by 2002:a05:6214:c2f:b0:476:dd77:b0f with SMTP id a15-20020a0562140c2f00b00476dd770b0fmr2897401qvd.69.1660834375899; Thu, 18 Aug 2022 07:52:55 -0700 (PDT) Received: from robh.at.kernel.org ([2607:fb90:25d2:ea0d:b91c:d10a:6423:3870]) by smtp.gmail.com with ESMTPSA id bs37-20020a05620a472500b006bb208bd889sm1599501qkb.120.2022.08.18.07.52.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 18 Aug 2022 07:52:55 -0700 (PDT) Received: (nullmailer pid 1850860 invoked by uid 1000); Thu, 18 Aug 2022 14:52:48 -0000 Date: Thu, 18 Aug 2022 08:52:48 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: Lars-Peter Clausen , Michael Hennerich , Jonathan Cameron , Krzysztof Kozlowski , Lucas Stankus , Puranjay Mohan , Cosmin Tanislav , Alexandru Tachici , Marcelo Schmitt , Marcus Folkesson , Kent Gustavsson , Tomislav Denis , Oleksij Rempel , kernel@pengutronix.de, Antoniu Miclaus , Ricardo Ribalda , Dragos Bogdan , Jean-Baptiste Maneyrol , Lorenzo Bianconi , Stefan Popa , Linus Walleij , Stephan Gerhold , Mike Looijmans , Tomas Melin , Sean Nyekjaer , Patrick Vasseur , Charles-Antoine Couret , Vladimir Barinov , Miquel Raynal , Philippe Reynes , Jacopo Mondi , Akinobu Mita , Alexandru Lazar , Oskar Andero , =?UTF-8?Q?M=C3=A5rten_Lindahl?= , Angelo Compagnucci , Matt Ranostay , Andrew Davis , Gregory Clement , Phil Reid , Michael Welling , Lukas Wunner , Chris Coffey , Slawomir Stepien , Sankar Velliangiri , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org Subject: Re: [PATCH v3 00/10] dt-bindings: iio: use spi-peripheral-props.yaml Message-ID: <20220818145248.GD1829017-robh@kernel.org> References: <20220816124321.67817-1-krzysztof.kozlowski@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220816124321.67817-1-krzysztof.kozlowski@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-fbdev@vger.kernel.org On Tue, Aug 16, 2022 at 03:43:11PM +0300, Krzysztof Kozlowski wrote: > Hi, > > The patchset is independent of my other recent changes around SPI, so feel free > to apply it for next release. > > Changes since v2 > ================ > 1. Keep spi-3wire also in device bindings (not in spi-peripheral-props.yaml). > 2. Add Rb tag. > > Changes since v1 > ================ > 1. Continue the rework for entire IIO. > v1: https://lore.kernel.org/all/20220715095302.214276-1-krzysztof.kozlowski@linaro.org/ > > Best regards, > Krzysztof > > Krzysztof Kozlowski (10): > dt-bindings: iio: adc: use spi-peripheral-props.yaml > dt-bindings: iio: accel: use spi-peripheral-props.yaml > dt-bindings: iio: amplifiers: adi,ada4250: use > spi-peripheral-props.yaml > dt-bindings: iio: dac: use spi-peripheral-props.yaml > dt-bindings: iio: frequency: adf4371: use spi-peripheral-props.yaml > dt-bindings: iio: health: ti,afe4403: use spi-peripheral-props.yaml > dt-bindings: iio: imu: use spi-peripheral-props.yaml > dt-bindings: iio: potentiometer: use spi-peripheral-props.yaml > dt-bindings: iio: samsung,sensorhub-rinato: use > spi-peripheral-props.yaml > dt-bindings: iio: temperature: use spi-peripheral-props.yaml For the series, Reviewed-by: Rob Herring