[PATCH v3 0/3] clk: stm32: Add clock driver for STM32F4[23]xxx devices
From: mcoquelin.stm32@gmail.com (Maxime Coquelin)
Date: 2015-06-23 09:24:38
Also in:
linux-clk, linux-devicetree, lkml
From: mcoquelin.stm32@gmail.com (Maxime Coquelin)
Date: 2015-06-23 09:24:38
Also in:
linux-clk, linux-devicetree, lkml
2015-06-23 10:22 GMT+02:00 Daniel Thompson [off-list ref]:
On 22/06/15 23:48, Stephen Boyd wrote:quoted
On 06/10, Daniel Thompson wrote:quoted
This patchset implements a clock driver for STM32F42xxx and STM32F43xxx series devices. It supports decoding the state configured by the bootloader (PLL, clock select, bus dividers) and all the gates clocks. It does not currently support the I2S and SAI PLLs. Relies on "Add support to STMicroeletronics STM32 family" v9 by Maxime Coquelin: http://thread.gmane.org/gmane.linux.kernel/1961049 .I applied 1 and 2. Looks like #3 should go through arm-soc at some later time?Agreed (that is also the patch that must be correctly ordered w.r.t. Maxime's patches).
Indeed, I will take care of patch 3. Thanks, Maxime