From: Conor Dooley <conor@kernel.org>
To: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Cc: "Bjorn Andersson" <andersson@kernel.org>,
"Konrad Dybcio" <konradybcio@kernel.org>,
"Rob Herring" <robh@kernel.org>,
"Krzysztof Kozlowski" <krzk+dt@kernel.org>,
"Conor Dooley" <conor+dt@kernel.org>,
"Peter Griffin" <peter.griffin@linaro.org>,
"Alim Akhtar" <alim.akhtar@samsung.com>,
"Michael Turquette" <mturquette@baylibre.com>,
"Stephen Boyd" <sboyd@kernel.org>,
"Brian Masney" <bmasney@redhat.com>,
"Sylwester Nawrocki" <s.nawrocki@samsung.com>,
"Chanwoo Choi" <cw00.choi@samsung.com>,
"Sam Protsenko" <semen.protsenko@linaro.org>,
"Rob Clark" <robin.clark@oss.qualcomm.com>,
"Dmitry Baryshkov" <lumag@kernel.org>,
"Abhinav Kumar" <abhinav.kumar@linux.dev>,
"Jessica Zhang" <jesszhan0024@gmail.com>,
"Sean Paul" <sean@poorly.run>,
"Marijn Suijten" <marijn.suijten@somainline.org>,
"David Airlie" <airlied@gmail.com>,
"Simona Vetter" <simona@ffwll.ch>,
"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
"Maxime Ripard" <mripard@kernel.org>,
"Thomas Zimmermann" <tzimmermann@suse.de>,
"Inki Dae" <inki.dae@samsung.com>,
"Seung-Woo Kim" <sw0312.kim@samsung.com>,
"Kyungmin Park" <kyungmin.park@samsung.com>,
"Andi Shyti" <andi.shyti@kernel.org>,
"Georgi Djakov" <djakov@kernel.org>, "Lee Jones" <lee@kernel.org>,
"Pavel Machek" <pavel@kernel.org>,
"Hans Verkuil" <hverkuil@kernel.org>,
"Mauro Carvalho Chehab" <mchehab@kernel.org>,
"Ulf Hansson" <ulfh@kernel.org>,
"Peter Rosin" <peda@lysator.liu.se>,
"Vinod Koul" <vkoul@kernel.org>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Linus Walleij" <linusw@kernel.org>,
"Geert Uytterhoeven" <geert+renesas@glider.be>,
"Magnus Damm" <magnus.damm@gmail.com>,
"Sebastian Reichel" <sre@kernel.org>,
"Javier Martinez Canillas" <javier@dowhile0.org>,
"Liam Girdwood" <lgirdwood@gmail.com>,
"Mark Brown" <broonie@kernel.org>,
"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
"Jiri Slaby" <jirislaby@kernel.org>,
"Srinivas Kandagatla" <srini@kernel.org>,
"Bartlomiej Zolnierkiewicz" <bzolnier@gmail.com>,
"Rafael J. Wysocki" <rafael@kernel.org>,
"Daniel Lezcano" <daniel.lezcano@kernel.org>,
"Zhang Rui" <rui.zhang@intel.com>,
"Lukasz Luba" <lukasz.luba@arm.com>,
"Jonathan Marek" <jonathan@marek.ca>,
"Taniya Das" <quic_tdas@quicinc.com>,
"Robert Marko" <robimarko@gmail.com>,
"Christian Marangi" <ansuelsmth@gmail.com>,
"Stephan Gerhold" <stephan@gerhold.net>,
"Adam Skladowski" <a_skl39@protonmail.com>,
"Sireesh Kodali" <sireeshkodali@protonmail.com>,
"Barnabas Czeman" <barnabas.czeman@mainlining.org>,
"Imran Shaik" <quic_imrashai@quicinc.com>,
"Sricharan Ramabadhran" <quic_srichara@quicinc.com>,
"Anusha Rao" <quic_anusha@quicinc.com>,
"Luo Jie" <quic_luoj@quicinc.com>,
"Tomasz Figa" <tomasz.figa@gmail.com>,
"Chanho Park" <chanho61.park@samsung.com>,
"Sunyeal Hong" <sunyeal.hong@samsung.com>,
"Shin Son" <shin.son@samsung.com>,
"Krishna Manikandan" <quic_mkrishn@quicinc.com>,
"Jacek Anaszewski" <jacek.anaszewski@gmail.com>,
"Jaehoon Chung" <jh80.chung@samsung.com>,
"Marek Szyprowski" <m.szyprowski@samsung.com>,
"Alina Yu" <alina_yu@richtek.com>,
"Andy Gross" <agross@kernel.org>,
"Niklas Söderlund" <niklas.soderlund@ragnatech.se>,
"Wesley Cheng" <quic_wcheng@quicinc.com>,
linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org,
dri-devel@lists.freedesktop.org, freedreno@lists.freedesktop.org,
linux-i2c@vger.kernel.org, linux-pm@vger.kernel.org,
linux-leds@vger.kernel.org, linux-media@vger.kernel.org,
linux-mmc@vger.kernel.org, linux-phy@lists.infradead.org,
linux-gpio@vger.kernel.org, linux-renesas-soc@vger.kernel.org,
linux-serial@vger.kernel.org, linux-sound@vger.kernel.org,
linux-usb@vger.kernel.org
Subject: Re: [PATCH 1/2] dt-bindings: clock: Drop incorrect usage of double '::'
Date: Mon, 22 Jun 2026 17:50:21 +0100 [thread overview]
Message-ID: <20260622-awkward-superman-77c1820980fd@spud> (raw)
In-Reply-To: <20260622101606.485961-3-krzysztof.kozlowski@oss.qualcomm.com>
[-- Attachment #1.1: Type: text/plain, Size: 583 bytes --]
On Mon, Jun 22, 2026 at 12:16:07PM +0200, Krzysztof Kozlowski wrote:
> There is no use of double colon '::' in YAML. OTOH, the literal style
> block, e.g. using '|' treats all characters as content [1] therefore
> single use of ':' in descriptions is perfectly fine, whenever '|' is
> used.
>
> Cleanup existing code, so the confusing style won't be re-used in new
> contributions.
>
> Link: https://yaml.org/spec/1.2.2/#literal-style [1]
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]
[-- Attachment #2: Type: text/plain, Size: 112 bytes --]
--
linux-phy mailing list
linux-phy@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/linux-phy
prev parent reply other threads:[~2026-06-22 16:50 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-06-22 10:16 [PATCH 1/2] dt-bindings: clock: Drop incorrect usage of double '::' Krzysztof Kozlowski
2026-06-22 10:16 ` [PATCH 2/2] dt-bindings: " Krzysztof Kozlowski
2026-06-22 10:19 ` sashiko-bot
2026-06-22 13:23 ` Krzysztof Kozlowski
2026-06-22 16:53 ` Conor Dooley
2026-06-22 10:32 ` Geert Uytterhoeven
2026-06-22 10:48 ` Mark Brown
2026-06-22 11:08 ` Niklas Söderlund
2026-06-22 16:50 ` Conor Dooley [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260622-awkward-superman-77c1820980fd@spud \
--to=conor@kernel.org \
--cc=a_skl39@protonmail.com \
--cc=abhinav.kumar@linux.dev \
--cc=agross@kernel.org \
--cc=airlied@gmail.com \
--cc=alim.akhtar@samsung.com \
--cc=alina_yu@richtek.com \
--cc=andersson@kernel.org \
--cc=andi.shyti@kernel.org \
--cc=ansuelsmth@gmail.com \
--cc=barnabas.czeman@mainlining.org \
--cc=bmasney@redhat.com \
--cc=broonie@kernel.org \
--cc=bzolnier@gmail.com \
--cc=chanho61.park@samsung.com \
--cc=conor+dt@kernel.org \
--cc=cw00.choi@samsung.com \
--cc=daniel.lezcano@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=djakov@kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=freedreno@lists.freedesktop.org \
--cc=geert+renesas@glider.be \
--cc=gregkh@linuxfoundation.org \
--cc=hverkuil@kernel.org \
--cc=inki.dae@samsung.com \
--cc=jacek.anaszewski@gmail.com \
--cc=javier@dowhile0.org \
--cc=jesszhan0024@gmail.com \
--cc=jh80.chung@samsung.com \
--cc=jirislaby@kernel.org \
--cc=jonathan@marek.ca \
--cc=konradybcio@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=krzysztof.kozlowski@oss.qualcomm.com \
--cc=kyungmin.park@samsung.com \
--cc=lee@kernel.org \
--cc=lgirdwood@gmail.com \
--cc=linusw@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-phy@lists.infradead.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-sound@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=lukasz.luba@arm.com \
--cc=lumag@kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=maarten.lankhorst@linux.intel.com \
--cc=magnus.damm@gmail.com \
--cc=marijn.suijten@somainline.org \
--cc=mchehab@kernel.org \
--cc=mripard@kernel.org \
--cc=mturquette@baylibre.com \
--cc=neil.armstrong@linaro.org \
--cc=niklas.soderlund@ragnatech.se \
--cc=pavel@kernel.org \
--cc=peda@lysator.liu.se \
--cc=peter.griffin@linaro.org \
--cc=quic_anusha@quicinc.com \
--cc=quic_imrashai@quicinc.com \
--cc=quic_luoj@quicinc.com \
--cc=quic_mkrishn@quicinc.com \
--cc=quic_srichara@quicinc.com \
--cc=quic_tdas@quicinc.com \
--cc=quic_wcheng@quicinc.com \
--cc=rafael@kernel.org \
--cc=robh@kernel.org \
--cc=robimarko@gmail.com \
--cc=robin.clark@oss.qualcomm.com \
--cc=rui.zhang@intel.com \
--cc=s.nawrocki@samsung.com \
--cc=sboyd@kernel.org \
--cc=sean@poorly.run \
--cc=semen.protsenko@linaro.org \
--cc=shin.son@samsung.com \
--cc=simona@ffwll.ch \
--cc=sireeshkodali@protonmail.com \
--cc=sre@kernel.org \
--cc=srini@kernel.org \
--cc=stephan@gerhold.net \
--cc=sunyeal.hong@samsung.com \
--cc=sw0312.kim@samsung.com \
--cc=tomasz.figa@gmail.com \
--cc=tzimmermann@suse.de \
--cc=ulfh@kernel.org \
--cc=vkoul@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox