devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/9] STM32F4 missing clocks
@ 2016-11-24 14:45 gabriel.fernandez
       [not found] ` <1479998749-20358-1-git-send-email-gabriel.fernandez-qxv4g6HH51o@public.gmane.org>
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: gabriel.fernandez @ 2016-11-24 14:45 UTC (permalink / raw)
  To: Rob Herring, Mark Rutland, Russell King, Maxime Coquelin,
	Alexandre Torgue, Michael Turquette, Stephen Boyd, Nicolas Pitre,
	Arnd Bergmann, daniel.thompson, andrea.merello, radoslaw.pietrzyk
  Cc: devicetree, linux-arm-kernel, linux-kernel, linux-clk, kernel,
	gabriel.fernandez, ludovic.barre, olivier.bideau, amelie.delaunay

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

v2:
 - Put post divider in config structure
 - Rework patch-set
    - add update dt binding documentation
    - add clock definition file
 - Use composite for pll vco clocks
 - For auxiliary clock, allow the possiblity to enable peripheral
   clocks at same time (sugested by radek)
 - Add vco_in clock (entry frequency for all pll) to simplify the code and clarify clock tree
 - Fix missing end of divider tables

This patch-set adds:
 - I2S & SAI PLLs
 - SDIO & 48 Mhz clocks
 - LCD-TFT clock
 - I2S & SAI clocks

Gabriel Fernandez (9):
  clk: stm32f4: Update DT bindings documentation
  clk: stm32f4: Add PLL_I2S & PLL_SAI for STM32F429/469 boards
  clk: stm32f4: Add post divisor for I2S & SAI PLLs
  clk: stm32f4: Add lcd-tft clock
  clk: stm32f4: Add I2S clock
  clk: stm32f4: Add SAI clocks
  clk: stm32f4: SDIO & 48Mhz clock management for STM32F469 board
  arm: dts: stm32f4: Add external I2S clock
  arm: dts: stm32f4: Include auxiliary stm32f4 clock definition

 .../devicetree/bindings/clock/st,stm32-rcc.txt     |  15 +
 arch/arm/boot/dts/stm32f429.dtsi                   |   9 +-
 drivers/clk/clk-stm32f4.c                          | 585 ++++++++++++++++++++-
 include/dt-bindings/clock/stm32f4-clock.h          |  37 ++
 4 files changed, 626 insertions(+), 20 deletions(-)
 create mode 100644 include/dt-bindings/clock/stm32f4-clock.h

-- 
1.9.1


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

end of thread, other threads:[~2016-12-01  8:58 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-24 14:45 [PATCH v2 0/9] STM32F4 missing clocks gabriel.fernandez
     [not found] ` <1479998749-20358-1-git-send-email-gabriel.fernandez-qxv4g6HH51o@public.gmane.org>
2016-11-24 14:45   ` [PATCH v2 1/9] clk: stm32f4: Update DT bindings documentation gabriel.fernandez-qxv4g6HH51o
2016-11-30 20:47     ` Rob Herring
2016-11-24 14:45 ` [PATCH v2 2/9] clk: stm32f4: Add PLL_I2S & PLL_SAI for STM32F429/469 boards gabriel.fernandez
2016-11-30 20:48   ` Rob Herring
2016-11-24 14:45 ` [PATCH v2 3/9] clk: stm32f4: Add post divisor for I2S & SAI PLLs gabriel.fernandez
2016-11-24 14:45 ` [PATCH v2 4/9] clk: stm32f4: Add lcd-tft clock gabriel.fernandez
2016-11-30 20:53   ` Rob Herring
2016-12-01  8:58     ` Gabriel Fernandez
2016-11-24 14:45 ` [PATCH v2 5/9] clk: stm32f4: Add I2S clock gabriel.fernandez
2016-11-24 14:45 ` [PATCH v2 6/9] clk: stm32f4: Add SAI clocks gabriel.fernandez
2016-11-24 14:45 ` [PATCH v2 7/9] clk: stm32f4: SDIO & 48Mhz clock management for STM32F469 board gabriel.fernandez
2016-11-24 14:45 ` [PATCH v2 8/9] arm: dts: stm32f4: Add external I2S clock gabriel.fernandez
2016-11-24 14:45 ` [PATCH v2 9/9] arm: dts: stm32f4: Include auxiliary stm32f4 clock definition gabriel.fernandez

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).