[U-Boot] [PATCH v2 02/10] clk: stm32f7: add clock driver for stm32f7 family
Simon Glass
sjg at chromium.org
Sat Feb 11 20:19:31 UTC 2017
On 10 February 2017 at 16:11, Vikas Manocha <vikas.manocha at st.com> wrote:
> add basic clock driver support for stm32f7 to enable clocks required by
> the peripherals.
>
> Signed-off-by: Vikas Manocha <vikas.manocha at st.com>
> ---
>
> Changed in v2:
> - added blank lines in code like before return and after
> variable declaration.
> - re-arranged header file inclusion as per u-boot guidelines.
> - remove not used function.
>
> arch/arm/mach-stm32/stm32f7/Makefile | 2 +-
> arch/arm/mach-stm32/stm32f7/soc.c | 2 -
> configs/stm32f746-disco_defconfig | 1 +
> doc/device-tree-bindings/clock/st,stm32-rcc.txt | 95 ++++++++++++++++++++++
> drivers/clk/Makefile | 2 +-
> .../stm32f7/clock.c => drivers/clk/clk_stm32f7.c | 61 +++++++++++++-
> 6 files changed, 157 insertions(+), 6 deletions(-)
> create mode 100644 doc/device-tree-bindings/clock/st,stm32-rcc.txt
> rename arch/arm/mach-stm32/stm32f7/clock.c => drivers/clk/clk_stm32f7.c (86%)
Adding this back:
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list