public inbox for linux-sunxi@lists.linux.dev
 help / color / mirror / Atom feed
From: Stephen Boyd <sboyd@kernel.org>
To: "Abel Vesa" <abelvesa@kernel.org>,
	"Alex Helms" <alexander.helms.jy@renesas.com>,
	"Alim Akhtar" <alim.akhtar@samsung.com>,
	"Andreas Färber" <afaerber@suse.de>,
	"Andrew Jeffery" <andrew@aj.id.au>,
	"Andrew Lunn" <andrew@lunn.ch>, "Andy Gross" <agross@kernel.org>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>,
	"Baolin Wang" <baolin.wang@linux.alibaba.com>,
	"Bjorn Andersson" <andersson@kernel.org>,
	"Broadcom internal kernel review list"
	<bcm-kernel-feedback-list@broadcom.com>,
	"Chanwoo Choi" <cw00.choi@samsung.com>,
	"Chen-Yu Tsai" <wens@csie.org>,
	"Chunyan Zhang" <zhang.lyra@gmail.com>,
	"Cristian Marussi" <cristian.marussi@arm.com>,
	"Dinh Nguyen" <dinguyen@kernel.org>,
	"Emil Renner Berthing" <kernel@esmil.dk>,
	"Emilio López" <emilio@elopez.com.ar>,
	"Eugeniy Paltsev" <Eugeniy.Paltsev@synopsys.com>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Florian Fainelli" <florian.fainelli@broadcom.com>,
	"Geert Uytterhoeven" <geert+renesas@glider.be>,
	"Gregory Clement" <gregory.clement@boo>
Cc: devicetree@vger.kernel.org, linux-clk@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-actions@lists.infradead.org, linux-kernel@vger.kernel.org,
	linux-rpi-kernel@lists.infradead.org,
	linux-aspeed@lists.ozlabs.org, linux-oxnas@groups.io,
	linux-mediatek@lists.infradead.org,
	linux-amlogic@lists.infradead.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-riscv@lists.infradead.org, linux-sunxi@lists.linux.dev,
	linux-tegra@vger.kernel.org
Subject: Re: [PATCH v2] clk: Explicitly include correct DT includes
Date: Wed, 19 Jul 2023 13:59:53 -0700	[thread overview]
Message-ID: <2198bbf6e40906ee76b734d0f6afa08f.sboyd@kernel.org> (raw)
In-Reply-To: <20230718143156.1066339-1-robh@kernel.org>

Quoting Rob Herring (2023-07-18 07:31:43)
> 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.
> 
> Acked-by: Dinh Nguyen <dinguyen@kernel.org>
> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> # samsung
> Acked-by: Heiko Stuebner <heiko@sntech.de> #rockchip
> Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> Reviewed-by: Luca Ceresoli <luca.ceresoli@bootlin.com> # versaclock5
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---

Applied to clk-next

      parent reply	other threads:[~2023-07-19 20:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-18 14:31 [PATCH v2] clk: Explicitly include correct DT includes Rob Herring
2023-07-19  8:36 ` Abel Vesa
2023-07-19 20:59 ` Stephen Boyd [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=2198bbf6e40906ee76b734d0f6afa08f.sboyd@kernel.org \
    --to=sboyd@kernel.org \
    --cc=Eugeniy.Paltsev@synopsys.com \
    --cc=abelvesa@kernel.org \
    --cc=afaerber@suse.de \
    --cc=agross@kernel.org \
    --cc=alexander.helms.jy@renesas.com \
    --cc=alim.akhtar@samsung.com \
    --cc=andersson@kernel.org \
    --cc=andrew@aj.id.au \
    --cc=andrew@lunn.ch \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=baolin.wang@linux.alibaba.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=cristian.marussi@arm.com \
    --cc=cw00.choi@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dinguyen@kernel.org \
    --cc=emilio@elopez.com.ar \
    --cc=festevam@gmail.com \
    --cc=florian.fainelli@broadcom.com \
    --cc=geert+renesas@glider.be \
    --cc=gregory.clement@boo \
    --cc=kernel@esmil.dk \
    --cc=linux-actions@lists.infradead.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-clk@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux-oxnas@groups.io \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=linux-riscv@lists.infradead.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-rpi-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-sunxi@lists.linux.dev \
    --cc=linux-tegra@vger.kernel.org \
    --cc=wens@csie.org \
    --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