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=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable 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 633F2C4320A for ; Fri, 23 Jul 2021 21:58:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 48FB560F02 for ; Fri, 23 Jul 2021 21:58:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232527AbhGWVR1 (ORCPT ); Fri, 23 Jul 2021 17:17:27 -0400 Received: from mail-io1-f49.google.com ([209.85.166.49]:46606 "EHLO mail-io1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231724AbhGWVR0 (ORCPT ); Fri, 23 Jul 2021 17:17:26 -0400 Received: by mail-io1-f49.google.com with SMTP id u15so4161871iol.13; Fri, 23 Jul 2021 14:57:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=FHPmTs+5gI8XKJ8Ql3COF1J8xxHSJMyndwn+3+KFeQQ=; b=NQK/RNIvWj4SFVcBwBdV8C0kSsB7opqAi9fSPuIC3m2Tnf7Z6TRGnqNbWjbirYMYzE mH6O88IuXaeY2b3+VGhH2lpujoCYrbxZ7Uvw+lWswFUjAkt4CIQR1AzLRgqJ4vVcKMRo 8OR4xPFuN9oC66JTYwq8X2aQh3g6/QzE05teq/Y37rpMlFESxnPUOz27tU53EdXQ4SpX 9mEYuSsQm2gPgtKiUU4rpKWuS15Iax3kFqk36EsANKVLaUrIixHU9Hrbl12XydDL4T/S dRaPIEjFI9zd+n9cNsMf0TmgfWFyLPs62qE0Gp8fJxgcgttWgpoTrL/TVf+sf4HNUUOw 2K/Q== X-Gm-Message-State: AOAM531jCKsk1tQ3yJIEHp4QS2qhEMua4+ZPeSYtuq6A+rHCuOo6eS0w /leD2HX8uKu53KdRY9PfYQ== X-Google-Smtp-Source: ABdhPJzY7XrtqklCcRf34fVm6kGYCEEM4gCi6zLzAevl639xq5MEeYAWihl8UJrmIpd7CB1PWICdOA== X-Received: by 2002:a05:6602:3423:: with SMTP id n35mr5561153ioz.188.1627077479506; Fri, 23 Jul 2021 14:57:59 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id b15sm350840ilq.85.2021.07.23.14.57.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:57:58 -0700 (PDT) Received: (nullmailer pid 2665649 invoked by uid 1000); Fri, 23 Jul 2021 21:57:57 -0000 Date: Fri, 23 Jul 2021 15:57:57 -0600 From: Rob Herring To: Maxime Ripard Cc: Frank Rowand , Jernej Skrabec , Giuseppe Cavallaro , Chen-Yu Tsai , Jakub Kicinski , netdev@vger.kernel.org, "David S. Miller" , Jose Abreu , linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com, devicetree@vger.kernel.org, Alexandre Torgue , Rob Herring Subject: Re: [PATCH 26/54] dt-bindings: net: dwmac: Fix typo in the R40 compatible Message-ID: <20210723215757.GA2665619@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-27-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210721140424.725744-27-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 21 Jul 2021 16:03:56 +0200, Maxime Ripard wrote: > Even though both the driver and the device trees all use the > allwinner,sun8i-r40-gmac compatible, we documented the compatible as > allwinner,sun8i-r40-emac in the binding. Let's fix this. > > Cc: Alexandre Torgue > Cc: "David S. Miller" > Cc: Giuseppe Cavallaro > Cc: Jakub Kicinski > Cc: Jose Abreu > Cc: netdev@vger.kernel.org > Signed-off-by: Maxime Ripard > --- > .../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml | 4 ++-- > Documentation/devicetree/bindings/net/snps,dwmac.yaml | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) > 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 X-Spam-Level: X-Spam-Status: No, score=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 ECADDC432BE for ; Fri, 23 Jul 2021 21:59:40 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id B928E60ED7 for ; Fri, 23 Jul 2021 21:59:40 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org B928E60ED7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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=OXF9ANzzoQOS1kXyFLO7J8ntV6TUZLtQKbyrqO3rq4c=; b=sM9V51Hi/i4YEm nwmt+/auU5ugfYNnHmbdhriuy4Oz87YVLPR115o8oFPwlNRDVwkyTiIKw4qZLPYD4n8zGcv8GFia3 Fj4K+zSK4yZFn0qJB6M2qfCgYy1MfyJdaBVDnKST1Dz6v0Dw0i8BeXZMWA55Rs/t3KYbSkSBSjdy/ Aqz4z01FO7GFEm56E8NGgS0s/V0VpnHpxB5qpTllbxavhyKLQxd637E+TyxVUHJFsp5TjkGIHUYEe OD/+B4MGYeH9ZoD9gp4aJV0awhgmRi7Oyc/gGSDU3wEHCmOcHr71X3e+EkB0gNdZKRPsdF83tWpzc LqaXI5W6obf/X8OuVjKQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m73BF-0065iD-F1; Fri, 23 Jul 2021 21:58:05 +0000 Received: from mail-io1-f49.google.com ([209.85.166.49]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m73BA-0065gr-IW for linux-arm-kernel@lists.infradead.org; Fri, 23 Jul 2021 21:58:01 +0000 Received: by mail-io1-f49.google.com with SMTP id y9so4298477iox.2 for ; Fri, 23 Jul 2021 14:57:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=FHPmTs+5gI8XKJ8Ql3COF1J8xxHSJMyndwn+3+KFeQQ=; b=g9vvO/4byZy1JBvdeFGBwEx7dSTsFZ8R4OW3bdwFp8fqQQoOXyTwknry0K+f2RjBAc 1kIdg2Cuc94v47KUWS2Zwwd3mu1LkrHZhLpIaTmqdw+/V5omBZsJc5VQBt92ELKhXQH3 NHy80NflcODou7+0ZRG8hvKdblVLBovGhjxdDAXW1fCvEwzr9c/hhIWSqXvopqHlVWoS RhhRS/uZMwAsTUIBM6z72yqpII2nV/JM+UrLKmUlRi/GyOmyEEPfXC+f4tIwNpUzSWpr mB5JYy3P9WrCUGUEupTYoNCiEQBysKICx/AEdzQikYG126HQeOUdV9IW4cqIhulW85ZN 7fwQ== X-Gm-Message-State: AOAM5314frDmB933tnMC3GKgn6ujO5y2jvCA+BOWmf/kqUHyo1dJRAr2 YTvLFPlmxbRv3b+IrjVjww== X-Google-Smtp-Source: ABdhPJzY7XrtqklCcRf34fVm6kGYCEEM4gCi6zLzAevl639xq5MEeYAWihl8UJrmIpd7CB1PWICdOA== X-Received: by 2002:a05:6602:3423:: with SMTP id n35mr5561153ioz.188.1627077479506; Fri, 23 Jul 2021 14:57:59 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id b15sm350840ilq.85.2021.07.23.14.57.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 14:57:58 -0700 (PDT) Received: (nullmailer pid 2665649 invoked by uid 1000); Fri, 23 Jul 2021 21:57:57 -0000 Date: Fri, 23 Jul 2021 15:57:57 -0600 From: Rob Herring To: Maxime Ripard Cc: Frank Rowand , Jernej Skrabec , Giuseppe Cavallaro , Chen-Yu Tsai , Jakub Kicinski , netdev@vger.kernel.org, "David S. Miller" , Jose Abreu , linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com, devicetree@vger.kernel.org, Alexandre Torgue , Rob Herring Subject: Re: [PATCH 26/54] dt-bindings: net: dwmac: Fix typo in the R40 compatible Message-ID: <20210723215757.GA2665619@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-27-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210721140424.725744-27-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210723_145800_654364_2BA60771 X-CRM114-Status: GOOD ( 13.73 ) 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 Wed, 21 Jul 2021 16:03:56 +0200, Maxime Ripard wrote: > Even though both the driver and the device trees all use the > allwinner,sun8i-r40-gmac compatible, we documented the compatible as > allwinner,sun8i-r40-emac in the binding. Let's fix this. > > Cc: Alexandre Torgue > Cc: "David S. Miller" > Cc: Giuseppe Cavallaro > Cc: Jakub Kicinski > Cc: Jose Abreu > Cc: netdev@vger.kernel.org > Signed-off-by: Maxime Ripard > --- > .../devicetree/bindings/net/allwinner,sun8i-a83t-emac.yaml | 4 ++-- > Documentation/devicetree/bindings/net/snps,dwmac.yaml | 6 +++--- > 2 files changed, 5 insertions(+), 5 deletions(-) > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel