[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230728091024.GE8175@google.com>
Date: Fri, 28 Jul 2023 10:10:24 +0100
From: Lee Jones <lee@...nel.org>
To: Rob Herring <robh@...nel.org>
Cc: Linus Walleij <linus.walleij@...aro.org>,
Thor Thayer <thor.thayer@...ux.intel.com>,
Manivannan Sadhasivam <mani@...nel.org>,
Cristian Ciocaltea <cristian.ciocaltea@...il.com>,
Benson Leung <bleung@...omium.org>,
Guenter Roeck <groeck@...omium.org>,
Support Opensource <support.opensource@...semi.com>,
Charles Keepax <ckeepax@...nsource.cirrus.com>,
Richard Fitzgerald <rf@...nsource.cirrus.com>,
Chanwoo Choi <cw00.choi@...sung.com>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@...labora.com>,
Tony Lindgren <tony@...mide.com>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Matti Vaittinen <mazziesaccount@...il.com>,
Orson Zhai <orsonzhai@...il.com>,
Baolin Wang <baolin.wang@...ux.alibaba.com>,
Chunyan Zhang <zhang.lyra@...il.com>,
Fabrice Gasnier <fabrice.gasnier@...s.st.com>,
Maxime Coquelin <mcoquelin.stm32@...il.com>,
Alexandre Torgue <alexandre.torgue@...s.st.com>,
Chen-Yu Tsai <wens@...e.org>,
Jernej Skrabec <jernej.skrabec@...il.com>,
Samuel Holland <samuel@...lland.org>,
Miquel Raynal <miquel.raynal@...tlin.com>,
Richard Weinberger <richard@....at>,
Vignesh Raghavendra <vigneshr@...com>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org, patches@...nsource.cirrus.com,
linux-actions@...ts.infradead.org, chrome-platform@...ts.linux.dev,
alsa-devel@...a-project.org, linux-mediatek@...ts.infradead.org,
linux-omap@...r.kernel.org, linux-arm-msm@...r.kernel.org,
linux-samsung-soc@...r.kernel.org,
linux-stm32@...md-mailman.stormreply.com,
linux-sunxi@...ts.linux.dev, linux-mtd@...ts.infradead.org
Subject: Re: [PATCH] mfd: Explicitly include correct DT includes
On Fri, 14 Jul 2023, Rob Herring wrote:
> 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@...nel.org>
> ---
> drivers/mfd/ab8500-core.c | 1 -
> drivers/mfd/acer-ec-a500.c | 2 +-
> drivers/mfd/act8945a.c | 2 +-
> drivers/mfd/altera-sysmgr.c | 3 +--
> drivers/mfd/arizona-core.c | 1 -
> drivers/mfd/atc260x-core.c | 1 -
> drivers/mfd/bcm590xx.c | 1 -
> drivers/mfd/cros_ec_dev.c | 2 +-
> drivers/mfd/da9052-i2c.c | 5 +----
> drivers/mfd/da9055-i2c.c | 1 -
> drivers/mfd/da9062-core.c | 2 +-
> drivers/mfd/hi655x-pmic.c | 4 ++--
> drivers/mfd/iqs62x.c | 2 +-
> drivers/mfd/lp873x.c | 2 +-
> drivers/mfd/madera-i2c.c | 1 -
> drivers/mfd/madera-spi.c | 1 -
> drivers/mfd/max77620.c | 1 -
> drivers/mfd/max77686.c | 1 -
> drivers/mfd/max77843.c | 2 +-
> drivers/mfd/max8907.c | 1 -
> drivers/mfd/max8925-core.c | 1 -
> drivers/mfd/max8997.c | 1 -
> drivers/mfd/max8998.c | 1 -
> drivers/mfd/mt6358-irq.c | 5 ++---
> drivers/mfd/mt6397-core.c | 5 +++--
> drivers/mfd/mt6397-irq.c | 5 ++---
> drivers/mfd/palmas.c | 3 ++-
> drivers/mfd/qcom-pm8008.c | 2 +-
> drivers/mfd/rave-sp.c | 2 +-
> drivers/mfd/rk8xx-core.c | 2 +-
> drivers/mfd/rohm-bd71828.c | 2 +-
> drivers/mfd/rohm-bd718x7.c | 2 +-
> drivers/mfd/rohm-bd9576.c | 2 +-
> drivers/mfd/rt5033.c | 2 +-
> drivers/mfd/rz-mtu3.c | 4 +++-
> drivers/mfd/sec-core.c | 2 --
> drivers/mfd/sprd-sc27xx-spi.c | 2 +-
> drivers/mfd/ssbi.c | 6 +++---
> drivers/mfd/stm32-lptimer.c | 1 +
> drivers/mfd/stm32-timers.c | 1 +
> drivers/mfd/sun4i-gpadc.c | 4 ++--
> drivers/mfd/ti-lmu.c | 1 -
> drivers/mfd/ti_am335x_tscadc.c | 2 +-
> drivers/mfd/tps6507x.c | 1 -
> drivers/mfd/tps65090.c | 1 -
> drivers/mfd/tps65217.c | 1 -
> drivers/mfd/tps65218.c | 1 -
> drivers/mfd/tps6594-core.c | 2 +-
> drivers/mfd/twl6040.c | 2 --
> drivers/mfd/wm831x-core.c | 3 +--
> drivers/mtd/chips/cfi_cmdset_0002.c | 3 +--
> 51 files changed, 42 insertions(+), 66 deletions(-)
Applied, thanks
--
Lee Jones [李琼斯]
Powered by blists - more mailing lists