mbox series

[GIT,PULL,UPDATED] firmware: arm_ffa: Updates for v6.11

Message ID 20240624103451.2870146-1-sudeep.holla@arm.com (mailing list archive)
State Accepted
Commit 87dcb2f0791bbbbe7e22ccc4321b81b8d3636ef4
Headers show
Series [GIT,PULL,UPDATED] firmware: arm_ffa: Updates for v6.11 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/ffa-updates-6.11

Message

Sudeep Holla June 24, 2024, 10:34 a.m. UTC
Hi ARM SoC Team,

Please pull !
This version is updated to drop the PSCI fix that was merged separately.

Regards,
Sudeep

-->8

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/ffa-updates-6.11

for you to fetch changes up to 18c250bd7ed0fc6917bad13560851ef0f519778d:

  firmware: arm_ffa: Split bus and driver into distinct modules (2024-05-29 23:23:25 +0100)

----------------------------------------------------------------
Arm FF-A driver updates for  v6.11

The main addition is the split of bus and driver into distinct modules
The FF-A bus module is initialized at subsys_initcall level when builtin.

FF-A drivers initialization is now changed to module_init level so that
pKVM ffa proxy is all setup and running in case pKVM hypervisor needs to
trap and handle FF-A calls.

One of the reason for not having this split from the beginning is the
need to workaround the FF-A v1.0 NULL UUID. The FF-A bus layer called
into FF-A driver and populated the device UUID if it matches with the
driver attempting to match. Moving the workaround away from the FF-A
bus layer to the FF-A core driver as a bus notifier will help to remove
the dependency.

----------------------------------------------------------------
Sudeep Holla (2):
      firmware: arm_ffa: Move the FF-A v1.0 NULL UUID workaround to bus notifier
      firmware: arm_ffa: Split bus and driver into distinct modules

 drivers/firmware/arm_ffa/Makefile |  6 +++--
 drivers/firmware/arm_ffa/bus.c    | 22 ++++++++++-----
 drivers/firmware/arm_ffa/common.h |  2 --
 drivers/firmware/arm_ffa/driver.c | 57 ++++++++++++++++++++++++++-------------
 4 files changed, 58 insertions(+), 29 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org June 27, 2024, 3:01 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Mon, 24 Jun 2024 11:34:49 +0100 you wrote:
> Hi ARM SoC Team,
> 
> Please pull !
> This version is updated to drop the PSCI fix that was merged separately.
> 
> Regards,
> Sudeep
> 
> [...]

Here is the summary with links:
  - [GIT,PULL,UPDATED] firmware: arm_ffa: Updates for v6.11
    https://git.kernel.org/soc/soc/c/87dcb2f0791b

You are awesome, thank you!