linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/7] update STM32MP1 clocks
@ 2019-02-14 10:40 gabriel.fernandez
  2019-02-14 10:40 ` [PATCH v2 1/7] clk: stm32mp1: parent clocks update gabriel.fernandez
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: gabriel.fernandez @ 2019-02-14 10:40 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Maxime Coquelin, Alexandre Torgue
  Cc: linux-clk, linux-stm32, linux-arm-kernel, linux-kernel,
	Gabriel Fernandez

From: Gabriel Fernandez <gabriel.fernandez@st.com>

Changes:
v2:
- add more explanation in commit mesages
- add one comment to the code

This patch-set fixes minor corrections (fixes and documentation alignment)
- add missing parent clocks
- don't change parent on set rate for kernel clocks
- set ck_csi clock as critical
- fix divider configuration



Gabriel Fernandez (7):
  clk: stm32mp1: parent clocks update
  clk: stm32mp1: add CLK_SET_RATE_NO_REPARENT to Kernel clocks
  clk: stm32mp1: set ck_csi as critical clock
  clk: stm32mp1: fix mcu divider table
  clk: stm32mp1: fix HSI divider flag
  clk: stm32mp1: remove unnecessary CLK_DIVIDER_ALLOW_ZERO flag
  clk: stm32mp1: fix bit width of hse_rtc divider

 drivers/clk/clk-stm32mp1.c | 37 ++++++++++++++++++++-----------------
 1 file changed, 20 insertions(+), 17 deletions(-)

-- 
2.17.0


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-02-21 22:16 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-14 10:40 [PATCH v2 0/7] update STM32MP1 clocks gabriel.fernandez
2019-02-14 10:40 ` [PATCH v2 1/7] clk: stm32mp1: parent clocks update gabriel.fernandez
2019-02-21 22:15   ` Stephen Boyd
2019-02-14 10:40 ` [PATCH v2 2/7] clk: stm32mp1: add CLK_SET_RATE_NO_REPARENT to Kernel clocks gabriel.fernandez
2019-02-21 22:15   ` Stephen Boyd
2019-02-14 10:40 ` [PATCH v2 3/7] clk: stm32mp1: set ck_csi as critical clock gabriel.fernandez
2019-02-21 22:15   ` Stephen Boyd
2019-02-14 10:40 ` [PATCH v2 4/7] clk: stm32mp1: fix mcu divider table gabriel.fernandez
2019-02-21 22:15   ` Stephen Boyd
2019-02-14 10:40 ` [PATCH v2 5/7] clk: stm32mp1: fix HSI divider flag gabriel.fernandez
2019-02-21 22:15   ` Stephen Boyd
2019-02-14 10:40 ` [PATCH v2 6/7] clk: stm32mp1: remove unnecessary CLK_DIVIDER_ALLOW_ZERO flag gabriel.fernandez
2019-02-21 22:15   ` Stephen Boyd
2019-02-14 10:40 ` [PATCH v2 7/7] clk: stm32mp1: fix bit width of hse_rtc divider gabriel.fernandez
2019-02-21 22:16   ` Stephen Boyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).