72 Commits (e550fa127f16baeec81e2be6611a7d496516a5d7)

Author SHA1 Message Date
Yann Gautier 4198fa1db7 fix(st-clock): avoid arithmetics on pointers 2 years ago
Yann Gautier ee21709e98 fix(st-clock): give the size for parent_mp13 and dividers_mp13 tables 2 years ago
Yann Gautier 69a2e320b6 fix(st-clock): remove useless switch 2 years ago
Yann Gautier c3ae7da02d fix(st-clock): use Boolean type for tests 2 years ago
Patrick Delaunay 7d197d6281 refactor(stm32mp1): move DT_UART_COMPAT in include file 3 years ago
Gabriel Fernandez 3ff1ff4047 refactor(st-clock): code size optimization 2 years ago
Gabriel Fernandez b44f5acf5d refactor(st-clock): remove unused PLL field 3 years ago
Yann Gautier 56f895ede3 fix(st-clock): correct MISRA C2012 15.6 2 years ago
Yann Gautier 3b06a53044 fix(st-clock): correctly check ready bit 2 years ago
Yann Gautier 7417cda6ae fix(st-clock): correct stm32_clk_parse_fdt_by_name 3 years ago
Yann Gautier b8eab512bf fix(st-clock): check _clk_stm32_get_parent return 3 years ago
Gabriel Fernandez 9be88e75c1 feat(st-clock): add clock driver for STM32MP13 5 years ago
Yann Gautier 175758b277 fix(st-clock): initialize pllcfg table 3 years ago
Yann Gautier 9fa9a0c55c fix(st-clock): print enums as unsigned 3 years ago
Lionel Debieve 812daf916c feat(st): update the security based on new compatible 4 years ago
Lionel Debieve 591d80c8b1 refactor(st-clock): update STGEN management 5 years ago
Yann Gautier 7418cf3979 feat(st-clock): assign clocks to the correct BL 5 years ago
Yann Gautier 3d69149a7e feat(st-clock): do not refcount on non-secure clocks in bl32 3 years ago
Yann Gautier aaa09b713c feat(st-clock): define secure and non-secure gate clocks 3 years ago
Yann Gautier 2444d2314c refactor(st-clock): use refcnt instead of secure status 3 years ago
Yann Gautier 44fb470b7f fix(st-clock): correct types in error messages 3 years ago
Gabriel Fernandez b208e3da04 refactor(st-clock): directly use oscillator name 5 years ago
Lionel Debieve 31e9750bc1 feat(st-clock): check HSE configuration in serial boot 5 years ago
Patrick Delaunay bcccdacc7e feat(st-clock): manage disabled oscillator 5 years ago
Nicolas Le Bayon 964e5ff184 refactor(st-clock): improve DT parsing for PLL nodes 5 years ago
Yann Gautier 33667d299b feat(st): use newly introduced clock framework 3 years ago
Nicolas Le Bayon 165ad5561e feat(drivers/st/uart): add uart driver for STM32MP1 5 years ago
Patrick Delaunay bf1af154db feat(stm32mp1): preserve the PLL4 settings for USB boot 4 years ago
HE Shushan 5b111c7479 fix(stm32mp1_clk): keep RTC clock always on 3 years ago
Gabriel Fernandez 602ae2f23c fix(stm32mp1_clk): fix MPU clock rate 5 years ago
Etienne Carriere b8fe48b6f2 fix(stm32mp1_clk): fix MCU/AXI parent clock 5 years ago
Yann Gautier ba57711c38 refactor(stm32mp_clk): keep RCC node offset 4 years ago
Yann Gautier bf39318d93 fix(stm32mp1_clk): set other clocks as always on 4 years ago
Patrick Delaunay ff18c4cde4 refactor(drivers/st/clk): change fdt_get_rcc_node as static 4 years ago
Yann Gautier 288f5cf204 refactor(stm32mp1_clk): update RCC registers file 3 years ago
Lionel Debieve 373f06be4e fix(stm32mp1_clk): keep RTCAPB clock always on 5 years ago
Gabriel Fernandez cbd2e8a6af fix(stm32mp1_clk): fix RTC clock rating 3 years ago
Yann Gautier 15509093f0 fix(stm32mp1_clk): correctly manage RTC clock source 4 years ago
Yann Gautier 8f97c4fab1 fix(drivers/st/clk): use correct return value 4 years ago
Yann Gautier ade9ce03b8 stm32mp1: get peripheral base address from a define 5 years ago
Etienne Carriere 1bb9072ab4 clk: stm32mp1: fix rcc mckprot status 5 years ago
Etienne Carriere 37e8295abd drivers: st: clock: register parent of secure clocks 5 years ago
Etienne Carriere 25be845ed2 drivers: stm32mp1 clocks: fix debug trace on clock enable/disable 5 years ago
Etienne Carriere 033b6c3ac3 drivers: stm32mp1 clocks: enable system clocks during initialization 5 years ago
Etienne Carriere 35848200b9 drivers: stm32mp1 clocks: prevent crash on always on clocks 5 years ago
Etienne Carriere 016af0064d drivers: stm32mp1 clocks: add RTC as a gateable clock 5 years ago
Etienne Carriere 8ae08dcd19 drivers: stm32mp1 clocks: support shifted clock selector bit masks 5 years ago
Etienne Carriere 8fbcd9e421 drivers: stm32mp1 clocks: allow tree lookup for several system clocks 5 years ago
Andre Przywara be858cffa9 plat/stm32: Implement fdt_read_uint32_default() as a wrapper 5 years ago
Andre Przywara 52a616b48c plat/stm32: Use generic fdt_read_uint32_array() implementation 5 years ago