From: Heiko Stuebner <heiko@sntech•de>
To: Vinod Koul <vkoul@kernel•org>,
Kishon Vijay Abraham I <kishon@kernel•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>,
Justin Chen <justin.chen@broadcom•com>,
Al Cooper <alcooperx@gmail•com>,
Broadcom internal kernel review list
<bcm-kernel-feedback-list@broadcom•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>,
Ioana Ciornei <ioana.ciornei@nxp•com>,
Yu Chen <chenyu56@huawei•com>,
Binghui Wang <wangbinghui@hisilicon•com>,
Mauro Carvalho Chehab <mchehab@kernel•org>,
Lubomir Rintel <lkundrak@v3•sk>,
Miquel Raynal <miquel.raynal@bootlin•com>,
Chun-Kuang Hu <chunkuang.hu@kernel•org>,
Philipp Zabel <p.zabel@pengutronix•de>,
Chunfeng Yun <chunfeng.yun@mediatek•com>,
Matthias Brugger <matthias.bgg@gmail•com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora•com>,
Wolfgang Grandegger <wg@grandegger•com>,
Marc Kleine-Budde <mkl@pengutronix•de>,
Alban Bedel <albeu@free•fr>, Andy Gross <agross@kernel•org>,
Bjorn Andersson <andersson@kernel•org>,
Konrad Dybcio <konrad.dybcio@linaro•org>,
Robert Marko <robert.marko@sartura•hr>,
Luka Perkov <luka.perkov@sartura•hr>,
Sergio Paracuellos <sergio.paracuellos@gmail•com>,
Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas•com>,
Krzysztof Kozlowski <krzysztof.kozlowski@linaro•org>,
Alim Akhtar <alim.akhtar@samsung•com>,
Sylwester Nawrocki <s.nawrocki@samsung•com>,
Kunihiko Hayashi <hayashi.kunihiko@socionext•com>,
Masami Hiramatsu <mhiramat@kernel•org>,
Maxime Coquelin <mcoquelin.stm32@gmail•com>,
Alexandre Torgue <alexandre.torgue@foss•st.com>,
Vincent Shih <vincent.sunplus@gmail•com>,
Thierry Reding <thierry.reding@gmail•com>,
Jonathan Hunter <jonathanh@nvidia•com>, JC Kuo <jckuo@nvidia•com>,
Rob Herring <robh@kernel•org>
Cc: devicetree@vger•kernel.org, linux-phy@lists•infradead.org,
linux-arm-kernel@lists•infradead.org,
linux-sunxi@lists•linux.dev, linux-kernel@vger•kernel.org,
linux-amlogic@lists•infradead.org, netdev@vger•kernel.org,
linux-usb@vger•kernel.org, dri-devel@lists•freedesktop.org,
linux-mediatek@lists•infradead.org, linux-can@vger•kernel.org,
linux-arm-msm@vger•kernel.org, linux-renesas-soc@vger•kernel.org,
linux-rockchip@lists•infradead.org,
linux-samsung-soc@vger•kernel.org,
linux-stm32@st-md-mailman•stormreply.com,
linux-tegra@vger•kernel.org
Subject: Re: [PATCH] phy: Explicitly include correct DT includes
Date: Sat, 15 Jul 2023 23:41:56 +0200 [thread overview]
Message-ID: <4021989.Mh6RI2rZIc@phil> (raw)
In-Reply-To: <20230714174841.4061919-1-robh@kernel.org>
Am Freitag, 14. Juli 2023, 19:48:35 CEST schrieb Rob Herring:
> The DT of_device.h and of_platform.h date back to the separate
> of_platform_bus_type before it as merged into the regular platform bus.
> As part of that merge prepping Arm DT support 13 years ago, they
> "temporarily" include each other. They also include platform_device.h
> and of.h. As a result, there's a pretty much random mix of those include
> files used throughout the tree. In order to detangle these headers and
> replace the implicit includes with struct declarations, users need to
> explicitly include the correct includes.
>
> Signed-off-by: Rob Herring <robh@kernel•org>
> ---
> drivers/phy/rockchip/phy-rockchip-dphy-rx0.c | 1 -
> drivers/phy/rockchip/phy-rockchip-inno-dsidphy.c | 2 +-
> drivers/phy/rockchip/phy-rockchip-inno-hdmi.c | 1 -
> drivers/phy/rockchip/phy-rockchip-naneng-combphy.c | 3 ++-
> drivers/phy/rockchip/phy-rockchip-snps-pcie3.c | 3 ++-
Acked-by: Heiko Stuebner <heiko@sntech•de>
next prev parent reply other threads:[~2023-07-15 21:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-14 17:48 [PATCH] phy: Explicitly include correct DT includes Rob Herring
2023-07-15 9:26 ` Sergio Paracuellos
2023-07-15 21:41 ` Heiko Stuebner [this message]
2023-07-16 17:08 ` Marc Kleine-Budde
2023-07-17 6:23 ` Vinod Koul
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=4021989.Mh6RI2rZIc@phil \
--to=heiko@sntech$(echo .)de \
--cc=agross@kernel$(echo .)org \
--cc=albeu@free$(echo .)fr \
--cc=alcooperx@gmail$(echo .)com \
--cc=alexandre.torgue@foss$(echo .)st.com \
--cc=alim.akhtar@samsung$(echo .)com \
--cc=andersson@kernel$(echo .)org \
--cc=angelogioacchino.delregno@collabora$(echo .)com \
--cc=bcm-kernel-feedback-list@broadcom$(echo .)com \
--cc=chenyu56@huawei$(echo .)com \
--cc=chunfeng.yun@mediatek$(echo .)com \
--cc=chunkuang.hu@kernel$(echo .)org \
--cc=devicetree@vger$(echo .)kernel.org \
--cc=dri-devel@lists$(echo .)freedesktop.org \
--cc=festevam@gmail$(echo .)com \
--cc=hayashi.kunihiko@socionext$(echo .)com \
--cc=ioana.ciornei@nxp$(echo .)com \
--cc=jbrunet@baylibre$(echo .)com \
--cc=jckuo@nvidia$(echo .)com \
--cc=jernej.skrabec@gmail$(echo .)com \
--cc=jonathanh@nvidia$(echo .)com \
--cc=justin.chen@broadcom$(echo .)com \
--cc=kernel@pengutronix$(echo .)de \
--cc=khilman@baylibre$(echo .)com \
--cc=kishon@kernel$(echo .)org \
--cc=konrad.dybcio@linaro$(echo .)org \
--cc=krzysztof.kozlowski@linaro$(echo .)org \
--cc=linux-amlogic@lists$(echo .)infradead.org \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-arm-msm@vger$(echo .)kernel.org \
--cc=linux-can@vger$(echo .)kernel.org \
--cc=linux-imx@nxp$(echo .)com \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux-mediatek@lists$(echo .)infradead.org \
--cc=linux-phy@lists$(echo .)infradead.org \
--cc=linux-renesas-soc@vger$(echo .)kernel.org \
--cc=linux-rockchip@lists$(echo .)infradead.org \
--cc=linux-samsung-soc@vger$(echo .)kernel.org \
--cc=linux-stm32@st-md-mailman$(echo .)stormreply.com \
--cc=linux-sunxi@lists$(echo .)linux.dev \
--cc=linux-tegra@vger$(echo .)kernel.org \
--cc=linux-usb@vger$(echo .)kernel.org \
--cc=lkundrak@v3$(echo .)sk \
--cc=luka.perkov@sartura$(echo .)hr \
--cc=martin.blumenstingl@googlemail$(echo .)com \
--cc=matthias.bgg@gmail$(echo .)com \
--cc=mchehab@kernel$(echo .)org \
--cc=mcoquelin.stm32@gmail$(echo .)com \
--cc=mhiramat@kernel$(echo .)org \
--cc=miquel.raynal@bootlin$(echo .)com \
--cc=mkl@pengutronix$(echo .)de \
--cc=neil.armstrong@linaro$(echo .)org \
--cc=netdev@vger$(echo .)kernel.org \
--cc=p.zabel@pengutronix$(echo .)de \
--cc=robert.marko@sartura$(echo .)hr \
--cc=robh@kernel$(echo .)org \
--cc=s.hauer@pengutronix$(echo .)de \
--cc=s.nawrocki@samsung$(echo .)com \
--cc=samuel@sholland$(echo .)org \
--cc=sergio.paracuellos@gmail$(echo .)com \
--cc=shawnguo@kernel$(echo .)org \
--cc=thierry.reding@gmail$(echo .)com \
--cc=vincent.sunplus@gmail$(echo .)com \
--cc=vkoul@kernel$(echo .)org \
--cc=wangbinghui@hisilicon$(echo .)com \
--cc=wens@csie$(echo .)org \
--cc=wg@grandegger$(echo .)com \
--cc=yoshihiro.shimoda.uh@renesas$(echo .)com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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