From: Heiko Stuebner <heiko@sntech.de>
To: "Mark Brown" <broonie@kernel.org>,
"Rob Herring" <robh+dt@kernel.org>,
"Krzysztof Kozlowski" <krzysztof.kozlowski+dt@linaro.org>,
"Chen-Yu Tsai" <wens@csie.org>,
"Jernej Skrabec" <jernej.skrabec@gmail.com>,
"Samuel Holland" <samuel@sholland.org>,
"Neil Armstrong" <neil.armstrong@linaro.org>,
"Kevin Hilman" <khilman@baylibre.com>,
"Jerome Brunet" <jbrunet@baylibre.com>,
"Martin Blumenstingl" <martin.blumenstingl@googlemail.com>,
"Chin-Ting Kuo" <chin-ting_kuo@aspeedtech.com>,
"Cédric Le Goater" <clg@kaod.org>,
"Joel Stanley" <joel@jms.id.au>,
"Andrew Jeffery" <andrew@aj.id.au>,
"Kamal Dasu" <kdasu.kdev@gmail.com>,
"Broadcom internal kernel review list"
<bcm-kernel-feedback-list@broadcom.com>,
"Han Xu" <han.xu@nxp.com>, "Shawn Guo" <shawnguo@kernel.org>,
"Sascha Hauer" <s.hauer@pengutronix.de>,
"Pengutronix Kernel Team" <kernel@pengutronix.de>,
"Fabio Estevam" <festevam@gmail.com>,
"NXP Linux Team" <linux-imx@nxp.com>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Jonathan Hunter" <jonathanh@nvidia.com>,
"Andy Gross" <agross@kernel.org>,
"Bjorn Andersson" <andersson@kernel.org>,
"Konrad Dybcio" <konrad.dybcio@linaro.org>,
"Serge Semin" <fancer.lancer@gmail.com>,
"Haibo Chen" <haibo.chen@nxp.com>,
"Yogesh Gaur" <yogeshgaur.83@gmail.com>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Palmer Dabbelt" <palmer@dabbelt.com>,
"Paul Walmsley" <paul.walmsley@sifive.com>,
"Li-hao Kuo" <lhjeff911@gmail.com>,
"Michal Simek" <michal.simek@xilinx.com>,
"Orson Zhai" <orsonzhai@gmail.com>,
"Baolin Wang" <baolin.wang@linux.alibaba.com>,
"Chunyan Zhang" <zhang.lyra@gmail.com>,
"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
"Maxime Ripard" <mripard@kernel.org>, �ecki <rafal@milecki.pl>,
"Vaishnav Achath" <vaishnav.a@ti.com>,
"Parshuram Thombare" <pthombar@cadence.com>,
"Leilk Liu" <leilk.liu@mediatek.com>,
"Gabor Juhos" <juhosg@openwrt.org>,
"Bert Vermeulen" <bert@biot.com>,
"Miquel Raynal" <miquel.raynal@bootlin.com>,
"Marek Vasut" <marex@denx.de>,
"Birger Koblitz" <mail@birger-koblitz.de>,
"Geert Uytterhoeven" <geert+renesas@glider.be>,
"Anson Huang" <Anson.Huang@nxp.com>,
"Chris Packham" <chris.packham@alliedtelesis.co.nz>,
"Kuldeep Singh" <singh.kuldeep87k@gmail.com>,
"Pragnesh Patel" <pragnesh.patel@sifive.com>,
"Christophe Kerello" <christophe.kerello@foss.st.com>,
"Patrice Chotard" <patrice.chotard@foss.st.com>,
"Erwan Leray" <erwan.leray@foss.st.com>,
"Fabrice Gasnier" <fabrice.gasnier@foss.st.com>,
linux-spi@vger.kernel.org, devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org,
linux-amlogic@lists.infradead.org, linux-aspeed@lists.ozlabs.org,
openbmc@lists.ozlabs.org, linux-mediatek@lists.infradead.org,
linux-tegra@vger.kernel.org, linux-arm-msm@vger.kernel.org,
linux-rockchip@lists.infradead.org,
linux-riscv@lists.infradead.org,
linux-stm32@st-md-mailman.stormreply.com,
"Krzysztof Kozlowski" <krzysztof.kozlowski@linaro.org>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Subject: Re: [PATCH 1/2] spi: dt-bindings: drop unneeded quotes
Date: Thu, 19 Jan 2023 13:27:26 +0100 [thread overview]
Message-ID: <4772603.GXAFRqVoOG@phil> (raw)
In-Reply-To: <20230118173932.358153-1-krzysztof.kozlowski@linaro.org>
Am Mittwoch, 18. Januar 2023, 18:39:31 CET schrieb Krzysztof Kozlowski:
> Cleanup by removing unneeded quotes from refs and redundant blank lines.
> No functional impact except adjusting to preferred coding style.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
[...]
> diff --git a/Documentation/devicetree/bindings/spi/spi-rockchip.yaml b/Documentation/devicetree/bindings/spi/spi-rockchip.yaml
> index 66e49947b703..e4941e9212d1 100644
> --- a/Documentation/devicetree/bindings/spi/spi-rockchip.yaml
> +++ b/Documentation/devicetree/bindings/spi/spi-rockchip.yaml
> @@ -11,7 +11,7 @@ description:
> as flash and display controllers using the SPI communication interface.
>
> allOf:
> - - $ref: "spi-controller.yaml#"
> + - $ref: spi-controller.yaml#
>
> maintainers:
> - Heiko Stuebner <heiko@sntech.de>
For Rockchip:
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
next prev parent reply other threads:[~2023-01-19 12:32 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-18 17:39 [PATCH 1/2] spi: dt-bindings: drop unneeded quotes Krzysztof Kozlowski
2023-01-18 17:39 ` [PATCH 2/2] spi: dt-bindings: cleanup examples - indentation, lowercase hex Krzysztof Kozlowski
2023-01-18 19:04 ` Geert Uytterhoeven
2023-01-19 4:44 ` Andrew Jeffery
2023-01-19 7:21 ` Neil Armstrong
2023-01-23 20:17 ` Rob Herring
2023-01-24 8:17 ` Krzysztof Kozlowski
2023-01-19 4:53 ` [PATCH 1/2] spi: dt-bindings: drop unneeded quotes Andrew Jeffery
2023-01-19 7:20 ` Neil Armstrong
2023-01-19 7:41 ` Patrice CHOTARD
2023-01-19 12:27 ` Heiko Stuebner [this message]
2023-01-19 16:24 ` Serge Semin
2023-01-23 20:15 ` Rob Herring
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=4772603.GXAFRqVoOG@phil \
--to=heiko@sntech.de \
--cc=Anson.Huang@nxp.com \
--cc=agross@kernel.org \
--cc=alexandre.torgue@foss.st.com \
--cc=andersson@kernel.org \
--cc=andrew@aj.id.au \
--cc=baolin.wang@linux.alibaba.com \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=bert@biot.com \
--cc=broonie@kernel.org \
--cc=chin-ting_kuo@aspeedtech.com \
--cc=chris.packham@alliedtelesis.co.nz \
--cc=christophe.kerello@foss.st.com \
--cc=clg@kaod.org \
--cc=devicetree@vger.kernel.org \
--cc=erwan.leray@foss.st.com \
--cc=fabrice.gasnier@foss.st.com \
--cc=fancer.lancer@gmail.com \
--cc=festevam@gmail.com \
--cc=geert+renesas@glider.be \
--cc=haibo.chen@nxp.com \
--cc=han.xu@nxp.com \
--cc=jbrunet@baylibre.com \
--cc=jernej.skrabec@gmail.com \
--cc=joel@jms.id.au \
--cc=jonathanh@nvidia.com \
--cc=juhosg@openwrt.org \
--cc=kdasu.kdev@gmail.com \
--cc=kernel@pengutronix.de \
--cc=khilman@baylibre.com \
--cc=konrad.dybcio@linaro.org \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=krzysztof.kozlowski@linaro.org \
--cc=leilk.liu@mediatek.com \
--cc=lhjeff911@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-amlogic@lists.infradead.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-arm-msm@vger.kernel.org \
--cc=linux-aspeed@lists.ozlabs.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-riscv@lists.infradead.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=linux-spi@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-sunxi@lists.linux.dev \
--cc=linux-tegra@vger.kernel.org \
--cc=mail@birger-koblitz.de \
--cc=marex@denx.de \
--cc=martin.blumenstingl@googlemail.com \
--cc=matthias.bgg@gmail.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=michal.simek@xilinx.com \
--cc=miquel.raynal@bootlin.com \
--cc=mripard@kernel.org \
--cc=neil.armstrong@linaro.org \
--cc=openbmc@lists.ozlabs.org \
--cc=orsonzhai@gmail.com \
--cc=palmer@dabbelt.com \
--cc=patrice.chotard@foss.st.com \
--cc=paul.walmsley@sifive.com \
--cc=pragnesh.patel@sifive.com \
--cc=pthombar@cadence.com \
--cc=rafal@milecki.pl \
--cc=robh+dt@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=samuel@sholland.org \
--cc=shawnguo@kernel.org \
--cc=singh.kuldeep87k@gmail.com \
--cc=thierry.reding@gmail.com \
--cc=vaishnav.a@ti.com \
--cc=wens@csie.org \
--cc=yogeshgaur.83@gmail.com \
--cc=zhang.lyra@gmail.com \
/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;
as well as URLs for NNTP newsgroup(s).