[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <TYWPR01MB9420C0C22F51CA8DAF482B81923BA@TYWPR01MB9420.jpnprd01.prod.outlook.com>
Date: Mon, 17 Jul 2023 22:39:05 +0000
From: <nobuhiro1.iwamatsu@...hiba.co.jp>
To: <robh@...nel.org>, <thierry.reding@...il.com>,
<u.kleine-koenig@...gutronix.de>, <marcan@...can.st>,
<sven@...npeter.dev>, <alyssa@...enzweig.io>,
<nicolas.ferre@...rochip.com>, <alexandre.belloni@...tlin.com>,
<claudiu.beznea@...rochip.com>, <bleung@...omium.org>,
<groeck@...omium.org>, <shawnguo@...nel.org>,
<s.hauer@...gutronix.de>, <kernel@...gutronix.de>,
<festevam@...il.com>, <linux-imx@....com>, <paul@...pouillou.net>,
<vz@...ia.com>, <neil.armstrong@...aro.org>,
<khilman@...libre.com>, <jbrunet@...libre.com>,
<martin.blumenstingl@...glemail.com>, <conor.dooley@...rochip.com>,
<daire.mcnamara@...rochip.com>, <matthias.bgg@...il.com>,
<angelogioacchino.delregno@...labora.com>, <palmer@...belt.com>,
<paul.walmsley@...ive.com>, <michael@...le.cc>,
<orsonzhai@...il.com>, <baolin.wang@...ux.alibaba.com>,
<zhang.lyra@...il.com>, <wens@...e.org>,
<jernej.skrabec@...il.com>, <samuel@...lland.org>,
<hammerh0314@...il.com>, <jonathanh@...dia.com>
CC: <devicetree@...r.kernel.org>, <linux-pwm@...r.kernel.org>,
<linux-kernel@...r.kernel.org>, <asahi@...ts.linux.dev>,
<linux-arm-kernel@...ts.infradead.org>,
<chrome-platform@...ts.linux.dev>, <linux-mips@...r.kernel.org>,
<linux-amlogic@...ts.infradead.org>,
<linux-riscv@...ts.infradead.org>,
<linux-mediatek@...ts.infradead.org>,
<linux-sunxi@...ts.linux.dev>, <linux-tegra@...r.kernel.org>
Subject: RE: [PATCH] pwm: Explicitly include correct DT includes
Hi,
> -----Original Message-----
> From: Rob Herring <robh@...nel.org>
> Sent: Saturday, July 15, 2023 2:49 AM
> To: Thierry Reding <thierry.reding@...il.com>; Uwe Kleine-König
> <u.kleine-koenig@...gutronix.de>; Hector Martin <marcan@...can.st>;
> Sven Peter <sven@...npeter.dev>; Alyssa Rosenzweig
> <alyssa@...enzweig.io>; Nicolas Ferre <nicolas.ferre@...rochip.com>;
> Alexandre Belloni <alexandre.belloni@...tlin.com>; Claudiu Beznea
> <claudiu.beznea@...rochip.com>; Benson Leung <bleung@...omium.org>;
> Guenter Roeck <groeck@...omium.org>; Shawn Guo
> <shawnguo@...nel.org>; Sascha Hauer <s.hauer@...gutronix.de>;
> Pengutronix Kernel Team <kernel@...gutronix.de>; Fabio Estevam
> <festevam@...il.com>; NXP Linux Team <linux-imx@....com>; Paul
> Cercueil <paul@...pouillou.net>; Vladimir Zapolskiy <vz@...ia.com>; Neil
> Armstrong <neil.armstrong@...aro.org>; Kevin Hilman
> <khilman@...libre.com>; Jerome Brunet <jbrunet@...libre.com>; Martin
> Blumenstingl <martin.blumenstingl@...glemail.com>; Conor Dooley
> <conor.dooley@...rochip.com>; Daire McNamara
> <daire.mcnamara@...rochip.com>; Matthias Brugger
> <matthias.bgg@...il.com>; AngeloGioacchino Del Regno
> <angelogioacchino.delregno@...labora.com>; Palmer Dabbelt
> <palmer@...belt.com>; Paul Walmsley <paul.walmsley@...ive.com>;
> Michael Walle <michael@...le.cc>; Orson Zhai <orsonzhai@...il.com>;
> Baolin Wang <baolin.wang@...ux.alibaba.com>; Chunyan Zhang
> <zhang.lyra@...il.com>; Chen-Yu Tsai <wens@...e.org>; Jernej Skrabec
> <jernej.skrabec@...il.com>; Samuel Holland <samuel@...lland.org>;
> Hammer Hsieh <hammerh0314@...il.com>; Jonathan Hunter
> <jonathanh@...dia.com>; iwamatsu nobuhiro(岩松 信洋 ○DITC□DIT
> ○OST) <nobuhiro1.iwamatsu@...hiba.co.jp>
> Cc: devicetree@...r.kernel.org; linux-pwm@...r.kernel.org;
> linux-kernel@...r.kernel.org; asahi@...ts.linux.dev;
> linux-arm-kernel@...ts.infradead.org; chrome-platform@...ts.linux.dev;
> linux-mips@...r.kernel.org; linux-amlogic@...ts.infradead.org;
> linux-riscv@...ts.infradead.org; linux-mediatek@...ts.infradead.org;
> linux-sunxi@...ts.linux.dev; linux-tegra@...r.kernel.org
> Subject: [PATCH] pwm: Explicitly include correct DT includes
>
> 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>
For drivers/pwm/pwm-visconti.c:
Reviewed-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@...hiba.co.jp>
Best regards,
Nobuhiro
Powered by blists - more mailing lists