linux/drivers/firmware/arm_scmi
Etienne Carriere 7adb2c8aaa firmware: arm_scmi: Expand SMC/HVC message pool to more than one
SMC/HVC can transmit only one message at the time as the shared memory
needs to be protected and the calls are synchronous.

However, in order to allow multiple threads to send SCMI messages
simultaneously, we need a larger poll of memory.

Let us just use value of 20 to keep it in sync mailbox transport
implementation. Any other value must work perfectly.

Link: https://lore.kernel.org/r/20201008143722.21888-4-etienne.carriere@linaro.org
Fixes: 1dc6558062 ("firmware: arm_scmi: Add smc/hvc transport")
Cc: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org>
[sudeep.holla: reworded the commit message to indicate the practicality]
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
2020-10-12 15:10:42 +01:00
..
base.c firmware: arm_scmi: Remove fixed size fields from reports/scmi_event_header 2020-07-13 09:40:21 +01:00
bus.c firmware: arm_scmi: Move scmi bus init and exit calls into the driver 2020-09-14 07:30:48 +01:00
clock.c firmware: arm_scmi: Move scmi protocols registration into the driver 2020-09-14 07:30:55 +01:00
common.h firmware: arm_scmi: Move scmi protocols registration into the driver 2020-09-14 07:30:55 +01:00
driver.c firmware: arm_scmi: Move scmi protocols registration into the driver 2020-09-14 07:30:55 +01:00
mailbox.c firmware: arm_scmi: Fix NULL pointer dereference in mailbox_chan_free 2020-09-09 10:01:21 +01:00
Makefile firmware: arm_scmi: Enable building as a single module 2020-09-14 07:31:03 +01:00
notify.c firmware: arm_scmi: Constify static scmi-ops 2020-09-07 12:43:27 +01:00
notify.h firmware: arm_scmi: Remove fixed size fields from reports/scmi_event_header 2020-07-13 09:40:21 +01:00
perf.c firmware: arm_scmi: Move scmi protocols registration into the driver 2020-09-14 07:30:55 +01:00
power.c firmware: arm_scmi: Move scmi protocols registration into the driver 2020-09-14 07:30:55 +01:00
reset.c firmware: arm_scmi: Fix ARCH_COLD_RESET 2020-10-12 14:05:12 +01:00
scmi_pm_domain.c firmware: arm_scmi: Fix SCMI genpd domain probing 2020-06-30 14:08:18 +01:00
sensors.c firmware: arm_scmi: Move scmi protocols registration into the driver 2020-09-14 07:30:55 +01:00
shmem.c firmware: arm_scmi: Rename .clear_notification() transport_ops 2020-04-20 17:25:26 +01:00
smc.c firmware: arm_scmi: Expand SMC/HVC message pool to more than one 2020-10-12 15:10:42 +01:00
system.c firmware: arm_scmi: Move scmi protocols registration into the driver 2020-09-14 07:30:55 +01:00