[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZyEAcHVC3gXujNa9@crash.wifi.local.cmu.edu>
Date: Tue, 29 Oct 2024 11:34:08 -0400
From: "Gabriel L. Somlo" <gsomlo@...il.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>,
Herve Codina <herve.codina@...tlin.com>,
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>,
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()
On Tue, Oct 29, 2024 at 08:48:58AM +0100, Uwe Kleine-König 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>
> ---
for LiteX,
Acked-by: Gabriel Somlo <gsomlo@...il.com>
Thanks,
--Gabriel
Powered by blists - more mailing lists