From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 58EE240DFA3; Sat, 28 Mar 2026 13:50:18 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774705818; cv=none; b=aA2mmgbmtxReXLIWTo9Qvqx/CwU3JIDFvykmgIF2fpCItnBYHQhhiNMfwD3bTKkMAig0FmLckowLKe8oRf8rr7EASNuvM2cOKZ6V1YCLdHGQhrEDQpo629fqs3M84BiKVYQBTJCJW4GTiwutgO0i8MNrRc2ISZ5Y1Ou20M7BUQQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774705818; c=relaxed/simple; bh=IQVzVfPrN6Qrqg9YpJwHcasmLCS46AB/n77DnCQ4NGk=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QPpifePu32MV9sJhzBWuMkzb4UjXnFbbylYXfpo2g9hsStnnR12A+pnwFIrUnfmooLf0/aY7a++EMtK8w0v/EpNpxEA4WSCT6LEPduJaxPrhfBsNYuBtOvctn3vTzZQ1umqKpI7DzhI5SOGMvvfujMO+iBbIW725GOEVjl2NWzs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PgkE5gI+; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PgkE5gI+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 987EEC4CEF7; Sat, 28 Mar 2026 13:50:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774705818; bh=IQVzVfPrN6Qrqg9YpJwHcasmLCS46AB/n77DnCQ4NGk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PgkE5gI+aLLATqkWq2Yml2IsHkxtQyN0M9tEiMlMGXH2IEoma9VmXWMB53mPDBWt2 qZTEZHoUVOI3BFxkJl4u97b1NQ7sZzRjqhoLywQJoPMhzT0Xmv/SNZ9fVi1dWIVcqF alJ5thHKfmAgnHNUzb2UDQ6bqgULq8zCNg+FBV1B+xWP+ofwgsPBV7n1UrT7qdR0Sv As2ASelb2cvJltX70UFZjQcPGRD46V4H/83cx6Xg/SzcWR4Enxwes7WY4fbaaVHPRQ 1bZn3wi44zrbdkASS8DNsHIJnuSa3QIqHMz6M/yMKDOZG+rW8TgLF8lonUs5cV3EHy 6F/Uj8iySrtug== Date: Sat, 28 Mar 2026 14:50:15 +0100 From: Krzysztof Kozlowski To: Padmashree S S Cc: k.marinushkin@gmail.com, lgirdwood@gmail.com, broonie@kernel.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, linux-sound@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] dt-bindings: sound: Convert pcm3060 to DT Schema Message-ID: <20260328-hidden-secret-oriole-4dddb0@quoll> References: <20260327121919.603768-1-padmashreess2006@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260327121919.603768-1-padmashreess2006@gmail.com> On Fri, Mar 27, 2026 at 05:49:18PM +0530, Padmashree S S wrote: > Convert pcm3060 to DT Schema > > Signed-off-by: Padmashree S S > --- > .../devicetree/bindings/sound/pcm3060.txt | 23 ---------- > .../devicetree/bindings/sound/pcm3060.yaml | 42 +++++++++++++++++++ You sent it already after I asked you to slow down and implement previous feedback, so this has the same issues. Please run scripts/checkpatch.pl on the patches and fix reported warnings. After that, run also 'scripts/checkpatch.pl --strict' on the patches and (probably) fix more warnings. Some warnings can be ignored, especially from --strict run, but the code here looks like it needs a fix. Feel free to get in touch if the warning is not clear. Please use subject prefixes matching the subsystem. You can get them for example with 'git log --oneline -- DIRECTORY_OR_FILE' on the directory your patch is touching. For bindings, the preferred subjects are explained here: https://www.kernel.org/doc/html/latest/devicetree/bindings/submitting-patches.html#i-for-patch-submitters > 2 files changed, 42 insertions(+), 23 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/sound/pcm3060.txt > create mode 100644 Documentation/devicetree/bindings/sound/pcm3060.yaml Filename must match compatible. ... > + > + reg: > + maxItems: 1 > + > + ti,out-single-ended: > + type: boolean > + description: | Drop | > + If present, the output is single-ended. > + If absent, the output is differential. > + > +required: > + - compatible > + - reg > + > +additionalProperties: false > + > +examples: > + - | > + i2c { > + #address-cells = <1>; > + #size-cells = <0>; > + > + pcm3060: audio-codec@46 { Drop unused label. Best regards, Krzysztof