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

Kathiravan T posted 2 patches 2 years, 7 months ago
drivers/clk/qcom/gcc-ipq5332.c | 206 +++++++--------------------------
1 file changed, 39 insertions(+), 167 deletions(-)
[PATCH 0/2] Drop the mem noc clocks from the IPQ5332 GCC driver
Posted by Kathiravan T 2 years, 7 months ago
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(-)

-- 
2.34.1
Re: [PATCH 0/2] Drop the mem noc clocks from the IPQ5332 GCC driver
Posted by Bjorn Andersson 2 years, 5 months ago
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,
-- 
Bjorn Andersson <andersson@kernel.org>
Re: [PATCH 0/2] Drop the mem noc clocks from the IPQ5332 GCC driver
Posted by Kathiravan T 2 years, 6 months ago
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(-)
>