aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/st/clk/stm32mp1_clk.c
Commit message (Expand)AuthorAgeFilesLines
* stm32mp1: get peripheral base address from a defineYann Gautier2020-10-131-21/+16
* clk: stm32mp1: fix rcc mckprot statusEtienne Carriere2020-09-241-2/+4
* drivers: st: clock: register parent of secure clocksEtienne Carriere2020-07-081-0/+196
* drivers: stm32mp1 clocks: fix debug trace on clock enable/disableEtienne Carriere2020-05-111-4/+4
* drivers: stm32mp1 clocks: enable system clocks during initializationEtienne Carriere2020-05-111-0/+17
* drivers: stm32mp1 clocks: prevent crash on always on clocksEtienne Carriere2020-05-111-3/+42
* drivers: stm32mp1 clocks: add RTC as a gateable clockEtienne Carriere2020-05-111-0/+7
* drivers: stm32mp1 clocks: support shifted clock selector bit masksEtienne Carriere2020-05-111-2/+4
* drivers: stm32mp1 clocks: allow tree lookup for several system clocksEtienne Carriere2020-05-111-18/+66
* plat/stm32: Implement fdt_read_uint32_default() as a wrapperAndre Przywara2020-04-291-3/+6
* plat/stm32: Use generic fdt_read_uint32_array() implementationAndre Przywara2020-04-281-8/+14
* stm32mp1: use a common function to check spinlock is availableYann Gautier2019-09-021-15/+5
* clk: stm32mp: enable RTCAPB clock for dual-core chipsYann Gautier2019-09-021-0/+9
* stm32mp1: add general SYSCFG managementYann Gautier2019-06-171-0/+2
* clk: stm32mp1: correctly handle Clock Spreading GeneratorYann Gautier2019-06-171-1/+8
* clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel arrayYann Gautier2019-06-171-31/+31
* clk: stm32mp1: move oscillator functions to generic fileYann Gautier2019-06-171-1/+9
* arch: add some defines for generic timer registersYann Gautier2019-06-171-3/+0
* stm32mp1: add minimal support for co-processor Cortex-M4Yann Gautier2019-02-201-0/+78
* stm32mp1: update clock driverYann Gautier2019-02-141-506/+721
* stm32mp1: split clkfunc codeYann Gautier2019-02-141-1/+1
* stm32mp1: use new functions to manage timeoutsYann Gautier2019-02-141-26/+25
* stm32mp1: make functions and macros more commonYann Gautier2019-02-141-5/+5
* stm32mp1: do not include platform header files directly in driversYann Gautier2019-01-071-3/+2
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-14/+17
* stm32mp1: correct some static analysis tools issuesYann Gautier2018-11-091-2/+2
* libc: Use printf and snprintf across codebaseAntonio Nino Diaz2018-08-221-1/+2
* Replace stdio.h functions by TF functionsAntonio Nino Diaz2018-08-101-1/+1
* stm32mp1: Add clock and reset supportYann Gautier2018-07-241-0/+1611