lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5089490.31r3eYUQgx@phil>
Date: Tue, 29 Oct 2024 09:01:46 +0100
From: Heiko Stuebner <heiko@...ech.de>
To: Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>,
 Uwe Kleine-König <u.kleine-koenig@...libre.com>
Cc: 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>, 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>,
 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()

Am Dienstag, 29. Oktober 2024, 08:48:58 CET schrieb Uwe Kleine-König:
> 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/rockchip/io-domain.c            | 8 ++++----

For the Rockchip part:
Acked-by: Heiko Stuebner <heiko@...ech.de>



Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ