On Tue, 23 Apr 2024 10:06:57 +0200, Uwe Kleine-König wrote:
this series converts a few platform drivers below drivers/hwtracing/coresight that recently started to implement a .remove() callback to implement .remove_new() instead. See commit 5c5a7680e67b ("platform: Provide a remove callback that returns no value") for an extended explanation and the eventual goal.
All conversations are trivial, because the driver's .remove() callbacks returned zero unconditionally already.
[...]
Applied, thanks!
[1/5] coresight: catu: Convert to platform remove callback returning void https://git.kernel.org/coresight/c/c01cb419104c4187f2a148f72a7dcc67e77801a5 [2/5] coresight: debug: Convert to platform remove callback returning void https://git.kernel.org/coresight/c/971c2b107b5742ef1dfa3a405cd5ee7033502d60 [3/5] coresight: stm: Convert to platform remove callback returning void https://git.kernel.org/coresight/c/981d5f92ca2e33d1b0ba3e3563de52dc9661fb92 [4/5] coresight: tmc: Convert to platform remove callback returning void https://git.kernel.org/coresight/c/38a38da447579f683114edb1c8254491b4176853 [5/5] coresight: tpiu: Convert to platform remove callback returning void https://git.kernel.org/coresight/c/ba8c06fe7e16ddfd44ece7fabd9af2dc2e6d49e7
Best regards,