Re: [PATCH 1/8] firmware: arm_scmi: Cleanup core driver removal callback

From: Sudeep Holla
Date: Thu Nov 03 2022 - 03:09:50 EST


On Fri, 28 Oct 2022 15:08:26 +0100, Cristian Marussi wrote:
> Platform drivers .remove callbacks are not supposed to fail and report
> errors: such errors are indeed ignored by the core platform drivers stack
> and the driver unbind process is anyway completed.
>
> The SCMI core platform driver as it is now, instead, bails out reporting
> an error in case of an explicit unbind request.
>
> [...]

Applied 1-6/8 to sudeep.holla/linux (for-next/scmi), thanks!

[1/8] firmware: arm_scmi: Cleanup core driver removal callback
https://git.kernel.org/sudeep.holla/c/3f4071cbd206
[2/8] firmware: arm_scmi: Suppress bind attributes
https://git.kernel.org/sudeep.holla/c/fd96fbc8fad3
[3/8] firmware: arm_scmi: Make tx_prepare time out eventually
https://git.kernel.org/sudeep.holla/c/59172b212ec0
[4/8] firmware: arm_scmi: Make RX chan_setup fail on memory errors
https://git.kernel.org/sudeep.holla/c/be9ba1f7f9e0
[5/8] firmware: arm_scmi: Fix devres allocation device in virtio
https://git.kernel.org/sudeep.holla/c/5ffc1c4cb896
[6/8] firmware: arm_scmi: Fix deferred_tx_wq release on error paths
https://git.kernel.org/sudeep.holla/c/1eff6929aff5

--
Regards,
Sudeep