linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: gabriel.fernandez@st.com (gabriel.fernandez at st.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/9] STM32F4 missing clocks
Date: Thu, 1 Dec 2016 16:27:40 +0100	[thread overview]
Message-ID: <1480606069-5178-1-git-send-email-gabriel.fernandez@st.com> (raw)

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

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

             reply	other threads:[~2016-12-01 15:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-01 15:27 gabriel.fernandez at st.com [this message]
2016-12-01 15:27 ` [PATCH v3 1/9] clk: stm32f4: Update DT bindings documentation gabriel.fernandez at st.com
2016-12-01 15:27 ` [PATCH v3 2/9] clk: stm32f4: Add PLL_I2S & PLL_SAI for STM32F429/469 boards gabriel.fernandez at st.com
2016-12-01 15:27 ` [PATCH v3 3/9] clk: stm32f4: Add post divisor for I2S & SAI PLLs gabriel.fernandez at st.com
2016-12-01 15:27 ` [PATCH v3 4/9] clk: stm32f4: Add lcd-tft clock gabriel.fernandez at st.com
2016-12-01 15:27 ` [PATCH v3 5/9] clk: stm32f4: Add I2S clock gabriel.fernandez at st.com
2016-12-01 15:27 ` [PATCH v3 6/9] clk: stm32f4: Add SAI clocks gabriel.fernandez at st.com
2016-12-01 15:27 ` [PATCH v3 7/9] clk: stm32f4: SDIO & 48Mhz clock management for STM32F469 board gabriel.fernandez at st.com
2016-12-01 15:27 ` [PATCH v3 8/9] ARM: dts: stm32f4: Add external I2S clock gabriel.fernandez at st.com
2016-12-01 15:27 ` [PATCH v3 9/9] ARM: dts: stm32f4: Include auxiliary stm32f4 clock definition gabriel.fernandez at st.com

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1480606069-5178-1-git-send-email-gabriel.fernandez@st.com \
    --to=gabriel.fernandez@st.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).