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 A4F21C4332F for ; Thu, 15 Dec 2022 11:03:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229554AbiLOLD6 (ORCPT ); Thu, 15 Dec 2022 06:03:58 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34030 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230164AbiLOLDZ (ORCPT ); Thu, 15 Dec 2022 06:03:25 -0500 Received: from mail-qt1-f176.google.com (mail-qt1-f176.google.com [209.85.160.176]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DAFC1DE9E for ; Thu, 15 Dec 2022 03:03:15 -0800 (PST) Received: by mail-qt1-f176.google.com with SMTP id jr11so4806342qtb.7 for ; Thu, 15 Dec 2022 03:03:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=W1J3eIm7gN+a7l7I5FPtNe9iMuDw4N0S5iQn7zeIcKY=; b=7l0qGul556DHfHDZWyzMi9UpGy7nMiDhmU1YjIZ3nV1LnLAdXTOgCWsxU3LFYOYiBf sIa6vgqw/3U9nFn0cn5Kmvgqwrn1eAweGKkAAnotpwguP1RIlA+4YElQaelskTfjxjrE 9A+90vmk/DAx181185vPUlMy0ZApPU3gp2nq2fV1jdQPKbsTgKAxsQCQN0ebdsa08z5R A4UhIVGi61xP51dzv6pAEzi+Oob2Zz6kAprMYtXAJdUx24OtHYRrfTYcQpfy47mivbcp 7VPDJUnOBdzN570azSW7Exod77P1WkcX26UYZtcLEDSuvwzO4sPf+Nf0XoXQBkgs4pCB ZyFg== X-Gm-Message-State: ANoB5pmF7XinZ9HthLBra6rRapCXLTq6jpfyOzoZrPIoBwAW38LUI463 lu1tMWv9h/3RCI/ET9zSPl98Y2juBGTRng== X-Google-Smtp-Source: AA0mqf76w4tmY0LIaW0QHLO7JpoynqL0Y9CCWZVYmcbzclC3FWJDzxvPtMQq9z0DgubGT6E7a3LEfQ== X-Received: by 2002:a05:622a:249:b0:3a5:7967:e652 with SMTP id c9-20020a05622a024900b003a57967e652mr53389035qtx.68.1671102194301; Thu, 15 Dec 2022 03:03:14 -0800 (PST) Received: from mail-yb1-f177.google.com (mail-yb1-f177.google.com. [209.85.219.177]) by smtp.gmail.com with ESMTPSA id i4-20020ac860c4000000b003a7ee9613a6sm3234140qtm.25.2022.12.15.03.03.13 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 15 Dec 2022 03:03:13 -0800 (PST) Received: by mail-yb1-f177.google.com with SMTP id y135so2993746yby.12 for ; Thu, 15 Dec 2022 03:03:13 -0800 (PST) X-Received: by 2002:a25:9:0:b0:6f9:29ef:a5ee with SMTP id 9-20020a250009000000b006f929efa5eemr39090062yba.380.1671102193696; Thu, 15 Dec 2022 03:03:13 -0800 (PST) MIME-Version: 1.0 References: <87v8mepyoy.wl-kuninori.morimoto.gx@renesas.com> <87mt7qpylw.wl-kuninori.morimoto.gx@renesas.com> In-Reply-To: <87mt7qpylw.wl-kuninori.morimoto.gx@renesas.com> From: Geert Uytterhoeven Date: Thu, 15 Dec 2022 12:03:02 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH 06/11] ASoC: dt-bindings: ti,pcm3168a: Convert to json-schema To: Kuninori Morimoto Cc: Mark Brown , Rob Herring , Krzysztof Kozlowski , Linux-ALSA , devicetree@vger.kernel.org, Thierry Reding , Jonathan Hunter , Sameer Pujar , Mohan Kumar Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Morimoto-san, On Wed, Dec 14, 2022 at 2:23 AM Kuninori Morimoto wrote: > From: Geert Uytterhoeven > > Convert the Texas Instruments PCM3168A Audio Codec Device Tree binding > documentation to json-schema. > > Add missing properties. > Drop unneeded pinctrl properties from example. > > Signed-off-by: Geert Uytterhoeven > Signed-off-by: Kuninori Morimoto Thanks for your patch! You forgot to list the changes you made to my patch: - Refer to audio-graph-port.yaml instead of describing ports and port@[01] subnodes explicitly. > --- /dev/null > +++ b/Documentation/devicetree/bindings/sound/ti,pcm3168a.yaml > @@ -0,0 +1,100 @@ > +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) > +%YAML 1.2 > +--- > +$id: http://devicetree.org/schemas/sound/ti,pcm3168a.yaml# > +$schema: http://devicetree.org/meta-schemas/core.yaml# > + > +title: Texas Instruments PCM3168A Audio Codec > + > +maintainers: > + - Damien Horsley For v2, I had planned -+ - Damien Horsley ++ - Jaroslav Kysela ++ - Takashi Iwai as Damien's address bounces. Or perhaps you want to become the maintainer? Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds