WSL2-Linux-Kernel/drivers/firmware/arm_scmi
Sudeep Holla dccec73de9 firmware: arm_scmi: Keep the discrete clock rates sorted
Instead of relying on the firmware to keep the clock rates sorted, let
us sort the list. This is not essential for clock layer but it helps
to find the min and max rates easily from the list.

Link: https://lore.kernel.org/r/20200709081705.46084-1-sudeep.holla@arm.com
Fixes: 5f6c6430e9 ("firmware: arm_scmi: add initial support for clock protocol")
Reported-and-tested-by: Dien Pham <dien.pham.ry@renesas.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
2020-07-10 12:06:27 +01:00
..
Makefile firmware: arm_scmi: Add notification protocol-registration 2020-07-01 17:07:25 +01:00
base.c firmware: arm_scmi: Add base notifications support 2020-07-01 17:07:26 +01:00
bus.c firmware: arm_scmi: Skip protocol initialisation for additional devices 2019-12-24 11:36:26 +00:00
clock.c firmware: arm_scmi: Keep the discrete clock rates sorted 2020-07-10 12:06:27 +01:00
common.h firmware: arm_scmi: Add notification protocol-registration 2020-07-01 17:07:25 +01:00
driver.c firmware: arm_scmi: Enable notification core 2020-07-01 17:07:26 +01:00
mailbox.c firmware: arm_scmi: Rename .clear_notification() transport_ops 2020-04-20 17:25:26 +01:00
notify.c firmware: arm_scmi: Add notification dispatch and delivery 2020-07-01 17:07:25 +01:00
notify.h firmware: arm_scmi: Add notification dispatch and delivery 2020-07-01 17:07:25 +01:00
perf.c firmware: arm_scmi: Add perf notifications support 2020-07-01 17:07:26 +01:00
power.c firmware: arm_scmi: Add power notifications support 2020-07-01 17:07:26 +01:00
reset.c firmware: arm_scmi: Add reset notifications support 2020-07-01 17:07:26 +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: Add sensor notifications support 2020-07-01 17:07:26 +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: Fix return error code in smc_send_message 2020-04-20 17:57:34 +01:00