[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241029100347.542b56d4@bootlin.com>
Date: Tue, 29 Oct 2024 10:03:47 +0100
From: Herve Codina <herve.codina@...tlin.com>
To: Uwe Kleine-König <u.kleine-koenig@...libre.com>
Cc: Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>, Joel
Stanley <joel@....id.au>, Andrew Jeffery <andrew@...econstruct.com.au>,
Christophe Leroy <christophe.leroy@...roup.eu>, Qiang Zhao
<qiang.zhao@....com>, Hitomi Hasegawa <hasegawa-hitomi@...itsu.com>,
Huisong Li <lihuisong@...wei.com>, Linus Walleij <linusw@...nel.org>, Imre
Kaloz <kaloz@...nwrt.org>, Karol Gugala <kgugala@...micro.com>, Mateusz
Holenko <mholenko@...micro.com>, Gabriel Somlo <gsomlo@...il.com>, Yinbo
Zhu <zhuyinbo@...ngson.cn>, Matthias Brugger <matthias.bgg@...il.com>,
AngeloGioacchino Del Regno <angelogioacchino.delregno@...labora.com>, Conor
Dooley <conor.dooley@...rochip.com>, Daire McNamara
<daire.mcnamara@...rochip.com>, Krzysztof Kozlowski
<krzysztof.kozlowski@...aro.org>, Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konradybcio@...nel.org>, Heiko Stuebner <heiko@...ech.de>,
Alim Akhtar <alim.akhtar@...sung.com>, Thierry Reding
<thierry.reding@...il.com>, Jonathan Hunter <jonathanh@...dia.com>,
Nishanth Menon <nm@...com>, Santosh Shilimkar <ssantosh@...nel.org>, Michal
Simek <michal.simek@....com>, Andy Shevchenko
<andriy.shevchenko@...ux.intel.com>, Duje Mihanović
<duje.mihanovic@...le.hr>, Mark Brown <broonie@...nel.org>, David Wu
<david.wu@...k-chips.com>, Jianqun Xu <jay.xu@...k-chips.com>, Jay
Buddhabhatti <jay.buddhabhatti@....com>, Radhey Shyam Pandey
<radhey.shyam.pandey@....com>, Izhar Ameer Shaikh
<izhar.ameer.shaikh@....com>, Naman Trivedi Manojbhai
<naman.trivedimanojbhai@....com>, linux-arm-kernel@...ts.infradead.org,
soc@...ts.linux.dev, linux-aspeed@...ts.ozlabs.org,
linux-kernel@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
loongarch@...ts.linux.dev, linux-mediatek@...ts.infradead.org,
linux-riscv@...ts.infradead.org, linux-arm-msm@...r.kernel.org,
linux-rockchip@...ts.infradead.org, linux-samsung-soc@...r.kernel.org,
linux-tegra@...r.kernel.org, linux-pm@...r.kernel.org
Subject: Re: [PATCH] soc: Switch back to struct platform_driver::remove()
Hi Uwe,
On Tue, 29 Oct 2024 08:48:58 +0100
Uwe Kleine-König <u.kleine-koenig@...libre.com> wrote:
> After commit 0edb555a65d1 ("platform: Make platform_driver::remove()
> return void") .remove() is (again) the right callback to implement for
> platform drivers.
>
> Convert all platform drivers below drivers/soc to use .remove(), with
> the eventual goal to drop struct platform_driver::remove_new(). As
> .remove() and .remove_new() have the same prototypes, conversion is done
> by just changing the structure member name in the driver initializer.
>
> On the way do a few whitespace changes to make indention consistent.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@...libre.com>
> ---
...
> drivers/soc/fsl/qe/qmc.c | 2 +-
> drivers/soc/fsl/qe/tsa.c | 2 +-
Acked-by: Herve Codina <herve.codina@...tlin.com> # for fsl/qe/{qmc,tsa}.c
Best regards,
Hervé
Powered by blists - more mailing lists