mbox series

[0/2] Drop the mem noc clocks from the IPQ5332 GCC driver

Message ID 20230710102807.1189942-1-quic_kathirav@quicinc.com
Headers show
Series Drop the mem noc clocks from the IPQ5332 GCC driver | expand

Message

Kathiravan Thirumoorthy July 10, 2023, 10:28 a.m. UTC
Due to the recent design changes, all the mem noc clocks will be
configured by the bootloaders and it will be access protected by the TZ
firmware. Also there are no comsumers for these clocks in the kernel. So
drop these clocks from the GCC driver.

With these clocks removal, remove the gcc_apss_axi_clk_src clock as well
since no clocks uses this as a parent.

Kathiravan T (2):
  clk: qcom: ipq5332: drop the mem noc clocks
  clk: qcom: ipq5332: drop the gcc_apss_axi_clk_src clock

 drivers/clk/qcom/gcc-ipq5332.c | 206 +++++++--------------------------
 1 file changed, 39 insertions(+), 167 deletions(-)

Comments

Kathiravan Thirumoorthy July 31, 2023, 5:25 a.m. UTC | #1
On 7/10/2023 3:58 PM, Kathiravan T wrote:
> Due to the recent design changes, all the mem noc clocks will be
> configured by the bootloaders and it will be access protected by the TZ
> firmware. Also there are no comsumers for these clocks in the kernel. So
> drop these clocks from the GCC driver.
>
> With these clocks removal, remove the gcc_apss_axi_clk_src clock as well
> since no clocks uses this as a parent.


Gentle Reminder...


>
> Kathiravan T (2):
>    clk: qcom: ipq5332: drop the mem noc clocks
>    clk: qcom: ipq5332: drop the gcc_apss_axi_clk_src clock
>
>   drivers/clk/qcom/gcc-ipq5332.c | 206 +++++++--------------------------
>   1 file changed, 39 insertions(+), 167 deletions(-)
>
Bjorn Andersson Aug. 14, 2023, 3:27 a.m. UTC | #2
On Mon, 10 Jul 2023 15:58:05 +0530, Kathiravan T wrote:
> Due to the recent design changes, all the mem noc clocks will be
> configured by the bootloaders and it will be access protected by the TZ
> firmware. Also there are no comsumers for these clocks in the kernel. So
> drop these clocks from the GCC driver.
> 
> With these clocks removal, remove the gcc_apss_axi_clk_src clock as well
> since no clocks uses this as a parent.
> 
> [...]

Applied, thanks!

[1/2] clk: qcom: ipq5332: drop the mem noc clocks
      commit: 1784d031ef1f329bd362343a8fe1c083116160af
[2/2] clk: qcom: ipq5332: drop the gcc_apss_axi_clk_src clock
      commit: 90d5c043dda7901065e9da4b23967903640fd2ea

Best regards,