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 A052EC433F5 for ; Fri, 4 Feb 2022 22:15:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346694AbiBDWPY (ORCPT ); Fri, 4 Feb 2022 17:15:24 -0500 Received: from mail-ot1-f47.google.com ([209.85.210.47]:46614 "EHLO mail-ot1-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346848AbiBDWPX (ORCPT ); Fri, 4 Feb 2022 17:15:23 -0500 Received: by mail-ot1-f47.google.com with SMTP id l12-20020a0568302b0c00b005a4856ff4ceso6100810otv.13; Fri, 04 Feb 2022 14:15:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=N8RFHngLhDeWO4wQPXHQGcIdh24A8gAlUMWTLplW+TI=; b=iYoKOD7LQyRzvMDM8duQPme7Oa96o2IjRLv8UmAWlGBjYnnMruE/HxIANiOuFH+Fby dKjkg6VlDFQLJeoNv1Otr44yB21PRs27NlTVMZASA4dFClRGf6QK77x/VXVdbbujwPdU tsZ9vjYiiH6WyM8phvD+9sOnGorEX9JlYludRmrq91kb4UCr+Awzd/HtGKXNuNjtIyRK Ac1XW9hS8AeZJ83MX7/vIlDsdO92f3gwRYSj9FF9t2rGDu1yryj0/sGQkrk22eC8BECN iQb/RuGfLsk36kATp65HUA4a16jnmbmELkwQjvqv5YNg2q4d/irFuJYNmclLYM3ItfY1 z/8Q== X-Gm-Message-State: AOAM532Cy9+AXvbKqkI9db/cG7dCmR1jBPiuYEoYT7RyzVvRyaA7cgi7 YofKNH9YioVFdiWI7dLISpztimM+iw== X-Google-Smtp-Source: ABdhPJw1r36BfQdNmjT2kjJd0xyM5pbLBON8ItumuXjTSCU4U75vKCiZ0SQbcnm/cAX7aMItBNevWw== X-Received: by 2002:a9d:4e03:: with SMTP id p3mr403290otf.299.1644012922815; Fri, 04 Feb 2022 14:15:22 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id 31sm1243392otr.13.2022.02.04.14.15.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Feb 2022 14:15:22 -0800 (PST) Received: (nullmailer pid 3277483 invoked by uid 1000); Fri, 04 Feb 2022 22:15:20 -0000 Date: Fri, 4 Feb 2022 16:15:20 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: linux-samsung-soc@vger.kernel.org, Guenter Roeck , Benson Leung , Lee Jones , Rob Herring , Pratyush Yadav , Mark Brown , linux-kernel@vger.kernel.org, Andi Shyti , devicetree@vger.kernel.org, Alim Akhtar , Sam Protsenko , linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 1/4] spi: dt-bindings: samsung: convert to dtschema Message-ID: References: <20220124082347.32747-1-krzysztof.kozlowski@canonical.com> <20220124082347.32747-2-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220124082347.32747-2-krzysztof.kozlowski@canonical.com> Precedence: bulk List-ID: X-Mailing-List: linux-samsung-soc@vger.kernel.org On Mon, 24 Jan 2022 09:23:44 +0100, Krzysztof Kozlowski wrote: > Convert the Samsung SoC (S3C24xx, S3C64xx, S5Pv210, Exynos) SPI > controller bindings to DT schema format. > > The conversion also drops requirement from providing controller-data and > its data for each of SPI peripheral device nodes. The dtschema cannot > express this and the requirement is being relaxed in the driver now. > > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Sam Protsenko > Acked-by: Pratyush Yadav > --- > .../bindings/soc/samsung/exynos-usi.yaml | 2 +- > .../spi/samsung,spi-peripheral-props.yaml | 33 ++++ > .../devicetree/bindings/spi/samsung,spi.yaml | 187 ++++++++++++++++++ > .../bindings/spi/spi-peripheral-props.yaml | 1 + > .../devicetree/bindings/spi/spi-samsung.txt | 122 ------------ > MAINTAINERS | 2 +- > 6 files changed, 223 insertions(+), 124 deletions(-) > create mode 100644 Documentation/devicetree/bindings/spi/samsung,spi-peripheral-props.yaml > create mode 100644 Documentation/devicetree/bindings/spi/samsung,spi.yaml > delete mode 100644 Documentation/devicetree/bindings/spi/spi-samsung.txt > Reviewed-by: Rob Herring 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E3C7AC433EF for ; Fri, 4 Feb 2022 22:16:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QQ/G8teKtbgwJNBydNRta56b2Vj8oHCF20xicx3UEWI=; b=FXq6JVE2rbHLlk VNS7JcgIGwmYkmEebvis7nYRT23PlBcZO9k/JoOcsAE41Slb/Qyyf349qDVaqzz4a8sr9rdvzphYJ 4ObZd62eEqiPjzNs12aoecuw4x4rmnu2/xT6PmfpsVqZkgJz8WDa83KMQ8cg+BLuJ6At3p/Kf3NIa rNrC3Wio0PrvbKOL3zYisMD9pWODHFZriH8MMMTkgefiyRtAJaiwlzoG0sJuoAQ3pVjtPK3cZSR54 rwarL1vH1vmTzx+vfF60m5NlFRgVVjwTJScqBzz6KbrOSvMiZQ4SbxUuFbUzMJj497PMFqouUTGlY /ZFICU24E8mfaCKHcqbQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nG6rX-005XP8-Kp; Fri, 04 Feb 2022 22:15:27 +0000 Received: from mail-ot1-f48.google.com ([209.85.210.48]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nG6rU-005XOO-6h for linux-arm-kernel@lists.infradead.org; Fri, 04 Feb 2022 22:15:25 +0000 Received: by mail-ot1-f48.google.com with SMTP id p3-20020a0568301d4300b005a7a702f921so6107516oth.9 for ; Fri, 04 Feb 2022 14:15:23 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=N8RFHngLhDeWO4wQPXHQGcIdh24A8gAlUMWTLplW+TI=; b=szWPE4oyrblaMVBn1K2sKXHljstRRuP8Cx58foDvoZKq1LmmQkCnXYSzWWJ0ORKDqC neZTF/U0HVm638PfhhA/eB8QPfhpXQoDjwf+gaj6QhRmSB2+4JGqY6N34w/xA4ukpZdp wueCOYibjyNR52PBuTqjx/Z4J/CsPp8X0Azmh5tRwb6nty+HQjWJITLcxsB5KIlbpKxW wLfSenlovu9CCkWnjLYt5WH1jXTGI/V1vLVcQebopfZjeRuR8bsQAvur7zXOf3FF1/AH b8ho6QnggwXImlZ7R/at3zr2a0GwapHeGM0XnD6fDLAH7RZD3Dawu+LYehGcqgOzRJDG CrjQ== X-Gm-Message-State: AOAM532CkOdMy9GHy10E/aYKvZ3asDsitg6GsVddxAABARzGlZRo1+7U DwRdtE+c/zDjOrCChPkaKA== X-Google-Smtp-Source: ABdhPJw1r36BfQdNmjT2kjJd0xyM5pbLBON8ItumuXjTSCU4U75vKCiZ0SQbcnm/cAX7aMItBNevWw== X-Received: by 2002:a9d:4e03:: with SMTP id p3mr403290otf.299.1644012922815; Fri, 04 Feb 2022 14:15:22 -0800 (PST) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id 31sm1243392otr.13.2022.02.04.14.15.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Feb 2022 14:15:22 -0800 (PST) Received: (nullmailer pid 3277483 invoked by uid 1000); Fri, 04 Feb 2022 22:15:20 -0000 Date: Fri, 4 Feb 2022 16:15:20 -0600 From: Rob Herring To: Krzysztof Kozlowski Cc: linux-samsung-soc@vger.kernel.org, Guenter Roeck , Benson Leung , Lee Jones , Rob Herring , Pratyush Yadav , Mark Brown , linux-kernel@vger.kernel.org, Andi Shyti , devicetree@vger.kernel.org, Alim Akhtar , Sam Protsenko , linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v6 1/4] spi: dt-bindings: samsung: convert to dtschema Message-ID: References: <20220124082347.32747-1-krzysztof.kozlowski@canonical.com> <20220124082347.32747-2-krzysztof.kozlowski@canonical.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220124082347.32747-2-krzysztof.kozlowski@canonical.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220204_141524_267766_5AE5E91B X-CRM114-Status: GOOD ( 15.04 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 24 Jan 2022 09:23:44 +0100, Krzysztof Kozlowski wrote: > Convert the Samsung SoC (S3C24xx, S3C64xx, S5Pv210, Exynos) SPI > controller bindings to DT schema format. > > The conversion also drops requirement from providing controller-data and > its data for each of SPI peripheral device nodes. The dtschema cannot > express this and the requirement is being relaxed in the driver now. > > Signed-off-by: Krzysztof Kozlowski > Reviewed-by: Sam Protsenko > Acked-by: Pratyush Yadav > --- > .../bindings/soc/samsung/exynos-usi.yaml | 2 +- > .../spi/samsung,spi-peripheral-props.yaml | 33 ++++ > .../devicetree/bindings/spi/samsung,spi.yaml | 187 ++++++++++++++++++ > .../bindings/spi/spi-peripheral-props.yaml | 1 + > .../devicetree/bindings/spi/spi-samsung.txt | 122 ------------ > MAINTAINERS | 2 +- > 6 files changed, 223 insertions(+), 124 deletions(-) > create mode 100644 Documentation/devicetree/bindings/spi/samsung,spi-peripheral-props.yaml > create mode 100644 Documentation/devicetree/bindings/spi/samsung,spi.yaml > delete mode 100644 Documentation/devicetree/bindings/spi/spi-samsung.txt > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel