summaryrefslogtreecommitdiff
path: root/drivers/clock_control
AgeCommit message (Expand)Author
2016-10-26drivers/quark_se_clock_control: Make driver_api const.Marcus Shawcroft
2016-10-25drivers/stm32f10x_clock: Make driver_api structure const.Marcus Shawcroft
2016-10-25drivers/nrf5_power_clock: Make driver_api structure const.Marcus Shawcroft
2016-10-22arm/nordic: use a common header for the nrf51/nrf52 SoC familiesRicardo Salveti
2016-10-18drivers: clock_control: Add nRF5x Series SoC clock driverVinayak Chettimada
2016-10-08clock/quark: Make config_info pointers const.Marcus Shawcroft
2016-09-16boards: rename Quark SE Devboard to Quark SE C1000Anas Nashif
2016-07-08sys_log: replace old debug macros at clock control driverGenaro Saucedo Tejada
2016-05-25Cleanup whitespace in Kconfig filesKumar Gala
2016-04-18stm32: rename SOC_STM32F1X -> SOC_SERIES_STM32F1XAnas Nashif
2016-04-15clock_control/stm32f10x: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-04-15clock_control/quark_se: convert to use DEVICE_AND_API_INIT()Daniel Leung
2016-03-28refactor common driver initialization prioritiesDaniel Leung
2016-03-21clock_control/stm32f1: HSE support and PLL configuration cleanupMaciek Borzecki
2016-03-18clock_control/stm32f10x: move kconfigs into its submenuDaniel Leung
2016-03-18clock_control/quark_se: fix default kconfig dependenciesDaniel Leung
2016-03-16drivers: Replace DEV_OK by 0Andre Guedes
2016-03-16clock_control/stm32f10x: introduce driver for STM32F10x RCCMaciek Borzecki
2016-03-16clock_control: extend API with clock rate query operationMaciek Borzecki
2016-03-16clock_control/Kconfig: move quark_se entries to separate fileMaciek Borzecki
2016-03-08clock_control/Kconfig: fix quark_se dependenciesMaciek Borzecki
2016-02-05device: use DEVICE_INIT everwhereBenjamin Walsh
2016-02-05device: rename SYS_DEFINE_DEVICE()Benjamin Walsh
2016-02-05device: rename DECLARE_DEVICE_INIT_CONFIG()Benjamin Walsh
2016-02-05Use SoC instead of platform.Anas Nashif
2016-02-05quark_se: rename platform and remove x86 suffixAnas Nashif
2016-02-05init: Implement fine-grained initialization policyDmitriy Korovkin
2016-02-05clock: add Quark SE clock controlTomasz Bursztyka