zephyr/drivers/clock_control
Erwan Gouriou 9208d9f8db drivers: clock_control: fix AHB2 bus clock activation on stm32f4
During introduction of LL clock_control driver on stm32f4 series,
AHB2 clock activation/deactivation case was let under stm32l4 condition
preventing activation of this clock with F4 series.
This patch fixes the issue.

Change-Id: I5e488e990d33252f491f8960fc7a798ca3416be2
Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2017-05-15 08:27:27 -05:00
..
Kconfig stm32f4: Clean references to stm32f4 specific clock control 2017-04-28 15:26:11 -05:00
Kconfig.beetle license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.nrf5 license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.quark_se license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stm32 driver: clock control stm32: align f4 factor names on l4 2017-04-28 15:26:37 -05:00
Kconfig.stm32f10x license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
Kconfig.stm32f107xx doc: misspellings in Kconfig files 2017-05-05 19:38:53 -04:00
Makefile stm32f4: Clean references to stm32f4 specific clock control 2017-04-28 15:26:11 -05:00
beetle_clock_control.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
nrf5_power_clock.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
quark_se_clock_control.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
stm32_ll_clock.c drivers: clock_control: fix AHB2 bus clock activation on stm32f4 2017-05-15 08:27:27 -05:00
stm32_ll_clock.h drivers: clock control: Provide LL based clock control for stm32f4 series 2017-04-28 15:06:41 -05:00
stm32f3x_ll_clock.c drivers: clock control: Provide LL based clock control for stm32f4 series 2017-04-28 15:06:41 -05:00
stm32f4x_ll_clock.c driver: clock control stm32: align f4 factor names on l4 2017-04-28 15:26:37 -05:00
stm32f10x_clock.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
stm32f107xx_clock.c drivers: convert to using newly introduced integer sized types 2017-04-21 10:06:48 -05:00
stm32l4x_ll_clock.c drivers: clock control: Provide LL based clock control for stm32f4 series 2017-04-28 15:06:41 -05:00