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=-15.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_2 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 125B5C433ED for ; Fri, 2 Apr 2021 09:04:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CCA3861105 for ; Fri, 2 Apr 2021 09:04:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229722AbhDBJE5 (ORCPT ); Fri, 2 Apr 2021 05:04:57 -0400 Received: from mail.kernel.org ([198.145.29.99]:50498 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229553AbhDBJE5 (ORCPT ); Fri, 2 Apr 2021 05:04:57 -0400 Received: from jic23-huawei (cpc108967-cmbg20-2-0-cust86.5-4.cable.virginm.net [81.101.6.87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 944F160724; Fri, 2 Apr 2021 09:04:54 +0000 (UTC) Date: Fri, 2 Apr 2021 10:05:03 +0100 From: Jonathan Cameron To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , "Jonathan Corbet" , Jonathan Cameron , Rob Herring , linux-kernel@vger.kernel.org Subject: Re: [PATCH 01/32] MAINTAINERS: update adi,ad5758.yaml reference Message-ID: <20210402100503.7d497d48@jic23-huawei> In-Reply-To: References: X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org On Thu, 1 Apr 2021 14:17:21 +0200 Mauro Carvalho Chehab wrote: > Changeset 1e6536ee349b ("dt-bindings:iio:dac:adi,ad5758 yaml conversion") > renamed: Documentation/devicetree/bindings/iio/dac/ad5758.txt > to: Documentation/devicetree/bindings/iio/dac/adi,ad5758.yaml. > > Update its cross-reference accordingly. > > Fixes: 1e6536ee349b ("dt-bindings:iio:dac:adi,ad5758 yaml conversion") > Signed-off-by: Mauro Carvalho Chehab Hi Mauro, Oops. These have been on my todo list for a while to tidy up. I kind of forgot to check MAINTAINERS whilst doing the conversions. Ah well, thanks for tidying up. Applied to the togreg branch of iio.git and pushed out as testing for autobuilders to probably not notice. Thanks Jonathan p.s. For anything IIO related I'll notice more quickly in general if linux-iio@vger.kernel.org is cc'd. > --- > MAINTAINERS | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 38d823d72e52..4c8a926ef201 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -1141,7 +1141,7 @@ W: http://ez.analog.com/community/linux-device-drivers > F: Documentation/ABI/testing/sysfs-bus-iio-frequency-ad9523 > F: Documentation/ABI/testing/sysfs-bus-iio-frequency-adf4350 > F: Documentation/devicetree/bindings/iio/*/adi,* > -F: Documentation/devicetree/bindings/iio/dac/ad5758.txt > +F: Documentation/devicetree/bindings/iio/dac/adi,ad5758.yaml > F: drivers/iio/*/ad* > F: drivers/iio/adc/ltc249* > F: drivers/iio/amplifiers/hmc425a.c