Re: [PATCH v3 5/5] soc: samsung: exynos-pmu: enable CPU hotplug support for gs101
From: Peter Griffin
Date: Thu May 01 2025 - 16:34:49 EST
Hi folks,
[..]
> +
> + regmap_read(pmu_context->pmuintrgen, GS101_GRP1_INTR_BID_UPEND, ®);
> + regmap_write(pmu_context->pmuintrgen, GS101_GRP2_INTR_BID_CLEAR,
> + reg & mask);
I just spotted a typo here in this patch, it should be
GS101_GRP1_INTR_BID_CLEAR. I'll send an updated version.
Peter.