index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
clk
/
clk_stm32mp1.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-17
clk: Add directory for STM32 clock drivers
Patrick Delaunay
1
-2331
/
+0
2022-05-10
clk: stm32mp1: Add missing newline
Marek Vasut
1
-1
/
+1
2021-11-10
stm32mp15: replace CONFIG_TFABOOT when it is possible
Patrick Delaunay
1
-3
/
+1
2021-08-16
clk: stm32mp1: add support of BSEC clock
Patrick Delaunay
1
-0
/
+1
2021-07-27
clk: stm32mp1: add support of missing SPI clocks
Patrick Delaunay
1
-0
/
+13
2021-07-16
clk: stm32mp1: add support of SYSCFG clock
Patrick Delaunay
1
-0
/
+1
2021-03-11
clk: stm32mp1: gets root clocks from fdt
Etienne Carriere
1
-39
/
+23
2021-02-15
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
Tom Rini
1
-0
/
+1
2021-02-09
clk: stm32mp1: add support of I2C6_K
Patrick Delaunay
1
-0
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-13
clk: stm32mp1: migrate trace to dev and log macro
Patrick Delaunay
1
-76
/
+71
2021-01-05
dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-1
/
+1
2020-07-07
arm: stm32mp: add weak function to save vddcore
Patrick Delaunay
1
-0
/
+5
2020-07-07
stm32mp1: clk: configure pll1 with OPP
Patrick Delaunay
1
-28
/
+262
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop init.h from common header
Simon Glass
1
-0
/
+1
2020-05-14
clk: stm32mp1: fix CK_MPU calculation
Lionel Debieve
1
-3
/
+4
2020-04-15
configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOT
Patrick Delaunay
1
-1
/
+1
2020-03-24
clk: stm32mp1: add SPI5_K support
Patrick Delaunay
1
-0
/
+7
2020-03-24
clk: stm32mp1: correct CKSELR masks
Patrick Delaunay
1
-3
/
+3
2020-02-13
clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktree
Patrick Delaunay
1
-4
/
+5
2020-01-07
clk: stm32mp1: Add a clock entry for RNG1 device
Sughosh Ganu
1
-0
/
+1
2019-12-02
common: Move get_ticks() function out of common.h
Simon Glass
1
-0
/
+1
2019-12-02
Move strtomhz() to vsprintf.h
Simon Glass
1
-0
/
+1
2019-08-27
stm32mp1: clk: use gd to store frequency information
Patrick Delaunay
1
-7
/
+9
2019-08-27
stm32mp1: clk: remove debug traces
Patrick Delaunay
1
-17
/
+4
2019-07-22
clk: stm32mp1: Add RTC clock entry
Patrick Delaunay
1
-0
/
+9
2019-07-12
clk: clk_stm32mp1: Fix warnings when compiling with W=1
Patrick Delaunay
1
-3
/
+4
2019-07-12
stm32mp1: syscon: remove stgen
Patrick Delaunay
1
-2
/
+1
2019-06-06
stm32mp1: clk: use the correct identifier for ethck
Patrick Delaunay
1
-1
/
+1
2019-06-06
clk: stm32mp1: Add SPI1 clock entry
Patrice Chotard
1
-0
/
+7
2019-05-23
clk: stm32mp1: add set_rate for DDRPHYC clock
Patrick Delaunay
1
-0
/
+83
2019-04-12
stm32mp1: add trusted boot with TF-A
Patrick Delaunay
1
-0
/
+2
2019-02-09
clk: stm32mp1: correctly handle Clock Spreading Generator
Patrick Delaunay
1
-1
/
+7
2019-02-09
clk: stm32mp1: add debug information
Patrick Delaunay
1
-4
/
+79
2019-02-09
clk: stm32mp1: recalculate counter when switching freq
Patrick Delaunay
1
-2
/
+7
2019-02-09
clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRR
Patrick Delaunay
1
-8
/
+5
2019-02-09
clk: stm32mp1: add IPCC clock
Patrick Delaunay
1
-0
/
+1
2019-02-09
clk: stm32mp1: no more get ck_usbo_48m in device tree
Patrick Delaunay
1
-3
/
+3
2018-12-06
clk: stm32: add hardware spinlock clock
Benjamin Gaignard
1
-0
/
+3
2018-07-20
stm32mp1: clk: support digital bypass
Patrick Delaunay
1
-9
/
+18
2018-07-20
stm32mp1: clk: add ADC clock gating
Patrick Delaunay
1
-0
/
+7
2018-07-20
stm32mp1: clk: update Ethernet clock gating
Patrick Delaunay
1
-2
/
+1
2018-07-20
stm32mp1: clk: add LDTC and DSI clock support
Patrick Delaunay
1
-3
/
+93
2018-07-20
stm32mp1: clk: add common function pll_get_fvco
Patrick Delaunay
1
-30
/
+61
2018-07-20
stm32mp1: clk: define RCC_PLLNCFGR2_SHIFT macro
Patrick Delaunay
1
-9
/
+6
2018-07-20
misc: stm32: Add STM32MP1 support
Patrick Delaunay
1
-6
/
+0
2018-05-08
clk: stm32mp1: Add VREF clock gating
Fabrice Gasnier
1
-0
/
+3
[next]