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 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 C32C0C432BE for ; Tue, 3 Aug 2021 20:38:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A8FBE60FA0 for ; Tue, 3 Aug 2021 20:38:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230138AbhHCUiV (ORCPT ); Tue, 3 Aug 2021 16:38:21 -0400 Received: from mail-io1-f49.google.com ([209.85.166.49]:45711 "EHLO mail-io1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230085AbhHCUiT (ORCPT ); Tue, 3 Aug 2021 16:38:19 -0400 Received: by mail-io1-f49.google.com with SMTP id a1so11105229ioa.12; Tue, 03 Aug 2021 13:38:08 -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=fvnmYs1QqTzW2yna51Y6xDJAV10x3fuuOPqqTukUbws=; b=rDTo0vU5LUrSN1syuDdo58GJpCDXwG0P7O5XwoO91FGzvceaNv93hHPXjnN8AKaa/6 PnFv5Nln0QhnW/pSAMa8wA7Qhlq7X3Dkw7Ztu1M/ertQLy2VGV/mdQaC59o7Wo9eHytg KpbunL1u1PnUARZHO8DfLHOrz1jeHxs09dsfud1gkdz7qABQdIIs1KvwhRz8EfA4OBnr VWkEEmCLOZ7A/u93SUaCT+rr3jkUEvdBHuwEgmDSyoeqYo9TOTGmVjyLPfo64eb73nvG XtYtqpvik8yfSp8JhoQbKKgYr4iAN4ec9oUMY6AX4VUectgcQkmBU4r7keFLGNm6kKSk kYKw== X-Gm-Message-State: AOAM533sxFopuTcKkE9bnCbAM/ToAFpzEvgb1PSb9BZYPox72KUEmXDQ 37YnQCb5C0tLi1e4ruD/Yg== X-Google-Smtp-Source: ABdhPJzqIdDa96mcqBrbGTRZM07TZKf1ESiQ6ER/Q2M9+3bHdZ3WZdba6Pv1VAtRg2MbgOcK5XKw/A== X-Received: by 2002:a6b:e602:: with SMTP id g2mr584669ioh.50.1628023087782; Tue, 03 Aug 2021 13:38:07 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id t2sm7795ilq.27.2021.08.03.13.38.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Aug 2021 13:38:07 -0700 (PDT) Received: (nullmailer pid 3690786 invoked by uid 1000); Tue, 03 Aug 2021 20:38:05 -0000 Date: Tue, 3 Aug 2021 14:38:05 -0600 From: Rob Herring To: Linus Walleij Cc: "David S . Miller" , Jakub Kicinski , Krzysztof Halasa , Imre Kaloz , devicetree@vger.kernel.org, Arnd Bergmann , netdev@vger.kernel.org Subject: Re: [PATCH net-next 5/6] ixp4xx_eth: Add devicetree bindings Message-ID: References: <20210801002737.3038741-1-linus.walleij@linaro.org> <20210801002737.3038741-6-linus.walleij@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210801002737.3038741-6-linus.walleij@linaro.org> Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sun, 01 Aug 2021 02:27:36 +0200, Linus Walleij wrote: > This adds device tree bindings for the IXP46x PTP Timer, a companion > to the IXP4xx ethernet in newer platforms. > > Cc: devicetree@vger.kernel.org > Cc: Arnd Bergmann > Signed-off-by: Linus Walleij > --- > .../bindings/net/intel,ixp46x-ptp-timer.yaml | 54 +++++++++++++++++++ > 1 file changed, 54 insertions(+) > create mode 100644 Documentation/devicetree/bindings/net/intel,ixp46x-ptp-timer.yaml > Reviewed-by: Rob Herring