summaryrefslogtreecommitdiffstats
path: root/drivers/clk/clk_stm32mp1.c
Commit message (Expand)AuthorAgeFilesLines
* clk: stm32mp1: gets root clocks from fdtEtienne Carriere2021-03-111-39/+23
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-151-0/+1
|\
| * common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* | clk: stm32mp1: add support of I2C6_KPatrick Delaunay2021-02-091-0/+1
|/
* clk: stm32mp1: migrate trace to dev and log macroPatrick Delaunay2021-01-131-76/+71
* dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-051-1/+1
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* arm: stm32mp: add weak function to save vddcorePatrick Delaunay2020-07-071-0/+5
* stm32mp1: clk: configure pll1 with OPPPatrick Delaunay2020-07-071-28/+262
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop init.h from common headerSimon Glass2020-05-181-0/+1
* clk: stm32mp1: fix CK_MPU calculationLionel Debieve2020-05-141-3/+4
* configs: stm32mp1: replace STM32MP1_TRUSTED by TFABOOTPatrick Delaunay2020-04-151-1/+1
* clk: stm32mp1: add SPI5_K supportPatrick Delaunay2020-03-241-0/+7
* clk: stm32mp1: correct CKSELR masksPatrick Delaunay2020-03-241-3/+3
* clk: stm32mp1: solve type issue in stm32mp1_lse_enable and stm32mp1_clktreePatrick Delaunay2020-02-131-4/+5
* clk: stm32mp1: Add a clock entry for RNG1 deviceSughosh Ganu2020-01-071-0/+1
* common: Move get_ticks() function out of common.hSimon Glass2019-12-021-0/+1
* Move strtomhz() to vsprintf.hSimon Glass2019-12-021-0/+1
* stm32mp1: clk: use gd to store frequency informationPatrick Delaunay2019-08-271-7/+9
* stm32mp1: clk: remove debug tracesPatrick Delaunay2019-08-271-17/+4
* clk: stm32mp1: Add RTC clock entryPatrick Delaunay2019-07-221-0/+9
* clk: clk_stm32mp1: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-3/+4
* stm32mp1: syscon: remove stgenPatrick Delaunay2019-07-121-2/+1
* stm32mp1: clk: use the correct identifier for ethckPatrick Delaunay2019-06-061-1/+1
* clk: stm32mp1: Add SPI1 clock entryPatrice Chotard2019-06-061-0/+7
* clk: stm32mp1: add set_rate for DDRPHYC clockPatrick Delaunay2019-05-231-0/+83
* stm32mp1: add trusted boot with TF-APatrick Delaunay2019-04-121-0/+2
* clk: stm32mp1: correctly handle Clock Spreading GeneratorPatrick Delaunay2019-02-091-1/+7
* clk: stm32mp1: add debug informationPatrick Delaunay2019-02-091-4/+79
* clk: stm32mp1: recalculate counter when switching freqPatrick Delaunay2019-02-091-2/+7
* clk: stm32mp1: correct access to RCC_OCENSETR/RCC_OCENCLRRPatrick Delaunay2019-02-091-8/+5
* clk: stm32mp1: add IPCC clockPatrick Delaunay2019-02-091-0/+1
* clk: stm32mp1: no more get ck_usbo_48m in device treePatrick Delaunay2019-02-091-3/+3
* clk: stm32: add hardware spinlock clockBenjamin Gaignard2018-12-061-0/+3
* stm32mp1: clk: support digital bypassPatrick Delaunay2018-07-201-9/+18
* stm32mp1: clk: add ADC clock gatingPatrick Delaunay2018-07-201-0/+7
* stm32mp1: clk: update Ethernet clock gatingPatrick Delaunay2018-07-201-2/+1
* stm32mp1: clk: add LDTC and DSI clock supportPatrick Delaunay2018-07-201-3/+93
* stm32mp1: clk: add common function pll_get_fvcoPatrick Delaunay2018-07-201-30/+61
* stm32mp1: clk: define RCC_PLLNCFGR2_SHIFT macroPatrick Delaunay2018-07-201-9/+6
* misc: stm32: Add STM32MP1 supportPatrick Delaunay2018-07-201-6/+0
* clk: stm32mp1: Add VREF clock gatingFabrice Gasnier2018-05-081-0/+3
* SPDX: Convert all of our multiple license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* clock: stm32mp1: add stgen clock source change supportPatrick Delaunay2018-04-061-1/+45
* clk: stm32mp1: add clock tree initializationPatrick Delaunay2018-03-191-0/+576
* clk: add driver for stm32mp1Patrick Delaunay2018-03-191-0/+1157