linux-stable/drivers/firmware/arm_scmi
Cristian Marussi b0d8a9eb32 firmware: arm_scmi: Fix sorting of retrieved clock rates
[ Upstream commit 23274739a5 ]

During SCMI Clock protocol initialization, after having retrieved from the
SCMI platform all the available discrete rates for a specific clock, the
clock rates array is sorted, unfortunately using a pointer to its end as
a base instead of its start, so that sorting does not work.

Fix invocation of sort() passing as base a pointer to the start of the
retrieved clock rates array.

Link: https://lore.kernel.org/r/20220318092813.49283-1-cristian.marussi@arm.com
Fixes: dccec73de9 ("firmware: arm_scmi: Keep the discrete clock rates sorted")
Signed-off-by: Cristian Marussi <cristian.marussi@arm.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-04-20 09:34:09 +02:00
..
base.c firmware: arm_scmi: Fix base agent discover response 2021-12-01 09:04:46 +01:00
bus.c bus: Make remove callback return void 2021-07-21 11:53:42 +02:00
clock.c firmware: arm_scmi: Fix sorting of retrieved clock rates 2022-04-20 09:34:09 +02:00
common.h firmware: arm_scmi: Add virtio transport 2021-08-05 10:24:08 +01:00
driver.c firmware: arm_scmi: Remove clear channel call on the TX channel 2022-04-20 09:34:09 +02:00
Kconfig firmware: arm_scmi: Fix virtio transport Kconfig dependency 2021-09-20 11:50:57 +01:00
mailbox.c firmware: arm_scmi: Add priv parameter to scmi_rx_callback 2021-08-05 10:23:23 +01:00
Makefile firmware: arm_scmi: Add virtio transport 2021-08-05 10:24:08 +01:00
msg.c firmware: arm_scmi: Add message passing abstractions for transports 2021-08-05 10:23:23 +01:00
notify.c firmware: arm_scmi: Fix kernel doc warnings about return values 2021-07-13 11:39:54 +01:00
notify.h firmware: arm_scmi: Remove duplicate declaration of struct scmi_protocol_handle 2021-04-27 11:57:26 +01:00
perf.c firmware: arm_scmi: Add protocol modularization support 2021-03-30 16:35:16 +01:00
power.c firmware: arm_scmi: Add protocol modularization support 2021-03-30 16:35:16 +01:00
reset.c firmware: arm_scmi: Add protocol modularization support 2021-03-30 16:35:16 +01:00
scmi_pm_domain.c firmware: arm_scmi: pm: Propagate return value to caller 2021-12-01 09:04:46 +01:00
sensors.c firmware: arm_scmi: Fix type error in sensor protocol 2021-12-01 09:04:56 +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: Add priv parameter to scmi_rx_callback 2021-08-05 10:23:23 +01:00
system.c firmware: arm_scmi: Add protocol modularization support 2021-03-30 16:35:16 +01:00
virtio.c firmware: arm_scmi: Fix null de-reference on error path 2021-12-01 09:04:45 +01:00
voltage.c firmware: arm_scmi: Fix type error assignment in voltage protocol 2021-12-01 09:04:56 +01:00