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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D574CC433EF for ; Mon, 6 Jun 2022 19:01:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230517AbiFFTBY (ORCPT ); Mon, 6 Jun 2022 15:01:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232083AbiFFTBX (ORCPT ); Mon, 6 Jun 2022 15:01:23 -0400 Received: from mail-il1-f179.google.com (mail-il1-f179.google.com [209.85.166.179]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2C8A012ABB; Mon, 6 Jun 2022 12:01:22 -0700 (PDT) Received: by mail-il1-f179.google.com with SMTP id a15so12569054ilq.12; Mon, 06 Jun 2022 12:01:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=TKZQYNrDOxXCRBlNMtzBiVV2S8AIodJot0qZ8ycf9Ok=; b=xMCz8rFg3RNv/j34zo4lF0rBeB0FuRISrVJPytgOOigeWBM1GnkydpRCXtP1PfqEob eMQrtU0rn1dXAdzcJIueuG/Mz7rO+Ea25XbvoMSScCd3+nux5U9vMErLZKkscJxYQMni xhH+u2O0Vc5it+FCkfQoWbeh2X0buBzkTYmoMBik76C5a8wStZkg4n6VbfrIGy9+anna 0RApmxlau6Ds49jCwUkl3b9QajC22WmNnus2+HU2RcxwvHEamympn7nuRBeJFcmOUX1D v5Z5i7NuZeaRcJM0G6lHdZoQW3ZzwogutnxV4jaghCtQsu5yVaYmQWyI43J1V660Rmsg avgw== X-Gm-Message-State: AOAM5331voJqZ6OSARpdNR6BP0V7omsx7zcx2SV6ih0HbK8xxQyyq2n6 t5jUGCPHiD8zNTPr8n4XXQ== X-Google-Smtp-Source: ABdhPJzpQz/1nOM9wT3g7ZzbcxPJegjARM+cjtT8oUV8k03IpH0rsSgzLs5/60arlMg4vsoy9b9Jwg== X-Received: by 2002:a05:6e02:1905:b0:2d3:d327:6c7b with SMTP id w5-20020a056e02190500b002d3d3276c7bmr14518421ilu.101.1654542081325; Mon, 06 Jun 2022 12:01:21 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id a5-20020a02a005000000b0032e9bf3b973sm5926757jah.5.2022.06.06.12.01.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Jun 2022 12:01:21 -0700 (PDT) Received: (nullmailer pid 1083302 invoked by uid 1000); Mon, 06 Jun 2022 19:01:19 -0000 Date: Mon, 6 Jun 2022 14:01:19 -0500 From: Rob Herring To: Mauro Carvalho Chehab Cc: Rob Herring , Linux Doc Mailing List , Mark Brown , Krzysztof Kozlowski , Charles Keepax , Claudiu Beznea , Jonathan Corbet , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Nicolas Ferre , alsa-devel@alsa-project.org, devicetree@vger.kernel.org, Mauro Carvalho Chehab , Alexandre Belloni , Liam Girdwood Subject: Re: [PATCH 22/23] ASoC: wm8731: update wlf,wm8731.yaml reference Message-ID: <20220606190119.GA1083268-robh@kernel.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, 06 Jun 2022 16:25:44 +0100, Mauro Carvalho Chehab wrote: > Changeset 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format") > renamed: Documentation/devicetree/bindings/sound/wm8731.txt > to: Documentation/devicetree/bindings/sound/wlf,wm8731.yaml. > > Update its cross-reference accordingly. > > Fixes: 0e336eeaf467 ("ASoC: wm8731: Convert DT bindings to YAML format") > Signed-off-by: Mauro Carvalho Chehab > --- > > To avoid mailbombing on a large number of people, only mailing lists were C/C on the cover. > See [PATCH 00/23] at: https://lore.kernel.org/all/cover.1654529011.git.mchehab@kernel.org/ > > .../devicetree/bindings/sound/atmel-sam9x5-wm8731-audio.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Acked-by: Rob Herring