]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'scmi-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep...
authorArnd Bergmann <arnd@arndb.de>
Thu, 7 Oct 2021 19:14:03 +0000 (21:14 +0200)
committerArnd Bergmann <arnd@arndb.de>
Thu, 7 Oct 2021 19:14:04 +0000 (21:14 +0200)
commit2cd0e292564faeec628747f7300b15c431704427
treeece7e3db3837a4e94ef194bb46536ebcfd3973ae
parentb420cfb91fe4d46d8aad521b2a5f84acba801e90
parente8b4b5d7b06e1f5f899a0b102ac24a98c5229d75
Merge tag 'scmi-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/fixes

SCMI fixes for v5.15

A few fixes addressing:
- Kconfig dependency between VIRTIO and ARM_SCMI_PROTOCOL
- Link-time error with __exit annotation for virtio_scmi_exit
- Unnecessary nested irqsave/irqrestore spinlocks in virtio transport
- Missing SMP barriers to protect accesses to SCMI virtio device

* tag 'scmi-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux:
  firmware: arm_scmi: Add proper barriers to scmi virtio device
  firmware: arm_scmi: Simplify spinlocks in virtio transport
  firmware: arm_scmi: Remove __exit annotation
  firmware: arm_scmi: Fix virtio transport Kconfig dependency

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