Re: [PATCH v3 05/16] soc: mediatek: pm_domains: Make bus protection generic

2020-10-29 Thread Matthias Brugger
On 27/10/2020 13:57, Fabien Parent wrote: - ret = mtk_infracfg_set_bus_protection(pd->infracfg, - bpd[i].bus_prot_mask, - bpd[i].bus_prot_reg_update); [snip] -

Re: [PATCH v3 05/16] soc: mediatek: pm_domains: Make bus protection generic

2020-10-27 Thread Fabien Parent
> - ret = mtk_infracfg_set_bus_protection(pd->infracfg, > - bpd[i].bus_prot_mask, > - > bpd[i].bus_prot_reg_update); [snip] > - ret = mtk_infracfg_clear_bus_protect

Re: [PATCH v3 05/16] soc: mediatek: pm_domains: Make bus protection generic

2020-10-26 Thread Nicolas Boichat
On Tue, Oct 27, 2020 at 1:55 AM Enric Balletbo i Serra wrote: > > From: Matthias Brugger > > Bus protection is not exclusively done by calling the infracfg misc driver. > Make the calls for setting and clearing the bus protection generic so > that we can use other blocks for it as well. > > Signe