Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1541105

[PATCH v4 0/9] STM32F4 missing clocks

From <gabriel.fernandez@st.com>
Newsgroups linux.kernel
Subject [PATCH v4 0/9] STM32F4 missing clocks
Date 2016-12-13 15:30 +0100
Message-ID <sNWfD-2go-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

v4:
 - Fix post divider for lcd (replace CLK_DIVIDER_POWER_OF_TWO flage by a divider table)
 - Allow posibility to change parent of SAI clocks.
 - Use common definition file for STM32Fx clocks.

v3:
 - restructure the patch series to have only one patch for all bindings changes.
   (clk: stm32f4: Update DT bindings documentation)

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 stm32fx clock definition

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

-- 
1.9.1

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/9]  STM32F4 missing clocks <gabriel.fernandez@st.com> - 2016-12-13 15:30 +0100
  [PATCH v4 4/9] clk: stm32f4: Add lcd-tft clock <gabriel.fernandez@st.com> - 2016-12-13 15:30 +0100
  [PATCH v4 8/9] ARM: dts: stm32f4: Add external I2S clock <gabriel.fernandez@st.com> - 2016-12-13 15:30 +0100
  [PATCH v4 7/9] clk: stm32f4: SDIO & 48Mhz clock management for STM32F469 board <gabriel.fernandez@st.com> - 2016-12-13 15:30 +0100
    Re: [PATCH v4 7/9] clk: stm32f4: SDIO & 48Mhz clock management for  STM32F469 board Stephen Boyd <sboyd@codeaurora.org> - 2016-12-22 01:20 +0100
  [PATCH v4 6/9] clk: stm32f4: Add SAI clocks <gabriel.fernandez@st.com> - 2016-12-13 15:30 +0100
    Re: [PATCH v4 6/9] clk: stm32f4: Add SAI clocks Stephen Boyd <sboyd@codeaurora.org> - 2016-12-22 01:20 +0100
  [PATCH v4 2/9] clk: stm32f4: Add PLL_I2S & PLL_SAI for STM32F429/469 boards <gabriel.fernandez@st.com> - 2016-12-13 15:30 +0100
    Re: [PATCH v4 2/9] clk: stm32f4: Add PLL_I2S & PLL_SAI for  STM32F429/469 boards Stephen Boyd <sboyd@codeaurora.org> - 2016-12-22 01:20 +0100
  [PATCH v4 3/9] clk: stm32f4: Add post divisor for I2S & SAI PLLs <gabriel.fernandez@st.com> - 2016-12-13 15:30 +0100
    Re: [PATCH v4 3/9] clk: stm32f4: Add post divisor for I2S & SAI PLLs Stephen Boyd <sboyd@codeaurora.org> - 2016-12-22 01:20 +0100

csiph-web