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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,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 BD96AC04E87 for ; Mon, 20 May 2019 15:58:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9379E21734 for ; Mon, 20 May 2019 15:58:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558367882; bh=nVZuwAchej3cX/jxaYPaCpxQLGe12Ikr7j7t0ajgtX4=; h=References:In-Reply-To:From:Date:Subject:To:Cc:List-ID:From; b=f2Ok0CyhIx4LVUoN8nqdjNwjNjCaEqwxFy+hFypgZT90EnxDhhKUVFIv/x+uTWDS9 oxZOaiuNB04NQkP8eOj9OpsoZ/9jpJX2d+PPNAZ15Dr+P+jj6jHBjXJ8W7eukVyZLN z3QJo70crajL7UdMVxdHgxH69CsSP4yvapDknI2M= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392512AbfETP6C (ORCPT ); Mon, 20 May 2019 11:58:02 -0400 Received: from mail.kernel.org ([198.145.29.99]:35330 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388657AbfETP6B (ORCPT ); Mon, 20 May 2019 11:58:01 -0400 Received: from mail-qt1-f178.google.com (mail-qt1-f178.google.com [209.85.160.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id A839F2177B; Mon, 20 May 2019 15:58:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1558367880; bh=nVZuwAchej3cX/jxaYPaCpxQLGe12Ikr7j7t0ajgtX4=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=In/s90sCuJU2/LDfbSq/ltM7BfsjqY+JC5P2+zcho3XSeY3kl5p1Yn3dN/yqSzmu7 tSPr8LQB+T3vkyBSwKzWnc94WQUbQgrYEEBui8kDu+PZKCnpIJz09DTB4R9zADWXvm q0axqoDMtcASUYKeiulDpEZMnuXbabQ/R2lAX+40= Received: by mail-qt1-f178.google.com with SMTP id z19so16814705qtz.13; Mon, 20 May 2019 08:58:00 -0700 (PDT) X-Gm-Message-State: APjAAAXlZPlk803hMmoRBMGPOYZihMLfFDN6G6E8m6fHQRWUDyc0PuCM vh/Wi0vTTVgNZLy+QZ27ktv+rCmTQmYPkRt1ug== X-Google-Smtp-Source: APXvYqwjPogqJnNMzhVG/Dty4EXEP0hrNsUGqneE2/2Dsx/rQulk+faBwMb9O26bpFgnUShEIqJNS7TiLLwC6XChE1Y= X-Received: by 2002:ac8:2d48:: with SMTP id o8mr64152978qta.136.1558367879826; Mon, 20 May 2019 08:57:59 -0700 (PDT) MIME-Version: 1.0 References: <66231286de0f11b45075292216a939858de8c3e5.1558362030.git.mchehab+samsung@kernel.org> In-Reply-To: <66231286de0f11b45075292216a939858de8c3e5.1558362030.git.mchehab+samsung@kernel.org> From: Rob Herring Date: Mon, 20 May 2019 10:57:47 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 08/10] dt: fix refs that were renamed to json with the same file name To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , Mauro Carvalho Chehab , "linux-kernel@vger.kernel.org" , Jonathan Corbet , Mark Rutland , Michael Turquette , Stephen Boyd , Thomas Gleixner , Jason Cooper , Marc Zyngier , Jacek Anaszewski , Pavel Machek , Dan Murphy , "David S. Miller" , Greg Kroah-Hartman , Linus Walleij , Nicolas Ferre , "Paul E. McKenney" , devicetree@vger.kernel.org, linux-clk , Linux LED Subsystem Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, May 20, 2019 at 9:48 AM Mauro Carvalho Chehab wrote: > > This file was converted to json, but the references weren't Technically, converted to json-schema (the language) or yaml (the format). > renamed. > > Fixes: 66ed144f147a ("dt-bindings: interrupt-controller: Convert ARM GIC to json-schema") > (and other similar commits) > > Signed-off-by: Mauro Carvalho Chehab > --- > Documentation/devicetree/bindings/arm/omap/crossbar.txt | 2 +- > .../devicetree/bindings/clock/samsung,s5pv210-clock.txt | 2 +- > .../bindings/interrupt-controller/marvell,odmi-controller.txt | 2 +- > Documentation/devicetree/bindings/leds/irled/spi-ir-led.txt | 2 +- > MAINTAINERS | 4 ++-- > 5 files changed, 6 insertions(+), 6 deletions(-) FYI, I'm actively looking for this in conversions now as we've had a few of these. For cases where we have a lot of references, I'm fixing this by keeping the .txt file with a reference to the .yaml file. I'll pick up the DT patches in the series. Rob