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 D01C3C433EF for ; Tue, 7 Jun 2022 16:19:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243171AbiFGQTj (ORCPT ); Tue, 7 Jun 2022 12:19:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50072 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1343714AbiFGQTi (ORCPT ); Tue, 7 Jun 2022 12:19:38 -0400 Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A9AE9101715; Tue, 7 Jun 2022 09:19:37 -0700 (PDT) Received: by mail-io1-f41.google.com with SMTP id 134so9724077iou.12; Tue, 07 Jun 2022 09:19:37 -0700 (PDT) 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=T8bDFzFxvGKBXIa1I0lB1TI0RNvCh77l2ZFzrHICquA=; b=toHO4jjq+9pb1EcDTWh377j/Z4lEvzFmh/24XMX4DqcMlDYfIoVhnTRRWvY9vak4pk pk8RpzDcz22HZ+taEPuFbIBjBu7lNTgHzGTlz6fwnjt3bQASKGwiWN9VgC7iqlW08jhn 1KW+oMf+cu1GaQz78PW0bgUewIr8dqW5yA8Cvh9fy97FlG/v+se2wZ1sgmxRLJjwxhEi DWVW0JXeqSQfRwgxGzQT6wxNrzT/FqlStnc/6XiyTy/322uveZZP/PLm6Fu83bDXbouy 9fu0A2GQbHuEo2yrgpddgBrSaz+qvRjBQYNII2Bd3P4vFvVLZOJhhjLzpuX9N+7L6YoW Qz8A== X-Gm-Message-State: AOAM533d81of+n23h68OkSOtb8/kLx55/cCbvn4siCFn1JVUq1Do5Zj2 DT3TIlNYwJpWSyjGEjkr6Q== X-Google-Smtp-Source: ABdhPJznA3tBEmTJuk9dMlI0xK1ImseC7RMKP1A1Ss/doNhS2WbvIuDdne9RTEmT/Vyt1gLcxzNPog== X-Received: by 2002:a05:6602:14cc:b0:669:7561:ee0d with SMTP id b12-20020a05660214cc00b006697561ee0dmr2260716iow.156.1654618776943; Tue, 07 Jun 2022 09:19:36 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id x19-20020a056602211300b0065a47e16f49sm1945360iox.27.2022.06.07.09.19.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Jun 2022 09:19:36 -0700 (PDT) Received: (nullmailer pid 3370017 invoked by uid 1000); Tue, 07 Jun 2022 16:19:34 -0000 Date: Tue, 7 Jun 2022 10:19:34 -0600 From: Rob Herring To: Conor Dooley Cc: Jakub Kicinski , netdev@vger.kernel.org, devicetree@vger.kernel.org, Paolo Abeni , Eric Dumazet , Krzysztof Kozlowski , Paul Walmsley , Daire McNamara , linux-kernel@vger.kernel.org, Marc Kleine-Budde , linux-riscv@lists.infradead.org, Palmer Dabbelt , Rob Herring , Wolfgang Grandegger , Albert Ou , linux-can@vger.kernel.org, "David S . Miller" Subject: Re: [PATCH net-next 1/2] dt-bindings: can: mpfs: document the mpfs can controller Message-ID: <20220607161934.GA3369934-robh@kernel.org> References: <20220607065459.2035746-1-conor.dooley@microchip.com> <20220607065459.2035746-2-conor.dooley@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220607065459.2035746-2-conor.dooley@microchip.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, 07 Jun 2022 07:54:59 +0100, Conor Dooley wrote: > Add a binding for the can controller on PolarFire SoC (MPFS). > > Signed-off-by: Conor Dooley > --- > .../bindings/net/can/microchip,mpfs-can.yaml | 45 +++++++++++++++++++ > 1 file changed, 45 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/can/microchip,mpfs-can.yaml > Reviewed-by: Rob Herring