As pointed out by Bjorn and Mike in [1], we can simplify the handling of enable_mask-based BCMs. This series attempts to do so and fixes a bug that snuck in. Gave a quick spin on 8450, doesn't seem to have exploded. [1] https://lore.kernel.org/linux-arm-msm/113b50f8-35f6-73fc-4fc9-302262927c5e@xxxxxxxxxxx/ Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> --- Changes in v2: - Rename bcm_aggregate_1he to bcm_aggregate_mask (Mike) - Fix never clearing enable_mask that was once enabled (Mike) - Pick up tags (Bjorn) - Link to v1: https://lore.kernel.org/r/20230811-topic-icc_fix_1he-v1-0-5c96ccef3399@xxxxxxxxxx --- Konrad Dybcio (2): interconnect: qcom: bcm-voter: Improve enable_mask handling interconnect: qcom: bcm-voter: Use enable_maks for keepalive voting drivers/interconnect/qcom/bcm-voter.c | 43 +++++++++++++++++++++++++++++------ 1 file changed, 36 insertions(+), 7 deletions(-) --- base-commit: 535e616fd036bf8f2307b0f02a1912cf81deed4c change-id: 20230811-topic-icc_fix_1he-40a3948b08f7 Best regards, -- Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>