Re: [PATCH v2 08/12] soc: mediatek: pm-domains: Add subsystem clocks

2020-10-26 Thread Enric Balletbo i Serra
Hi Matthias, Thank you for your review. On 2/10/20 11:04, Matthias Brugger wrote: > > > On 01/10/2020 18:01, Enric Balletbo i Serra wrote: >> From: Matthias Brugger >> >> For the bus protection operations, some subsystem clocks need to be enabled >> before releasing the protection. This patch

Re: [PATCH v2 08/12] soc: mediatek: pm-domains: Add subsystem clocks

2020-10-02 Thread Matthias Brugger
On 01/10/2020 18:01, Enric Balletbo i Serra wrote: From: Matthias Brugger For the bus protection operations, some subsystem clocks need to be enabled before releasing the protection. This patch identifies the subsystem clocks by it's name. Suggested-by: Weiyi Lu [Adapted the patch to the m

[PATCH v2 08/12] soc: mediatek: pm-domains: Add subsystem clocks

2020-10-01 Thread Enric Balletbo i Serra
From: Matthias Brugger For the bus protection operations, some subsystem clocks need to be enabled before releasing the protection. This patch identifies the subsystem clocks by it's name. Suggested-by: Weiyi Lu [Adapted the patch to the mtk-pm-domains driver] Signed-off-by: Matthias Brugger S