From patchwork Mon Oct 11 07:39:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 12549255 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B4C6C433F5 for ; Mon, 11 Oct 2021 07:39:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 02B3B60EFE for ; Mon, 11 Oct 2021 07:39:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234563AbhJKHls (ORCPT ); Mon, 11 Oct 2021 03:41:48 -0400 Received: from smtp-relay-internal-0.canonical.com ([185.125.188.122]:57440 "EHLO smtp-relay-internal-0.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234286AbhJKHlr (ORCPT ); Mon, 11 Oct 2021 03:41:47 -0400 Received: from mail-ed1-f72.google.com (mail-ed1-f72.google.com [209.85.208.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-internal-0.canonical.com (Postfix) with ESMTPS id 68EA340000 for ; Mon, 11 Oct 2021 07:39:45 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1633937985; bh=dKNe0YR2W1YWBul8nQdZBdCYA7T0luSH8qAs9JTPkS4=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=e/K31SnNiySIWZAqy9czqSHveTRBr+cxtdxfJUWrvlAYIRbrlgduHghJalQOTKZDM MRzT+vDUn2QirgJFvVIC9p5d0Dc8EZkgUzOIm24VVaPSWKH8CIt4P8UJFxrzCwXK7x 2EBlJ63fqBeNZoE97wdi53mhQ2s1YPzLaG3PeOJabs/JVHrHSTSDRBV5P8CeQ+5HZn /nIy3SU7pzxi/ivf86sdSb0qiK7reszY6t3dZGLdK3OlnA9k+d/kCsTQstOAuel8RP /sScpnfMBzi6SjOunvyP2Ixf/6p8Iof1wiwow2vvM5ADGVQt/VQU+CSKAP6A33PK/e lks7BbdYRLAZA== Received: by mail-ed1-f72.google.com with SMTP id u23-20020a50a417000000b003db23c7e5e2so15094308edb.8 for ; Mon, 11 Oct 2021 00:39:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=dKNe0YR2W1YWBul8nQdZBdCYA7T0luSH8qAs9JTPkS4=; b=bfAftoe09BDwx6asfIS5PlSVZdb2Z1siH1XjbW7hUgRocIwlZvAtkSpUOYeNJFhwfq dynKKvzfOkKTDgqhhp0oDHvvqkGJNrdZpx1dxVPAW3goaK33vblf1hqlSvEbnJEkzw+T 132/jyvTdXD9Emi6zrt9j//KfqYiZH8Zw4M/HNtdRDycHkawhEtrf/5vceDH/CnSCo/m Uj1q+z9uxYD3IERqtICftO2gfGJiUXLtzm7awUh6BZVK84uzJMWHjNFkv/40Dy4coMPj dbWIoRqzTeXgxjS97Tadm/qAlEUueGNEAhTqlZEW+fvzrBvWtqvEIVERnIfwYsDxWBs0 ozLA== X-Gm-Message-State: AOAM532DQrWy40NJwYrlsQhtxwwcxNIRt9KMBSg6ZcGqRi2ztmcTLTgK BodqGokxIHbaeu0rLzCLRMJc0ED2w8QJNmOpbh6psJ7riFnxFEGL6BeKcBYj1OSwvFGTZmVrxOO Hl+F0Ktcyxk45UfGdSye/2CEnOkvOVK0d9A== X-Received: by 2002:a05:6402:848:: with SMTP id b8mr27593662edz.283.1633937983838; Mon, 11 Oct 2021 00:39:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz4TGueCUqr8nipt9y1eUTDZZZuo1QIc9IRv4KZo7UB7TGDm48xnJ0Nl+i+OLa1EhAIjhllxw== X-Received: by 2002:a05:6402:848:: with SMTP id b8mr27593641edz.283.1633937983622; Mon, 11 Oct 2021 00:39:43 -0700 (PDT) Received: from localhost.localdomain (78-11-189-27.static.ip.netia.com.pl. [78.11.189.27]) by smtp.gmail.com with ESMTPSA id y8sm3023965ejm.104.2021.10.11.00.39.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Oct 2021 00:39:43 -0700 (PDT) From: Krzysztof Kozlowski To: Krzysztof Kozlowski , "David S. Miller" , Jakub Kicinski , Rob Herring , Charles Gorand , Mark Greer , linux-nfc@lists.01.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-wireless@vger.kernel.org Subject: [PATCH v2 0/8] nfc: dt-bindings: convert to dt-schema Date: Mon, 11 Oct 2021 09:39:26 +0200 Message-Id: <20211011073934.34340-1-krzysztof.kozlowski@canonical.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi, Changes since v1: 1. Drop clock-frequency from I2C devices. 2. Update commit msg. 3. Add patch 2/8: NXP PN547 binding. Best regards, Krzysztof Krzysztof Kozlowski (8): dt-bindings: nfc: nxp,nci: convert to dtschema dt-bindings: nfc: nxp,nci: document NXP PN547 binding dt-bindings: nfc: nxp,pn532: convert to dtschema dt-bindings: nfc: st,st21nfca: convert to dtschema dt-bindings: nfc: st,st95hf: convert to dtschema dt-bindings: nfc: st,nci: convert to dtschema dt-bindings: nfc: ti,trf7970a: convert to dtschema dt-bindings: nfc: marvell,nci: convert to dtschema .../bindings/net/nfc/marvell,nci.yaml | 170 ++++++++++++++++++ .../devicetree/bindings/net/nfc/nfcmrvl.txt | 84 --------- .../devicetree/bindings/net/nfc/nxp,nci.yaml | 61 +++++++ .../bindings/net/nfc/nxp,pn532.yaml | 65 +++++++ .../devicetree/bindings/net/nfc/nxp-nci.txt | 33 ---- .../devicetree/bindings/net/nfc/pn532.txt | 46 ----- .../bindings/net/nfc/st,st-nci.yaml | 106 +++++++++++ .../bindings/net/nfc/st,st21nfca.yaml | 64 +++++++ .../bindings/net/nfc/st,st95hf.yaml | 57 ++++++ .../bindings/net/nfc/st-nci-i2c.txt | 38 ---- .../bindings/net/nfc/st-nci-spi.txt | 36 ---- .../devicetree/bindings/net/nfc/st21nfca.txt | 37 ---- .../devicetree/bindings/net/nfc/st95hf.txt | 45 ----- .../bindings/net/nfc/ti,trf7970a.yaml | 98 ++++++++++ .../devicetree/bindings/net/nfc/trf7970a.txt | 43 ----- MAINTAINERS | 3 +- 16 files changed, 623 insertions(+), 363 deletions(-) create mode 100644 Documentation/devicetree/bindings/net/nfc/marvell,nci.yaml delete mode 100644 Documentation/devicetree/bindings/net/nfc/nfcmrvl.txt create mode 100644 Documentation/devicetree/bindings/net/nfc/nxp,nci.yaml create mode 100644 Documentation/devicetree/bindings/net/nfc/nxp,pn532.yaml delete mode 100644 Documentation/devicetree/bindings/net/nfc/nxp-nci.txt delete mode 100644 Documentation/devicetree/bindings/net/nfc/pn532.txt create mode 100644 Documentation/devicetree/bindings/net/nfc/st,st-nci.yaml create mode 100644 Documentation/devicetree/bindings/net/nfc/st,st21nfca.yaml create mode 100644 Documentation/devicetree/bindings/net/nfc/st,st95hf.yaml delete mode 100644 Documentation/devicetree/bindings/net/nfc/st-nci-i2c.txt delete mode 100644 Documentation/devicetree/bindings/net/nfc/st-nci-spi.txt delete mode 100644 Documentation/devicetree/bindings/net/nfc/st21nfca.txt delete mode 100644 Documentation/devicetree/bindings/net/nfc/st95hf.txt create mode 100644 Documentation/devicetree/bindings/net/nfc/ti,trf7970a.yaml delete mode 100644 Documentation/devicetree/bindings/net/nfc/trf7970a.txt