Received: by 10.223.185.116 with SMTP id b49csp8775607wrg; Fri, 2 Mar 2018 07:46:33 -0800 (PST) X-Google-Smtp-Source: AG47ELs0o8vfPJWvSb8YajLf5BUvDZb8PWhGIlF4HWVcQ6FNSaSnBiBTu807YrLwVa0xEzl9C644 X-Received: by 2002:a17:902:22e:: with SMTP id 43-v6mr5647487plc.384.1520005593590; Fri, 02 Mar 2018 07:46:33 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1520005593; cv=none; d=google.com; s=arc-20160816; b=CXsAsAIHCRM13wc3YD8SnIG0d0HxF9Mo1LIRZG7Ugmlhf8xMAJiugvPEssxpqARb9g iNat9gryR7eo+H6NDvxKFHpUnTPjRQK5KaltNoygqPUrVur2UpMVXOAwJRhfAlvnVEME ra9ph0wVUMcaJMuIIF3fPy5smk2DQAdXT2mdwriAZi8YxO8fpQDpaoQaeJzEuhZ+zczf nV3eCLzKQkmjZXQ6XRTF8q1flbJKwh2itCozkyXHwg743L/Hy9AQIid0uTArct2gBlag fih2Yev2oQ2D9qz9tigfU/k+pA2c1j3YWZeDWcGlVDJitu1aTckSTfRMii5ECrRCS7oC FNzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=bLcXFf0njV0X/rjlN6Vyi/6k4bHJgVpm8ksnRh63W2c=; b=t8YKhyLrOizRiA9bo87B4tumpPVdy/pOzvJcDb86lXRvbkQbecI2I9dolBB0edaQS8 UoArx56ZkPzAX5OgUZJd52T56Ln4P9QsxGERbFSXdx86qxGUxmB4jt312eXkJtnLb/of Y1FzY/oqJu3DO2ILAraUXcG2Vi8reNPx1pN5QXFDsh5eecmvpWa6eaLL6s7x6uenjiWk fXxcdU49zNyii6C5AVkzll9nQ6zDvaaQoROxNpCRPr9DJGH1mHHauiyCfcJW7evdEj+Q /FfaxtSaDG7KS8uOAt378rsBSmjzbQqZ1ue+XNng4joJLdaes0BIdaQiONa15hM+ub+8 vFiQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u3si4119384pgr.447.2018.03.02.07.46.18; Fri, 02 Mar 2018 07:46:33 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1424610AbeCBN5O (ORCPT + 99 others); Fri, 2 Mar 2018 08:57:14 -0500 Received: from laurent.telenet-ops.be ([195.130.137.89]:41040 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1424715AbeCBN4j (ORCPT ); Fri, 2 Mar 2018 08:56:39 -0500 Received: from ayla.of.borg ([84.194.111.163]) by laurent.telenet-ops.be with bizsmtp id H1wb1x00n3XaVaC011wb6K; Fri, 02 Mar 2018 14:56:38 +0100 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1erlAp-0002vh-Ge; Fri, 02 Mar 2018 14:56:35 +0100 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1erlAp-0003l0-Ev; Fri, 02 Mar 2018 14:56:35 +0100 From: Geert Uytterhoeven To: David Airlie , Rob Herring , Mark Rutland , Carlo Caione , Kevin Hilman , Chanho Min Cc: linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v4 0/4] DT: Fix spelling of standard properties Date: Fri, 2 Mar 2018 14:56:29 +0100 Message-Id: <1519998993-14398-1-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, This patch series fixes misspellings of various standard DT properties in DT binding documentation, DTS files, and examples. While most of these are harmless, some of them may cause hard-to-debug failures. Changes compared to v4: - Drop patches that have been applied already, - Add Acked-by. Changes compared to v3: - Drop patches that have been applied already, - Add Acked-by, - Add new patches 5 and 6. Changes compared to v2: - Drop patches that have been applied already, - Add Rob Herring's Acked-by, - Add new patch "[PATCH v2 3/6] arm64: dts: lg1313: DT fix s/#interrupts-cells/#interrupt-cells/". Please apply where appropriate. Thanks! Geert Uytterhoeven (4): arm64: dts: lg1312: DT fix s/#interrupts-cells/#interrupt-cells/ arm64: dts: lg1313: DT fix s/#interrupts-cells/#interrupt-cells/ dt-bindings: display: amlogic: DT fix s/resets-names/reset-names/ dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/ Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.txt | 2 +- Documentation/devicetree/bindings/net/btusb.txt | 2 +- arch/arm64/boot/dts/lg/lg1312.dtsi | 2 +- arch/arm64/boot/dts/lg/lg1313.dtsi | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -- 2.7.4 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds