zephyr/drivers/clock_control
Eric Hay e51b24b429 drivers: clock_control: stm32g0: Enable the Q divisor on g0X1 variants
The PLL Q divisor does not exist on stm32g0X0 variants. It should only
be configured for g0X1 variants.

Signed-off-by: Eric Hay <EHay@sierrawireless.com>
2020-10-09 11:49:39 +02:00
..
CMakeLists.txt drivers: clock_control: Rename nrf_power_clock to clock_control_nrf 2020-08-31 12:40:47 +02:00
Kconfig driver: clock: Add clock controller support in NPCX series. 2020-08-13 16:42:20 +02:00
Kconfig.beetle
Kconfig.esp32
Kconfig.lpc11u6x drivers: clock_control: lpc11u6x: Add support for clock controller 2020-07-29 20:12:24 +02:00
Kconfig.mcux_ccm
Kconfig.mcux_mcg
Kconfig.mcux_pcc
Kconfig.mcux_scg
Kconfig.mcux_sim
Kconfig.npcx driver: clock: Add clock controller support in NPCX series. 2020-08-13 16:42:20 +02:00
Kconfig.nrf drivers: clock_control: nrf: Improve waiting for LF clock 2020-09-10 21:31:01 +02:00
Kconfig.rv32m1
Kconfig.stm32 drivers: clock_control: stm32h7: Add HSE,HSI,CSI,PLL sysclk opt. 2020-07-27 13:24:27 +02:00
Kconfig.stm32f0_f3
Kconfig.stm32f1
Kconfig.stm32f2_f4_f7
Kconfig.stm32g0 drivers: clock_control: stm32g0: Enable the Q divisor on g0X1 variants 2020-10-09 11:49:39 +02:00
Kconfig.stm32g4
Kconfig.stm32h7 drivers: clock_control: stm32h7 add HSI divisor support 2020-08-05 16:22:53 +02:00
Kconfig.stm32l0_l1
Kconfig.stm32l4_l5_wb
beetle_clock_control.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
clock_control_esp32.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
clock_control_esp32.h
clock_control_lpc11u6x.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
clock_control_lpc11u6x.h drivers: clock_control: lpc11u6x: Add support for clock controller 2020-07-29 20:12:24 +02:00
clock_control_mcux_ccm.c drivers: mcux: imx rt flexcan support 2020-09-29 14:03:10 -05:00
clock_control_mcux_mcg.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
clock_control_mcux_pcc.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
clock_control_mcux_scg.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
clock_control_mcux_sim.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
clock_control_npcx.c drivers: npcx: Add const modifier for hal instances and so on. 2020-10-06 18:16:02 -05:00
clock_control_nrf.c drivers: clock_control: nrf: Fix waiting for LF clock 2020-09-22 09:58:19 +02:00
clock_control_rv32m1_pcc.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
clock_stm32_ll_common.c drivers: stm32: fix MSI PLL mode enabling 2020-10-02 11:46:22 +02:00
clock_stm32_ll_common.h
clock_stm32_ll_h7.c drivers: clock_control: stm32h7 use a macro to define VCO_INPUT_RANGE 2020-09-04 17:03:57 +02:00
clock_stm32_ll_mp1.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
clock_stm32f0_f3.c
clock_stm32f1.c
clock_stm32f2_f4_f7.c
clock_stm32g0.c
clock_stm32g4.c
clock_stm32l0_l1.c
clock_stm32l4_l5_wb.c drivers: STM32 dualcore concurrent register access protection with HSEM 2020-07-09 11:27:56 +02:00
nrf_clock_calibration.c device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
nrf_clock_calibration.h drivers: clock_control: nrf: Make use of related nrfx drivers 2020-08-31 12:40:47 +02:00