Hi, sorry for the long delay, here is an update to the mt8365 power domain series. Thanks for all your feedback, I hope I addressed everything. As Matthias brought up some good points, I got back to try to make the WAY_EN feature a bit more understandable with less code duplication. I added a few patches to prepare the driver for the WAY_EN patch. I hope it is better to understand now. Thank you! Best, Markus Changes in v4: - Redesigned WAY_EN patch and split it up in smaller patches. - Added two documentation patches. - Added mediatek,infracfg-nao field to the binding. Changes in v3: - Mainly redesigned WAY_EN patch to be easier to understand - Rebased onto v6.0-rc1 - Several other stuff that is described in the individual patches Changes in v2: - Updated error handling path for scpsys_power_on() - Minor updates described in each patch Previous versions: v1 - https://lore.kernel.org/linux-mediatek/20220530204214.913251-1-fparent@xxxxxxxxxxxx/ v2 - https://lore.kernel.org/linux-mediatek/20220725081853.1636444-1-msp@xxxxxxxxxxxx/ v3 - https://lore.kernel.org/linux-mediatek/20220822144303.3438467-1-msp@xxxxxxxxxxxx/ Alexandre Bailon (2): soc: mediatek: Add support for WAY_EN operations soc: mediatek: Add support for MTK_SCPD_STRICT_BUS_PROTECTION cap Fabien Parent (2): dt-bindings: power: Add MT8365 power domains soc: mediatek: pm-domains: Add support for MT8365 Markus Schneider-Pargmann (4): soc: mediatek: pm-domains: Split bus_prot_mask soc: mediatek: pm-domains: Create bus protection operation functions soc: mediatek: pm-domains: Document scpsys_bus_prot_data soc: mediatek: pm-domains: Fix caps field documentation .../power/mediatek,power-controller.yaml | 6 + drivers/soc/mediatek/mt8365-pm-domains.h | 147 ++++++++++++++++++ drivers/soc/mediatek/mtk-pm-domains.c | 135 +++++++++++----- drivers/soc/mediatek/mtk-pm-domains.h | 37 ++++- .../dt-bindings/power/mediatek,mt8365-power.h | 19 +++ 5 files changed, 302 insertions(+), 42 deletions(-) create mode 100644 drivers/soc/mediatek/mt8365-pm-domains.h create mode 100644 include/dt-bindings/power/mediatek,mt8365-power.h -- 2.39.0