1. de38141 kernel: remove deprecated init levels by Andrew Boie · 8 years ago
  2. 61b6f5a power_mgmt: Remove deprecated macros and structs by Amir Kaplan · 8 years ago
  3. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  4. 0b474ee kernel: deprecate old init levels by Andrew Boie · 8 years ago
  5. 6249c56 device_pm: Update control function name and doc to indicate PM specific by Ramesh Thomas · 8 years ago
  6. a5b2682 init.h: use a counter when naming system devices by Andrew Boie · 9 years ago
  7. d305da6 power_mgmt: Update Power Management device driver API by amirkapl · 9 years ago
  8. 7094273 trivial: fixed typos by Anas Nashif · 9 years ago
  9. a498d46 init: document SYS_INIT and SYS_INIT_PM by Andrew Boie · 9 years ago
  10. 02db526 power_mgmt: Enhances the DEVICE_INIT_PM macros by Ramesh Thomas · 9 years ago
  11. 4104bbf power_mgmt: Add device power management support by Ramesh Thomas · 9 years ago
  12. 629e1dd init: add SYS_INIT() by Benjamin Walsh · 9 years ago
  13. f2f719a device: move device APIs from init.h to device.h by Benjamin Walsh · 9 years ago
  14. 2c1a95a device: rename SYS_GET_DEVICE_NAME/SYS_GET_DEVICE by Benjamin Walsh · 9 years ago
  15. 0303d8c device: rename SYS_DEFINE_DEVICE() by Benjamin Walsh · 9 years ago
  16. bfc2720 device: rename DECLARE_DEVICE_INIT_CONFIG() by Benjamin Walsh · 9 years ago
  17. a0e4568 c++: Add extern "C" { } block to header files by Peter Mitsis · 9 years ago
  18. 49abcb3 device: add a new macro to obtain the device object symbol name by Fabien Chereau · 9 years ago
  19. b798c0a devices: _PASTE macro relocated from init.h to common.h by Juan Manuel Cruz · 9 years ago
  20. 57f2741 init: Implement fine-grained initialization policy by Dmitriy Korovkin · 9 years ago
  21. e7bb2b8 init: Add macro constants for initialization priorities by Dmitriy Korovkin · 9 years ago
  22. 55f8a05 doxygen: fixed parameter documentation by Anas Nashif · 9 years ago
  23. 7a1e221 init: add SYS_GET_DEVICE() macro to bury &__initconfig_* names usage. by Dirk Brandewie · 9 years ago
  24. a860cb7 init: Support fine-grained device initialization priorities by Allan Stephens · 9 years ago
  25. 7b00606 init: Simplify symbol name generated by DECLARE_DEVICE_INIT_CONFIG() by Allan Stephens · 9 years ago
  26. f7fffae Change BSD-3 licenses to Apache 2 by Javier B Perez Hernandez · 9 years ago
  27. 92d0135 init: Add more verbose comment block by Dirk Brandewie · 9 years ago
  28. 4db419b init: rename pure_core_init to pre_kernel_core_init by Dirk Brandewie · 9 years ago
  29. f96f61d init: rename pure_early_init to pre_kernel_early_init by Dirk Brandewie · 9 years ago
  30. 4365f02 init: rename pure_late_init to pre_kernel_late_init by Dirk Brandewie · 9 years ago
  31. 58a534b init: add pure_core_init level by Dirk Brandewie · 9 years ago
  32. c48418f init: remove pure_init macro by Dirk Brandewie · 9 years ago
  33. 0bd14d3 doxygen: fixed documenation build warning in init.h by Anas Nashif · 9 years ago
  34. a13fddb toolchain.h: add __used macro by Andrew Boie · 9 years ago
  35. a88cd0f init: Split pure_init into pure_init_{early,late} levels by Dirk Brandewie · 9 years ago
  36. 6a09e02 Remove trailing characters from macro defintion by Peter Mitsis · 9 years ago
  37. 538cb82 doxygen: make device and init comments doxygen friendly by Anas Nashif · 9 years ago
  38. 20764a2 doxygen: javadoc style by Anas Nashif · 9 years ago
  39. 6f326eb init: Back out symbolic names in macro definition by Dirk Brandewie · 9 years ago
  40. ac3fdf0 init: Add init system calls to micro and nano kernel init by Dirk Brandewie · 9 years ago
  41. 5423ba4 init.h: Add the ability to set driver_data at build time by Dirk Brandewie · 9 years ago
  42. c9ac95a device: Add device model infrastructure by Dirk Brandewie · 9 years ago