]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
firmware: arm_scmi: Implement arm,no-completion-irq property
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 17 Jan 2026 01:02:29 +0000 (02:02 +0100)
committerSudeep Holla <sudeep.holla@kernel.org>
Sun, 8 Mar 2026 12:59:33 +0000 (12:59 +0000)
commitd8283ac2c8fbf2b459672064ebff718fbefae226
tree28a2955a7e76eaac88ba0e481e87b87660478a41
parent0c5453bf8437e558d3b3bc5a8e8c45d31126c254
firmware: arm_scmi: Implement arm,no-completion-irq property

Implement new property arm,no-completion-irq, which sets all SCMI
operation into poll mode. This is meant to work around uncooperative
SCP implementations, which do not generate completion interrupts.
This applies to mbox/shmem based implementations.

With this property set, such implementations which do not generate
interrupts can be interacted with, until they are fixed to generate
interrupts properly.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Reviewed-by: Cristian Marussi <cristian.marussi@arm.com>
Message-Id: <20260117010241.186685-2-marek.vasut+renesas@mailbox.org>
Signed-off-by: Sudeep Holla <sudeep.holla@kernel.org>
drivers/firmware/arm_scmi/common.h
drivers/firmware/arm_scmi/driver.c