Re: [PATCH] firmware: arm_scmi: provide the mandatory device release callback

From: Arnd Bergmann
Date: Wed Jan 30 2019 - 05:30:43 EST


On Tue, Jan 22, 2019 at 12:35 PM Sudeep Holla <sudeep.holla@xxxxxxx> wrote:
>
> The device/driver model clearly mandates that bus driver that discover
> and allocate the device must set the release callback. This callback
> will be used to free the device after all references have gone away.
...
> Hi ARM-SoC team,
>
> Can you apply this one patch directly or I can send pull request if you
> prefer ?

I applied it to the arm/fixes branch now, and added a Cc:stable tag
for backporting to 4.19 and 4.20.

Thanks,

Arnd