]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'arm-ffa-updates-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorArnd Bergmann <arnd@arndb.de>
Tue, 26 Oct 2021 15:19:05 +0000 (17:19 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 26 Oct 2021 15:19:06 +0000 (17:19 +0200)
commitbf60fc98c88faf02bd19937750d5f5a7c2a68935
tree5204bed4a3284b453a0463f9dc4287603f0a02a9
parentc6e2910411e3ca424c4034fcf8a52bcbf5cadc3a
parent575045723b0b7957bf5330d688dd15c43a9e38ff
Merge tag 'arm-ffa-updates-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/drivers

Arm FF-A updates for v5.16

Just couple of minor updates:
- Adding support for MEMORY_LEND API
- Handling compatibility with different firmware versions(especially
  dealing with newer/higher versions than the one supported by the driver)

* tag 'arm-ffa-updates-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_ffa: Remove unused 'compat_version' variable
  firmware: arm_ffa: Add support for MEM_LEND
  firmware: arm_ffa: Handle compatibility with different firmware versions
  firmware: arm_ffa: Fix __ffa_devices_unregister
  firmware: arm_ffa: Add missing remove callback to ffa_bus_type

Link: https://lore.kernel.org/r/20211026141535.1920602-1-sudeep.holla@arm.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>