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=-5.4 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 1FD41C11D3B for ; Mon, 24 Feb 2020 13:08:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ECA4321775 for ; Mon, 24 Feb 2020 13:08:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="J8OaXTwY" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727681AbgBXNIM (ORCPT ); Mon, 24 Feb 2020 08:08:12 -0500 Received: from fllv0016.ext.ti.com ([198.47.19.142]:37492 "EHLO fllv0016.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727329AbgBXNIK (ORCPT ); Mon, 24 Feb 2020 08:08:10 -0500 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 01OD7CsK028839; Mon, 24 Feb 2020 07:07:12 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1582549632; bh=Tx9NLTynxh7HMA5VHJWXsAof1AdXnE/KAs53Nqq7E70=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=J8OaXTwY6rJidCznLf2G/vSUju+4HU3kRW0QV+CMkL2fpPxI5mFwt5l1u7GY1i0cK fhdwF15G4WtYxb0NBQQmKRDL/VCrdAXaZORkAKh4uNPMzhrjf4desB5yiRBKSQYI5e lr23otClWqEaN2djtLEvvM3O3oRjPmZTJi+w6edQ= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 01OD7CFB102821 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Mon, 24 Feb 2020 07:07:12 -0600 Received: from DLEE101.ent.ti.com (157.170.170.31) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Mon, 24 Feb 2020 07:07:11 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3 via Frontend Transport; Mon, 24 Feb 2020 07:07:12 -0600 Received: from [10.250.65.13] (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 01OD7B3m002482; Mon, 24 Feb 2020 07:07:11 -0600 Subject: Re: [PATCH 2/7] docs: dt: fix several broken references due to renames To: Mauro Carvalho Chehab , Linux Doc Mailing List CC: Jonathan Corbet , Sudeep Holla , Rob Herring , Andy Gross , Bjorn Andersson , Michael Turquette , Stephen Boyd , Jyri Sarha , Tomi Valkeinen , David Airlie , Daniel Vetter , Jacek Anaszewski , Pavel Machek , Stuart Yoder , Laurentiu Tudor , Andrew Jeffery , Linus Walleij , Joel Stanley , Kevin Hilman , Philipp Zabel , Maxime Coquelin , Alexandre Torgue , Zhang Rui , Daniel Lezcano , Amit Kucheria , , , , , , , , , , , , References: <83c5df4acbbe0fa55a1d58d4c4a435b51cd2a7ad.1582361737.git.mchehab+huawei@kernel.org> From: Dan Murphy Message-ID: Date: Mon, 24 Feb 2020 07:02:01 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.4.1 MIME-Version: 1.0 In-Reply-To: <83c5df4acbbe0fa55a1d58d4c4a435b51cd2a7ad.1582361737.git.mchehab+huawei@kernel.org> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Mauro On 2/22/20 3:00 AM, Mauro Carvalho Chehab wrote: > Several DT references got broken due to txt->yaml conversion. > > Those are auto-fixed by running: > > scripts/documentation-file-ref-check --fix > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/devicetree/bindings/arm/arm,scmi.txt | 2 +- > Documentation/devicetree/bindings/arm/arm,scpi.txt | 2 +- > .../devicetree/bindings/arm/bcm/brcm,bcm63138.txt | 2 +- > .../devicetree/bindings/arm/hisilicon/hi3519-sysctrl.txt | 2 +- > .../devicetree/bindings/arm/msm/qcom,idle-state.txt | 2 +- > Documentation/devicetree/bindings/arm/omap/mpu.txt | 2 +- > Documentation/devicetree/bindings/arm/psci.yaml | 2 +- > .../devicetree/bindings/clock/qcom,gcc-apq8064.yaml | 2 +- > .../devicetree/bindings/display/tilcdc/tilcdc.txt | 2 +- > Documentation/devicetree/bindings/leds/common.yaml | 2 +- For LEDs Reviewed-by: Dan Murphy