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=-19.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 504B3C43470 for ; Thu, 1 Apr 2021 18:28:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 026F060725 for ; Thu, 1 Apr 2021 18:28:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236862AbhDAS2B (ORCPT ); Thu, 1 Apr 2021 14:28:01 -0400 Received: from mail.kernel.org ([198.145.29.99]:46024 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239651AbhDASQo (ORCPT ); Thu, 1 Apr 2021 14:16:44 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 3505661178; Thu, 1 Apr 2021 12:17:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1617279476; bh=WmmeVF3e2MgvPdqjDqGLuQIv1srgNyiWO6uwFC8Q6cM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=dcetZXDkNnck6wWX7t+65uQ0KzyM6OBLJDgcgF54vzUZmrMvg3zNEoc+Bv2J4XTpd GyyIhslJKSGIjD77J+I4VYLEiFY7XnUwjFkSBvUj7MVDUhAchr1C0qu2F9EO7xWe3x Xprv3Nnw+g3pA1y/pRo74gjUtnzDaP5O2zXHXnLazRZF3HhYAyVozIM6k4MjJdKGZN yuSbygDuRNJ8cl94hcn6JRbgwdmjtMB/bgf+fHauSs0BFlwvmTjpwXOGTi04E4MMdX FE2Wgb0nIxO2hY/G+kBj28Kilq4pV/UCGjbdqgpRMuCUNaVj/c4HatXmO0J65/lcWv sYttIlSOGaRCg== Received: by mail.kernel.org with local (Exim 4.94) (envelope-from ) id 1lRwGo-001c3F-8L; Thu, 01 Apr 2021 14:17:54 +0200 From: Mauro Carvalho Chehab To: Linux Doc Mailing List Cc: Mauro Carvalho Chehab , "Jonathan Corbet" , Jonathan Cameron , Ricardo Ribalda , Rob Herring , linux-kernel@vger.kernel.org Subject: [PATCH 21/32] MAINTAINERS: update ti,dac7612.yaml reference Date: Thu, 1 Apr 2021 14:17:41 +0200 Message-Id: <04039b6991838f0107a42ccb0d9774cb8873a61a.1617279355.git.mchehab+huawei@kernel.org> X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Mauro Carvalho Chehab Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Changeset 8b74e06b0f4d ("dt-bindings:iio:dac:ti,dac7612 yaml conversion") renamed: Documentation/devicetree/bindings/iio/dac/ti,dac7612.txt to: Documentation/devicetree/bindings/iio/dac/ti,dac7612.yaml. Update its cross-reference accordingly. Fixes: 8b74e06b0f4d ("dt-bindings:iio:dac:ti,dac7612 yaml conversion") Signed-off-by: Mauro Carvalho Chehab --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index 6b0a6f251e6b..2f63ebd2cfc8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -17907,7 +17907,7 @@ TEXAS INSTRUMENTS' DAC7612 DAC DRIVER M: Ricardo Ribalda L: linux-iio@vger.kernel.org S: Supported -F: Documentation/devicetree/bindings/iio/dac/ti,dac7612.txt +F: Documentation/devicetree/bindings/iio/dac/ti,dac7612.yaml F: drivers/iio/dac/ti-dac7612.c TEXAS INSTRUMENTS DMA DRIVERS -- 2.30.2