aboutsummaryrefslogtreecommitdiff
path: root/drivers/clk/clk_stm32mp1.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-07arm: stm32mp: add weak function to save vddcorePatrick Delaunay1-0/+5
2020-07-07stm32mp1: clk: configure pll1 with OPPPatrick Delaunay1-28/+262
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop init.h from common headerSimon Glass1-0/+1
2020-05-14clk: stm32mp1: fix CK_MPU calculationLionel Debieve1-3/+4
2020-04-15configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay1-1/+1
2020-03-24clk: stm32mp1: add SPI5_K supportPatrick Delaunay1-0/+7
2020-03-24clk: stm32mp1: correct CKSELR masksPatrick Delaunay1-3/+3
2020-02-13clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktreePatrick Delaunay1-4/+5
2020-01-07clk: stm32mp1: Add a clock entry for RNG1 deviceSughosh Ganu1-0/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2019-12-02Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2019-08-27stm32mp1: clk: use gd to store frequency informationPatrick Delaunay1-7/+9
2019-08-27stm32mp1: clk: remove debug tracesPatrick Delaunay1-17/+4
2019-07-22clk: stm32mp1: Add RTC clock entryPatrick Delaunay1-0/+9
2019-07-12clk: clk_stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay1-3/+4
2019-07-12stm32mp1: syscon: remove stgenPatrick Delaunay1-2/+1
2019-06-06stm32mp1: clk: use the correct identifier for ethckPatrick Delaunay1-1/+1
2019-06-06clk: stm32mp1: Add SPI1 clock entryPatrice Chotard1-0/+7
2019-05-23clk: stm32mp1: add set_rate for DDRPHYC clockPatrick Delaunay1-0/+83
2019-04-12stm32mp1: add trusted boot with TF-APatrick Delaunay1-0/+2
2019-02-09clk: stm32mp1: correctly handle Clock Spreading GeneratorPatrick Delaunay1-1/+7
2019-02-09clk: stm32mp1: add debug informationPatrick Delaunay1-4/+79
2019-02-09clk: stm32mp1: recalculate counter when switching freqPatrick Delaunay1-2/+7
2019-02-09clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRRPatrick Delaunay1-8/+5
2019-02-09clk: stm32mp1: add IPCC clockPatrick Delaunay1-0/+1
2019-02-09clk: stm32mp1: no more get ck_usbo_48m in device treePatrick Delaunay1-3/+3
2018-12-06clk: stm32: add hardware spinlock clockBenjamin Gaignard1-0/+3
2018-07-20stm32mp1: clk: support digital bypassPatrick Delaunay1-9/+18
2018-07-20stm32mp1: clk: add ADC clock gatingPatrick Delaunay1-0/+7
2018-07-20stm32mp1: clk: update Ethernet clock gatingPatrick Delaunay1-2/+1
2018-07-20stm32mp1: clk: add LDTC and DSI clock supportPatrick Delaunay1-3/+93
2018-07-20stm32mp1: clk: add common function pll_get_fvcoPatrick Delaunay1-30/+61
2018-07-20stm32mp1: clk: define RCC_PLLNCFGR2_SHIFT macroPatrick Delaunay1-9/+6
2018-07-20misc: stm32: Add STM32MP1 supportPatrick Delaunay1-6/+0
2018-05-08clk: stm32mp1: Add VREF clock gatingFabrice Gasnier1-0/+3
2018-05-07SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-06clock: stm32mp1: add stgen clock source change supportPatrick Delaunay1-1/+45
2018-03-19clk: stm32mp1: add clock tree initializationPatrick Delaunay1-0/+576
2018-03-19clk: add driver for stm32mp1Patrick Delaunay1-0/+1157