mbox series

[GIT,PULL] firmware: arm_ffa: Update for v6.9

Message ID 20240223033250.117878-1-sudeep.holla@arm.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] firmware: arm_ffa: Update for v6.9 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/ffa-update-6.9

Message

Sudeep Holla Feb. 23, 2024, 3:32 a.m. UTC
Hi ARM SoC Team,

Please pull !

Regards,
Sudeep

-->8

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux.git tags/ffa-update-6.9

for you to fetch changes up to 989e8661dc45babf43070d519011dfc1e33c8875:

  firmware: arm_ffa: Make ffa_bus_type const (2024-02-20 06:40:34 +0000)

----------------------------------------------------------------
Arm FF-A update for v6.9

Another single and simple update to just constify the ffa_bus_type
structure similar to other changes done treewide following the driver
core changes to accomodate the same.

----------------------------------------------------------------
Ricardo B. Marliere (1):
      firmware: arm_ffa: Make ffa_bus_type const

 drivers/firmware/arm_ffa/bus.c | 2 +-
 include/linux/arm_ffa.h        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)