mbox series

[0/6] stm32mp1 clock update

Message ID 1522996773-24129-1-git-send-email-gabriel.fernandez@st.com
Headers show
Series stm32mp1 clock update | expand

Message

Gabriel Fernandez April 6, 2018, 6:39 a.m. UTC
From: Gabriel Fernandez <gabriel.fernandez@st.com>

This patch-set adds minor corrections
- sparse corections
- add tzc2 missing clock
- remove unused constant
- fix SAI3 & SAI4 clocks
- set stgen_k clock as critical
- remove not useful ck_apb_dbg clock

Gabriel Fernandez (6):
  clk: stm32mp1: add missing static
  clk: stm32mp1: remove unused dfsdm_src[] const
  clk: stm32mp1: fix SAI3 & SAI4 clocks
  clk: stm32mp1: add missing tzc2 clock
  clk: stm32mp1: set stgen_k clock as critical
  clk: stm32mp1: remove unuseless ck_apb_dbg clock

 drivers/clk/clk-stm32mp1.c                | 54 +++++++++++++------------------
 include/dt-bindings/clock/stm32mp1-clks.h |  4 +--
 2 files changed, 25 insertions(+), 33 deletions(-)

Comments

Stephen Boyd April 6, 2018, 8:44 p.m. UTC | #1
Quoting gabriel.fernandez@st.com (2018-04-05 23:39:28)
> From: Gabriel Fernandez <gabriel.fernandez@st.com>
> 
> Add missing static for const parent names and clock ops.
> 
> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
> ---

Applied to clk-next

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Boyd April 6, 2018, 8:44 p.m. UTC | #2
Quoting gabriel.fernandez@st.com (2018-04-05 23:39:29)
> From: Gabriel Fernandez <gabriel.fernandez@st.com>
> 
> This patch remove unused constant.
> 
> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
> ---

Applied to clk-next

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Boyd April 6, 2018, 8:44 p.m. UTC | #3
Quoting gabriel.fernandez@st.com (2018-04-05 23:39:30)
> From: Gabriel Fernandez <gabriel.fernandez@st.com>
> 
> fix bad copy / paste.
> SAI3 & SAI4 used gate of SAI2 instead SAI3 & SAI4
> 
> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
> ---

Applied to clk-next

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Stephen Boyd April 6, 2018, 8:44 p.m. UTC | #4
Quoting gabriel.fernandez@st.com (2018-04-05 23:39:32)
> From: Gabriel Fernandez <gabriel.fernandez@st.com>
> 
> stgen_k should be declared as critical to avoid blocking console
> when ck_hsi is not used.
> 
> Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
> ---

Applied to clk-next

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html