index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk_stm32f.c
Age
Commit message (
Expand
)
Author
2022-01-13
treewide: invaild -> invalid
Sean Anderson
2021-01-13
clk: clk_stm32f: migrate trace to dev and log macro
Patrick Delaunay
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2018-05-08
clk: clk_stm32f: Use PLLSAIP as USB 48MHz clock
Patrice Chotard
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-03-13
clk: clk_stm32f: Add DSI clock support
Patrice Chotard
2018-03-13
clk: clk_stm32f: Add set_rate for LTDC clock
Patrice Chotard
2018-03-13
clk: clk_stm32f: Configure SAI PLL to generate LTDC pixel clock
Patrice Chotard
2018-03-13
clk: clk_stm32f: Rework SDMMC stm32_clk_get_rate() part
Patrice Chotard
2018-03-13
clk: clk_stm32f: No more need of 48Mhz from PLL_SAI
Patrice Chotard
2018-03-13
clk: clk_stm32f: Fix RCC_PLLSAICFGR mask defines
Patrice Chotard
2018-03-13
clk: clk_stm32f: Fix stm32_clk_get_rate()
Patrice Chotard
2018-03-13
board: stm32: switch to DM STM32 timer
Patrice Chotard
2018-03-13
clk: clk_stm32f: Fix stm32_clk_get_rate() for timer
Patrice Chotard
2018-01-29
clk: clk_stm32: Add .set_rate callback
Patrice Chotard
2018-01-28
clk: clk_stm32f: Fix PLLSAICFGR_PLLSAIP_4 divider value
Patrice Chotard
2018-01-28
clk: clk_stm32f: Move SYSCFG clock setup into configure_clocks()
Patrice Chotard
2018-01-28
clk: clk_stm32f: Remove STMMAC clock setup
Patrice Chotard
2018-01-28
clk: stm32: retrieve external oscillator frequency from DT
Patrice Chotard
2018-01-10
board: stm32f429-disco: switch to DM STM32 clock driver
Patrice Chotard
2017-11-29
clk: clk_stm32fx: add clock configuration for mmc usage
Patrice Chotard
2017-11-29
dm: misc: bind STM32F4/F7 clock from rcc MFD driver
Patrice Chotard
2017-11-29
clk: stm32fx: migrate define from rcc.h to driver
Patrice Chotard
2017-11-29
clk: stm32f7: rename clk_stm32f7.c to clk_stm32f.c
Patrice Chotard