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 217B7C433F5 for ; Tue, 19 Apr 2022 13:10:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348821AbiDSNNN (ORCPT ); Tue, 19 Apr 2022 09:13:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42016 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352472AbiDSNM5 (ORCPT ); Tue, 19 Apr 2022 09:12:57 -0400 Received: from mail-ej1-x62e.google.com (mail-ej1-x62e.google.com [IPv6:2a00:1450:4864:20::62e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6E4BB13CC3 for ; Tue, 19 Apr 2022 06:10:14 -0700 (PDT) Received: by mail-ej1-x62e.google.com with SMTP id r13so32818277ejd.5 for ; Tue, 19 Apr 2022 06:10:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=6CuIgS1BfUtpTM+Pz1fHGr+8MNQCk51/yx0AK7OcWBc=; b=xsQTOgA49u/fP3Mugg9NyZY3BW9owhYCMISUkWzhH1AkqNDclSJ2uiUjQSmbnVStup 08R1SyVoVojZRZCDHQ1QcrowgMyJ93gK1DKXie4yiEomulQHoZHdur0URpNroKFX0ZXg twbnVdM7rSCjDYy1yUEYVzeqYGwGecYx3EtAtaXAmDUGx3dhWPatMDUeKFN4YATsg4XK u3tBvty3pQ4oS/eWISZsrNAhxZ66XfN4tdtHAlGKaKqGZqVfzf1olCVrYXBoy9gSFgot YtvJrqMdKTAuq8lk8okqZGOJ+EOaAyiJWIiiUvcQkZ+rt7Fnq0NhzGX9CRd0wlOuhpfx jMfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=6CuIgS1BfUtpTM+Pz1fHGr+8MNQCk51/yx0AK7OcWBc=; b=cG8a1DkyDD2GzJm3eTRArgjRTupeFfbG4enXg72dMGrVsAX1UpGyO+YEywnTEqPxAH J/Gf+hwE+UxK1sZx6rACuzhZ///WzHdDcIBCyx8Wy/iUMl/kzRXFZ+BT0ZZ/qokJ8ce1 DTxJjr1zw7OcPW7Grr3dGC0K3dgJCPmuyEhX7jFUUn6NmgU5aGcPx7wObiobefhtUs27 TMfaxSboiBVfameceCUNOY8JgOsrv7LaIi50NO9MHF4iZDcBoysMWeugrLlFizooJCQp 6IwjlUjP14+u5bppuaU4WkcLGBWHtakUYsMCqH/BOJ+Y4dYc6GKyesfJ0YPNrwWPZzuS +Mrw== X-Gm-Message-State: AOAM533rGIuFCaYgkfl0l1Y6Cwta5tucTChPFOaXNxGKPyTs+9UqTDNf GANERKavfPRbOAWg96E4RR9rlw== X-Google-Smtp-Source: ABdhPJyvlrN/AdAcX6QIeIHMg6GFnCLyKvjTlPMI3hvoWRbMQn2WS4LiM6SxMAH1J+hjlm5Z5zfQSw== X-Received: by 2002:a17:907:7f08:b0:6e8:b005:5f4e with SMTP id qf8-20020a1709077f0800b006e8b0055f4emr13499539ejc.177.1650373812715; Tue, 19 Apr 2022 06:10:12 -0700 (PDT) Received: from [192.168.0.217] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id b23-20020a05640202d700b00422da9b980esm6337505edx.22.2022.04.19.06.10.11 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 19 Apr 2022 06:10:12 -0700 (PDT) Message-ID: <8798d7bb-6480-90ef-90fd-d7ff7d7beb2a@linaro.org> Date: Tue, 19 Apr 2022 15:10:11 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH] ARM: dts: align SPI NOR node name with dtschema Content-Language: en-US To: Alexandre TORGUE , Sekhar Nori , Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski , Viresh Kumar , Shiraz Hashim , soc@kernel.org, Maxime Coquelin , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Cc: arm@kernel.org, Arnd Bergmann , Olof Johansson References: <20220407143027.294678-1-krzysztof.kozlowski@linaro.org> From: Krzysztof Kozlowski In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 19/04/2022 15:03, Alexandre TORGUE wrote: > Hi Krzysztof > > On 4/7/22 16:30, Krzysztof Kozlowski wrote: >> The node names should be generic and SPI NOR dtschema expects "flash". >> >> Signed-off-by: Krzysztof Kozlowski >> --- >> arch/arm/boot/dts/da850-evm.dts | 2 +- >> arch/arm/boot/dts/dm8168-evm.dts | 2 +- >> arch/arm/boot/dts/spear1310-evb.dts | 2 +- >> arch/arm/boot/dts/spear1340-evb.dts | 2 +- >> arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi | 2 +- >> arch/arm/boot/dts/stm32mp157c-ev1.dts | 4 ++-- >> 6 files changed, 7 insertions(+), 7 deletions(-) > > Thanks for your patch. Is it possible to split it per vendor > (TI/STM32/SPEAR) ? This was a part of a bigger set where most of these I split. However here split would be more churn for such simple change, so I combined them. This was already picked up by Arnd: https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/commit/?h=for-next&id=56147a156e7e2f50bef695efe6cc4fe8e91c40dc Best regards, Krzysztof 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 36F37C433EF for ; Tue, 19 Apr 2022 13:58:27 +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:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=g34K+myjpVAog5l379xjphogIdtuOTjZQrEoIkZiILI=; b=sqjtkPzBCmAgvj 8c31sT06RBjwhDE8SRgj0k9QIL9WCiAfFg+qPMtGZB1fswg7newgIaNR4pMhjky7LK6owHvhWh3Qq 1mkTPpeSXUNQz+9DyFV2O8xiTpWmcjm2bOL6i9qEVbtKmGp+70qLRXs2ldd6ENOU6Ugkz0HCqMCh7 XqNu4ovIDVnu+gv9Up4ZeaXdF3RHTMwpZUER6gg+kcJzSKuG3bjks/kzajRnJhIsa/mX/aKEWqU37 SeWR3WdBasBwg4F9yFPCOHE9ZiV7vxmSDxGgwAGK8uU7p1sMggq2Pb8UyBCyRrsxgLw5DgpgtgJxB GpFS1i8PFUb8AN/nmBgQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ngoLb-0043U0-44; Tue, 19 Apr 2022 13:56:52 +0000 Received: from mail-ej1-x62b.google.com ([2a00:1450:4864:20::62b]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ngncU-003jHw-N1 for linux-arm-kernel@lists.infradead.org; Tue, 19 Apr 2022 13:10:16 +0000 Received: by mail-ej1-x62b.google.com with SMTP id g13so5077522ejb.4 for ; Tue, 19 Apr 2022 06:10:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=message-id:date:mime-version:user-agent:subject:content-language:to :cc:references:from:in-reply-to:content-transfer-encoding; bh=6CuIgS1BfUtpTM+Pz1fHGr+8MNQCk51/yx0AK7OcWBc=; b=xsQTOgA49u/fP3Mugg9NyZY3BW9owhYCMISUkWzhH1AkqNDclSJ2uiUjQSmbnVStup 08R1SyVoVojZRZCDHQ1QcrowgMyJ93gK1DKXie4yiEomulQHoZHdur0URpNroKFX0ZXg twbnVdM7rSCjDYy1yUEYVzeqYGwGecYx3EtAtaXAmDUGx3dhWPatMDUeKFN4YATsg4XK u3tBvty3pQ4oS/eWISZsrNAhxZ66XfN4tdtHAlGKaKqGZqVfzf1olCVrYXBoy9gSFgot YtvJrqMdKTAuq8lk8okqZGOJ+EOaAyiJWIiiUvcQkZ+rt7Fnq0NhzGX9CRd0wlOuhpfx jMfg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=6CuIgS1BfUtpTM+Pz1fHGr+8MNQCk51/yx0AK7OcWBc=; b=OsskhCcigIZxdNqkLgAXPU3OVWYzH2/p2nSyHI1LI3XUKhTNYJgsj+GZCZUtjqCi2a JBf6uRfrOrSVAQt7ir4CfWDmH+wHHQ6xhm6Ac5UhSzyAiogP8xR1+bC9SuMKrWjaOLqH JMZgO7JAyhg4sNGPVQdM7pszkocqWtNuFTVNtnl0P/+eDLmwmt8s7xwYFW5kYnzlOz1L u+wiBCYRrj8Yx6EHfS9Ihp/ErWhjGPKVbhaZvlE6L+rrlabUUtt3bIQxKM8sd+SSaJin FmWONL284yXXIXtC6t3lp50OwNRWSM120UefA0tv/rqKvN0dOCrUo3S60/DZGKA8ThkK lPbA== X-Gm-Message-State: AOAM532OvdVrzQHya79J0AK8rTo+6I7n7S3Z/qTvDc2rX087t5VW1Zaq qubpAcQYtMvtNhApX984THJYUg== X-Google-Smtp-Source: ABdhPJyvlrN/AdAcX6QIeIHMg6GFnCLyKvjTlPMI3hvoWRbMQn2WS4LiM6SxMAH1J+hjlm5Z5zfQSw== X-Received: by 2002:a17:907:7f08:b0:6e8:b005:5f4e with SMTP id qf8-20020a1709077f0800b006e8b0055f4emr13499539ejc.177.1650373812715; Tue, 19 Apr 2022 06:10:12 -0700 (PDT) Received: from [192.168.0.217] (xdsl-188-155-176-92.adslplus.ch. [188.155.176.92]) by smtp.gmail.com with ESMTPSA id b23-20020a05640202d700b00422da9b980esm6337505edx.22.2022.04.19.06.10.11 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 19 Apr 2022 06:10:12 -0700 (PDT) Message-ID: <8798d7bb-6480-90ef-90fd-d7ff7d7beb2a@linaro.org> Date: Tue, 19 Apr 2022 15:10:11 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0 Subject: Re: [PATCH] ARM: dts: align SPI NOR node name with dtschema Content-Language: en-US To: Alexandre TORGUE , Sekhar Nori , Bartosz Golaszewski , Rob Herring , Krzysztof Kozlowski , Viresh Kumar , Shiraz Hashim , soc@kernel.org, Maxime Coquelin , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com Cc: arm@kernel.org, Arnd Bergmann , Olof Johansson References: <20220407143027.294678-1-krzysztof.kozlowski@linaro.org> From: Krzysztof Kozlowski In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220419_061014_848360_5E4C8290 X-CRM114-Status: GOOD ( 15.52 ) 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 19/04/2022 15:03, Alexandre TORGUE wrote: > Hi Krzysztof > > On 4/7/22 16:30, Krzysztof Kozlowski wrote: >> The node names should be generic and SPI NOR dtschema expects "flash". >> >> Signed-off-by: Krzysztof Kozlowski >> --- >> arch/arm/boot/dts/da850-evm.dts | 2 +- >> arch/arm/boot/dts/dm8168-evm.dts | 2 +- >> arch/arm/boot/dts/spear1310-evb.dts | 2 +- >> arch/arm/boot/dts/spear1340-evb.dts | 2 +- >> arch/arm/boot/dts/stm32mp157c-emstamp-argon.dtsi | 2 +- >> arch/arm/boot/dts/stm32mp157c-ev1.dts | 4 ++-- >> 6 files changed, 7 insertions(+), 7 deletions(-) > > Thanks for your patch. Is it possible to split it per vendor > (TI/STM32/SPEAR) ? This was a part of a bigger set where most of these I split. However here split would be more churn for such simple change, so I combined them. This was already picked up by Arnd: https://git.kernel.org/pub/scm/linux/kernel/git/soc/soc.git/commit/?h=for-next&id=56147a156e7e2f50bef695efe6cc4fe8e91c40dc Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel