zephyr/drivers/clock_control
Erwan Gouriou 37c13eec7a drivers/clock_control: stm32: Factorize series specific code
RCC device could be common to various STM32 series.
Until now, PLL handling code was set in series specific files,
even if it was driving the same device than another series.
Minimize code duplication by factorizing code between series
when possible.
With this change, some series get additional features by getting
access to code developed for other series.

Additionally, while renaming the files, remove the non informative
'x' to minimize file name length

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2019-06-10 10:53:11 -04:00
..
beetle_clock_control.c
clock_control_mcux_ccm.c
clock_control_mcux_pcc.c clock_control: introduce mcux pcc driver 2019-05-14 15:00:11 -05:00
clock_control_mcux_sim.c drivers: clock_control_mcux_sim: add support for clkout 2019-05-14 15:00:11 -05:00
clock_control_rv32m1_pcc.c
clock_stm32_ll_common.c soc: stm32: Remove unused soc_register header file 2019-05-30 09:37:51 -04:00
clock_stm32_ll_common.h drivers: clock_control: stm32: Modify file naming pattern 2019-04-26 02:56:20 -07:00
clock_stm32_ll_mp1.c drivers/clock_control: stm32: Factorize series specific code 2019-06-10 10:53:11 -04:00
clock_stm32f1.c drivers/clock_control: stm32: Factorize series specific code 2019-06-10 10:53:11 -04:00
clock_stm32f2_f4_f7.c drivers/clock_control: stm32: Factorize series specific code 2019-06-10 10:53:11 -04:00
clock_stm32f2x.c soc: stm32: Remove unused soc_register header file 2019-05-30 09:37:51 -04:00
clock_stm32f3x.c soc: stm32: Remove unused soc_register header file 2019-05-30 09:37:51 -04:00
clock_stm32f7x.c soc: stm32: Remove unused soc_register header file 2019-05-30 09:37:51 -04:00
clock_stm32f0_f3.c drivers/clock_control: stm32: Factorize series specific code 2019-06-10 10:53:11 -04:00
clock_stm32l1x.c soc: stm32: Remove unused soc_register header file 2019-05-30 09:37:51 -04:00
clock_stm32l4_wb.c drivers/clock_control: stm32: Factorize series specific code 2019-06-10 10:53:11 -04:00
clock_stm32l0_l1.c drivers/clock_control: stm32: Factorize series specific code 2019-06-10 10:53:11 -04:00
clock_stm32wbx.c soc: stm32: Remove unused soc_register header file 2019-05-30 09:37:51 -04:00
CMakeLists.txt drivers/clock_control: stm32: Factorize series specific code 2019-06-10 10:53:11 -04:00
Kconfig clock_control: introduce mcux pcc driver 2019-05-14 15:00:11 -05:00
Kconfig.beetle
Kconfig.mcux_ccm
Kconfig.mcux_pcc clock_control: introduce mcux pcc driver 2019-05-14 15:00:11 -05:00
Kconfig.mcux_sim
Kconfig.nrf
Kconfig.quark_se
Kconfig.rv32m1
Kconfig.stm32 clock_control: Add stm32mp157c_dk2 board support 2019-04-26 02:56:20 -07:00
nrf_power_clock.c
quark_se_clock_control.c