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 7FDC6C43334 for ; Fri, 10 Jun 2022 22:31:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347057AbiFJWbf (ORCPT ); Fri, 10 Jun 2022 18:31:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245351AbiFJWbe (ORCPT ); Fri, 10 Jun 2022 18:31:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BBB23E0AD; Fri, 10 Jun 2022 15:31:31 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 6D13861DE0; Fri, 10 Jun 2022 22:31:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C64D5C3411F; Fri, 10 Jun 2022 22:31:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1654900290; bh=AVfCC1fETxPTgXCRwrza1gBNxP00l26r7VULa0HXKGQ=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=g5Gjy3Sf7Clm90OoqDorPxtXtST43OI2tVXPJ+r7EaNqD+bhOYdZTE8oBRFj8LJ01 KKYBTm4JgqXuwVYuViZnct8LDUi5euGhvhIqTVmSkvrnRL4Y4kq9Q3Ti5CIa7FsxCA B+qDYAuBjegcGaYSsAE8DI99UiQ+TztPAXqzxB+yqL9vYdr4u8IiDwUBGzPUXQv3yV e5RVv46GproAAtFqhR49Q193CkPKgoz+Gz5cW1JHnjnrlmJj/8lhafS1dC08fxt3SY kZw8RTyzPsPlLXA6KzwNDwGO/AyEa/WRTp2JwbtlO5/SoZrSwlRXg6r34vA1aoiw1U k3CJRx58ITkrA== Received: by mail-ua1-f47.google.com with SMTP id 63so109354uaw.10; Fri, 10 Jun 2022 15:31:30 -0700 (PDT) X-Gm-Message-State: AOAM53380tadOB10fpRWyT8qcjiQIkFjc7ZNYkHVGTifA9CFmLPuWPU5 GXVbP+j+C3PXxFxSkcpzqLxPXZ/YUT0SJEKeIA== X-Google-Smtp-Source: ABdhPJx3xQ8ITVyyWAJdAJwirIobVRExZF94y1CEM3afCD1tLwr7d4qzVRC8E6iM9JYc3WVITj9nOAXj0yWWHpoRKqE= X-Received: by 2002:ab0:7546:0:b0:374:ac43:ba1a with SMTP id k6-20020ab07546000000b00374ac43ba1amr19128032uaq.86.1654900289749; Fri, 10 Jun 2022 15:31:29 -0700 (PDT) MIME-Version: 1.0 References: <20220315123315.233963-1-ioana.ciornei@nxp.com> In-Reply-To: <20220315123315.233963-1-ioana.ciornei@nxp.com> From: Rob Herring Date: Fri, 10 Jun 2022 16:31:18 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH net-next] dt-bindings: net: convert sff,sfp to dtschema To: Ioana Ciornei Cc: David Miller , Jakub Kicinski , netdev , Russell King , devicetree@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Tue, Mar 15, 2022 at 6:33 AM Ioana Ciornei wrote: > > Convert the sff,sfp.txt bindings to the DT schema format. > > Signed-off-by: Ioana Ciornei > --- > .../devicetree/bindings/net/sff,sfp.txt | 85 ------------ > .../devicetree/bindings/net/sff,sfp.yaml | 130 ++++++++++++++++++ > MAINTAINERS | 1 + > 3 files changed, 131 insertions(+), 85 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/net/sff,sfp.txt > create mode 100644 Documentation/devicetree/bindings/net/sff,sfp.yaml Going to respin this patch? I don't normally care too much, but this one is high (86 occurrences on arm64 dtbs) on my list of compatibles without schemas and is generic. Rob