From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 4AC50223DEA; Thu, 17 Sep 2026 18:00:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789668043; cv=none; b=ulzfGa7vcq0GV8SIk5QlSzwj8zRCvCL9vOAqMUJlUhGDduGC6lUOGTA/5WAfDFBISgw490yYqJAjbDUPHnVcsX6FRUjmMXeynEQBsPTK2qu1TpUzIVdZ3n/VBvHDoZChnHVrW8QZoOrYlebGPMXsew00ogwNhaFKVxAjWOCIME0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789668043; c=relaxed/simple; bh=SwmFplgdvfZk74xWXHbUdLsf9CUwvb66wjy26upL8Ls=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Ui9PmQJxrjmdUnfdOKgH6re0VN6u1Dj8uHgLehxUSa/Lj/ujNNj0OeTobvYWYF7IiixkayQQcSeD3PeKXGxehoLnyoEaZSrZUxyTvMlb1GQCzXt/0atWPziPF/zxkSc148OG9KqYTQm6L2cHelyErFGqcixwibpRoSjuhaeHaNU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=LVkG09Hq; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="LVkG09Hq" Received: by smtp.kernel.org (Postfix) with ESMTPSA id ACBF31F00893; Thu, 17 Sep 2026 18:00:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1789668042; bh=bDkA9Is1Jx1AOE6Tvx2VWAovPxbpbhANimFsfanmC0s=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=LVkG09HqfsKZmJFS9qmt6OvQIdIMnn38+xzlPNcI19TxAJDAVqDvcv13mx5RhiTJF BLFpnR+BysQpygTq/jJME04w/nYC6JbWWyngMv/UqyKfFg/XRgx7vghrbUABrl1xVa gzPWxiGrTTasJL7YDq+byQVo+FUUD/WjlOUBbOLR/Xd71lWSaRrldlsJicJcKWYeHS hiIJQAirnKUCBG3M/4JbVZfqSp+8BFzJVS57Tp/RKVgvNfoJF+cer2fMfEtKfCDQB9 69UFkPdaOAPFuQu79OdO6zaHZJVHecxL8QaqbdLDMo5FenvMFzH+F34vu3f36Eukda OZliUmPKbP87Q== Date: Thu, 17 Sep 2026 23:30:37 +0530 From: Vinod Koul To: Daniel Matyas Cc: Lee Jones , =?iso-8859-1?Q?Andr=E9?= Draszik , Ulf Hansson , Liang Yang , Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Neil Armstrong , Kevin Hilman , Jerome Brunet , Martin Blumenstingl , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Bjorn Helgaas , Lorenzo Pieralisi , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Manivannan Sadhasivam , Ray Jui , Scott Branden , Broadcom internal kernel review list , Will Deacon , Mark Rutland , Thierry Reding , Jonathan Hunter , Liam Girdwood , Mark Brown , Jose Abreu , Ray Jui , Scott Branden , Atish Patra , Shawn Guo , Dmitry Osipenko , Thierry Reding , Ibrahim Tilki , Okan Sahin , devicetree@vger.kernel.org, Paul Walmsley , Palmer Dabbelt , Conor Dooley , linux-rtc@vger.kernel.org, Ricard Wanderlof , patches@opensource.cirrus.com, Lukas Wunner , Chunfeng Yun , Eugen Hristev , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-hwmon@vger.kernel.org, linux-iio@vger.kernel.org, linux@analog.com, linux-input@vger.kernel.org, chrome-platform@lists.linux.dev, linux-riscv@lists.infradead.org Subject: Re: [PATCH] dt-bindings: Expand flow lists to block lists Message-ID: References: <20260917144028.459053-1-matyasdaniel006@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260917144028.459053-1-matyasdaniel006@gmail.com> On 17-09-26, 17:40, Daniel Matyas wrote: > Running dt_bindings_check returned: > [error] string value is redundantly quoted with any quotes (quoted-strings) > > The files used quotation marks in flow lists because the strings had > commas and these commas were interpreted as separators. Convert flow > style lists to block style lists, so that there is no problems with the > commas. Acked-by: Vinod Koul -- ~Vinod