[PATCH v2 1/2] firmware: arm_ffa: Move the FF-A v1.0 NULL UUID workaround to bus notifier
Sudeep Holla
sudeep.holla at arm.com
Mon Jun 3 05:40:48 PDT 2024
On Wed, 15 May 2024 10:40:27 +0100, Sudeep Holla wrote:
> Currently FF-A bus ffa_device_match() handles the workaround for the
> FF-A v1.0 devices which are not populated with UUID to match. The FF-A
> bus layer calls into FF-A driver and populates the device UUID if it
> matches with the driver attempting to match.
>
> But this forces to have both FF-A bus and core driver to be bundled into
> a single module. However, keep it as a single module adds problems for
> the FF-A driver registrations and their initcall levels.
>
> [...]
Applied to sudeep.holla/linux (for-next/ffa/updates), thanks!
[1/2] firmware: arm_ffa: Move the FF-A v1.0 NULL UUID workaround to bus notifier
https://git.kernel.org/sudeep.holla/c/9dd15934f60d
[2/2] firmware: arm_ffa: Split bus and driver into distinct modules
https://git.kernel.org/sudeep.holla/c/18c250bd7ed0
--
Regards,
Sudeep
More information about the linux-arm-kernel
mailing list