summaryrefslogtreecommitdiff
path: root/include/init.h
AgeCommit message (Expand)Author
2017-04-07kernel: remove deprecated init levelsAndrew Boie
2017-03-31power_mgmt: Remove deprecated macros and structsAmir Kaplan
2017-01-19license: Replace Apache boilerplate with SPDX tagDavid B. Kinder
2016-11-09kernel: deprecate old init levelsAndrew Boie
2016-10-21device_pm: Update control function name and doc to indicate PM specificRamesh Thomas
2016-09-23init.h: use a counter when naming system devicesAndrew Boie
2016-09-22power_mgmt: Update Power Management device driver APIamirkapl
2016-09-17trivial: fixed typosAnas Nashif
2016-09-08init: document SYS_INIT and SYS_INIT_PMAndrew Boie
2016-07-21power_mgmt: Enhances the DEVICE_INIT_PM macrosRamesh Thomas
2016-03-26power_mgmt: Add device power management supportRamesh Thomas
2016-02-05init: add SYS_INIT()Benjamin Walsh
2016-02-05device: move device APIs from init.h to device.hBenjamin Walsh
2016-02-05device: rename SYS_GET_DEVICE_NAME/SYS_GET_DEVICEBenjamin Walsh
2016-02-05device: rename SYS_DEFINE_DEVICE()Benjamin Walsh
2016-02-05device: rename DECLARE_DEVICE_INIT_CONFIG()Benjamin Walsh
2016-02-05c++: Add extern "C" { } block to header filesPeter Mitsis
2016-02-05device: add a new macro to obtain the device object symbol nameFabien Chereau
2016-02-05devices: _PASTE macro relocated from init.h to common.hJuan Manuel Cruz
2016-02-05init: Implement fine-grained initialization policyDmitriy Korovkin
2016-02-05init: Add macro constants for initialization prioritiesDmitriy Korovkin
2016-02-05doxygen: fixed parameter documentationAnas Nashif
2016-02-05init: add SYS_GET_DEVICE() macro to bury &__initconfig_* names usage.Dirk Brandewie
2016-02-05init: Support fine-grained device initialization prioritiesAllan Stephens
2016-02-05init: Simplify symbol name generated by DECLARE_DEVICE_INIT_CONFIG()Allan Stephens
2016-02-05Change BSD-3 licenses to Apache 2Javier B Perez Hernandez
2016-02-05init: Add more verbose comment blockDirk Brandewie
2016-02-05init: rename pure_core_init to pre_kernel_core_initDirk Brandewie
2016-02-05init: rename pure_early_init to pre_kernel_early_initDirk Brandewie
2016-02-05init: rename pure_late_init to pre_kernel_late_initDirk Brandewie
2016-02-05init: add pure_core_init levelDirk Brandewie
2016-02-05init: remove pure_init macroDirk Brandewie
2016-02-05doxygen: fixed documenation build warning in init.hAnas Nashif
2016-02-05toolchain.h: add __used macroAndrew Boie
2016-02-05init: Split pure_init into pure_init_{early,late} levelsDirk Brandewie
2016-02-05Remove trailing characters from macro defintionPeter Mitsis
2016-02-05doxygen: make device and init comments doxygen friendlyAnas Nashif
2016-02-05doxygen: javadoc styleAnas Nashif
2016-02-05init: Back out symbolic names in macro definitionDirk Brandewie
2016-02-05init: Add init system calls to micro and nano kernel initDirk Brandewie
2016-02-05init.h: Add the ability to set driver_data at build timeDirk Brandewie
2016-02-05device: Add device model infrastructureDirk Brandewie