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)
commit2275be723d8a124fcd8a80b33537a3c0cacc5b5a
tree5204bed4a3284b453a0463f9dc4287603f0a02a9
parente2a3495bf9b9cc3c187ec096cfee4e170e99c83a
parent01537a078b86917c7bb69aa4b756b42b980c158b
Merge tag 'arm-ffa-updates-5.16' of git://git./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>