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 75941C19F2D for ; Sat, 6 Aug 2022 17:21:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232308AbiHFRVc (ORCPT ); Sat, 6 Aug 2022 13:21:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50786 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229868AbiHFRV2 (ORCPT ); Sat, 6 Aug 2022 13:21:28 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 171F7642C; Sat, 6 Aug 2022 10:21:28 -0700 (PDT) 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 CCACAB8077B; Sat, 6 Aug 2022 17:21:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 21097C433D6; Sat, 6 Aug 2022 17:21:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1659806485; bh=xCBMuqsZV7iPHwJALXb/Dt7nFrNqloBL28h2XN5yuAo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=K6OisMtIuqpniraC55aPNLVoVLc4BYz2XdoQ2jnIEDAsk1DVbShma8vPN1Wz4L6A5 1QgaqUdGpnrlVhFbPt5cm9uMpz0zLHygBJsEvBvyh8y02k7KFA4YDYFtWU0R0tVNJY tw3SMDQ31SEMmNbuD/HaV/O6d0KJYVUA+xC7tjCeiPAhoJeVkYvd5/9be/gWRB0wRb HVpD2aHHj7MlQdpsXv/v/q2AhEPyDpVvjd2D5tuxRcPdUSoVm+olAto6HMeWg46jVN WZOPJx6OlklC8Ywij6mT8Fmg356Wly5z5KCrYTzQMxHYmWLxquTDZiVXeeQe6DFs7E QqN7vpK/gICYg== Date: Sat, 6 Aug 2022 18:31:32 +0100 From: Jonathan Cameron To: Krzysztof Kozlowski Cc: Rob Herring , Lars-Peter Clausen , Michael Hennerich , 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 , Joachim Eastwood , Tomas Melin , Sean Nyekjaer , Beniamin Bia , Patrick Vasseur , Charles-Antoine Couret , Vladimir Barinov , Miquel Raynal , Philippe Reynes , Jacopo Mondi , Akinobu Mita , Alexandru Lazar , Oskar Andero , =?UTF-8?B?TcOlcnRlbg==?= Lindahl , Bogdan Pricop , Angelo Compagnucci , Matt Ranostay , Dan Murphy , Gregory Clement , Phil Reid , Michael Welling , Lukas Wunner , Robert Jones , 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, broonie@kernel.org Subject: Re: [PATCH v2 02/10] dt-bindings: iio: accel: use spi-peripheral-props.yaml Message-ID: <20220806183132.77b383cd@jic23-huawei> In-Reply-To: <89ea12c2-d4ef-490d-ff28-27b636adb05f@linaro.org> References: <20220727164646.387541-1-krzysztof.kozlowski@linaro.org> <20220727164646.387541-3-krzysztof.kozlowski@linaro.org> <20220731164943.320babe4@jic23-huawei> <20220803212926.GA2639296-robh@kernel.org> <89ea12c2-d4ef-490d-ff28-27b636adb05f@linaro.org> X-Mailer: Claws Mail 4.1.0 (GTK 3.24.34; 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 Thu, 4 Aug 2022 09:27:37 +0200 Krzysztof Kozlowski wrote: > On 03/08/2022 23:29, Rob Herring wrote: > >>> I wonder if spi-3wire is device specific (not controller) and should be > >>> rather explicitly mentioned by device schema. Just like spi-cpol/cpha. > >> > >> I think it is, but Mark is expert on this. > > > > I would say yes as it's the device with a single data line. > > I will move it to device schema, just like cpol/cpha, and send a v3. > After the merge window. Works for me. I'll wait for v3 then. > > > > >> In general I'm waiting on Mark's opinion on the whole idea! > > > > The prerequisite changes (except for spi-3-wire) are already queued up > > by Mark as are changes for other subsystems. Ah. Got it. Thanks for driving this through. Jonathan > > > Best regards, > Krzysztof