1. 466ca63 drivers: ipm: set IPM_STM32_HSEM default from the device tree by Fabio Baltieri · 3 years, 7 months ago
  2. 559e126 drivers: ipm: add driver based on stm32 hsem by HaiLong Yang · 3 years, 8 months ago
  3. faecc4c ipm: cavs: (cosmetic) fix indentation by Guennadi Liakhovetski · 3 years, 11 months ago
  4. aef4edd cavs: idc: export cavs_idc_smp_init() by Guennadi Liakhovetski · 4 years ago
  5. 4663b07 drivers: ipm: remove usage of device_pm_control_nop by Gerard Marull-Paretas · 4 years ago
  6. b275fec soc: stm32: convert to use DEVICE_DT_GET for clocks by Kumar Gala · 4 years, 1 month ago
  7. 02703e6 device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE by Kumar Gala · 4 years, 3 months ago
  8. 274afd4 drivers: ipm_mcux: add support for LPC55S69 by Andrei Gansari · 4 years, 3 months ago
  9. 71b3ce2 ipm: Fixed linker error in drivers/ipm/ipm_handlers.c by Peter Andersson · 4 years, 3 months ago
  10. d59b4a2 drivers: ipm: Convert DEVICE_AND_API_INIT to DEVICE_DEFINE by Kumar Gala · 4 years, 3 months ago
  11. 727932f drivers: ipm: cavs_idc: Convert drivers to new DT device macros by Kumar Gala · 4 years, 3 months ago
  12. 8893ad5 drivers: ipm: Convert drivers to new DT device macros by Kumar Gala · 4 years, 3 months ago
  13. b7a6087 drivers: ipm: stm32: use generic LL headers by Martin Jäger · 4 years, 4 months ago
  14. ad4116c soc: intel_s1000: Catch up with API skew by Andy Ross · 4 years, 5 months ago
  15. dc9127e ipm: cavs_idc: use the IPC/IDC definitions in SoC by Anas Nashif · 4 years, 5 months ago
  16. ef560e0 drivers: Manual const-ification of device driver instance by Tomasz Bursztyka · 4 years, 7 months ago
  17. 4dcfb55 isr: Normalize usage of device instance through ISR by Tomasz Bursztyka · 4 years, 7 months ago
  18. e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
  19. 765305e ipm: ipm_intel_adsp: Add INTEL ADSP IPM driver by Andrei Emeltchenko · 4 years, 7 months ago
  20. 98d9b01 device: Apply driver_api/data attributes rename everywhere by Tomasz Bursztyka · 4 years, 8 months ago
  21. af6140c device: Apply config_info rename everywhere by Tomasz Bursztyka · 4 years, 8 months ago
  22. 244f826 cmake: remove _if_kconfig() functions by Carles Cufi · 4 years, 8 months ago
  23. caf78ca drivers: ipm: Align all drivers using user_data for the callback by Tomasz Bursztyka · 4 years, 8 months ago
  24. c670656 drivers: Apply IPM callback signature change where relevant by Tomasz Bursztyka · 4 years, 8 months ago
  25. bc34501 drivers: use macro to define device structures by Peter Bigot · 4 years, 10 months ago
  26. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  27. 97326c0 device: Fix structure attributes access by Tomasz Bursztyka · 5 years ago
  28. e53ddb5 intc: intc_cavs: Replace DT_CAVS_ICTL_BASE_ADDR with new macros by Kumar Gala · 5 years ago
  29. 78f29f8 drivers: ipm: ipm_mcux: convert to new DT_INST macros by Kumar Gala · 5 years ago
  30. a152f14 drivers: ipm: ipm_nrfx_ipc: Convert to new DT_INST macros by Kumar Gala · 5 years ago
  31. 5ed7b7e drivers: ipm: ipm_imx: Convert driver to new DT_INST macros by Kumar Gala · 5 years ago
  32. cab9a22 drivers: ipm: ipm_mhu: Fix typo bug in IRQ_CONNECT by Kumar Gala · 5 years ago
  33. ff1eb62 drivers: arm_cmsdk/arm: Convert drivers to new DT_INST macros by Kumar Gala · 5 years ago
  34. 9f6d957 drivers: ipm: fix build issue from DT macro conversion by Kumar Gala · 5 years ago
  35. d6e804a drivers: ipm: ipm_cavs_idc: Convert to new DT_INST macros by Kumar Gala · 5 years ago
  36. 989484b drivers: stm32: Convert STM32 drivers to new DT_INST macros by Kumar Gala · 5 years ago
  37. 492e890 ipm: add driver for the CAVS DSP Intra-DSP Communication (IDC) by Daniel Leung · 5 years ago
  38. 5e486b9 treewide: use full path to ipm.h header by Peter Bigot · 5 years ago
  39. 0b0d2e64 treewide: use full path to clock_control/stm32_clock_control.h header by Peter Bigot · 5 years ago
  40. bbb00d0 treewide: use full path to clock_control.h header by Peter Bigot · 5 years ago
  41. d716e3a various: Cleanup COND_CODE_1 usage or replace with IF_ENABLED() by Krzysztof Chruscinski · 5 years ago
  42. e770c8d drivers: ipm: Cleanup IPM Kconfig by Andrei Emeltchenko · 5 years ago
  43. 57f7801 drivers: ipm: nrfx: add event_index assertion by Marcin Szymczyk · 5 years ago
  44. 434c3cb drivers: ipm: add nRFx IPM driver by Karol Lasończyk · 5 years ago
  45. ac9fe11 Kconfig: Remove copy-pasted comments on some promptless symbols by Ulf Magnusson · 5 years ago
  46. 075c94f kernel: Port remaining syscalls to new API by Andy Ross · 6 years ago
  47. 578ae40 boards: remove quarl_se_c1000 by Anas Nashif · 6 years ago
  48. 725a3c9 drivers: introduce ipm driver for stm32 by Arnaud Pouliquen · 6 years ago
  49. 9ab2a56 cleanup: include/: move misc/printk.h to sys/printk.h by Anas Nashif · 6 years ago
  50. 5eb90ec cleanup: include/: move misc/__assert.h to sys/__assert.h by Anas Nashif · 6 years ago
  51. 6524925 cleanup: include/: move ipm.h to drivers/ipm.h by Anas Nashif · 6 years ago
  52. a269397 dts: Convert from DT_<COMPAT>_<INSTANCE>_<PROP> to DT_INST... by Kumar Gala · 6 years ago
  53. 2a7824a drivers: ipm: mhu: Add MHU driver for V2M Musca by Karl Zhang · 6 years ago
  54. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  55. 4344e27 all: Update reserved function names by Patrik Flykt · 6 years ago
  56. 9aab5ce kconfig: Remove redundant 'default n' properties by Ulf Magnusson · 6 years ago
  57. 567de65 drivers: ipm: ipm_quark_se: Remove object declaration from header by Adithya Baglody · 6 years ago
  58. 8ff96b5 drivers: Add 'U' to unsigned variable assignments by Patrik Flykt · 6 years ago
  59. ba3ed24 imx: Add IMX IPM driver for i.MX socs by Stanislav Poboril · 6 years ago
  60. 2020290 dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig by Andrzej Głąbek · 6 years ago
  61. aa2bdbe drivers: Remove board.h include by Kumar Gala · 6 years ago
  62. 67ca176 headers: Fix headers across the project by Flavio Ceolin · 7 years ago
  63. 0866d18 irq: Fix irq_lock api usage by Flavio Ceolin · 7 years ago
  64. 8cf8db3 Kconfig: Use a short, consistent style for prompts by Ulf Magnusson · 7 years ago
  65. 2d50da7 drivers: ipm: Kconfig: Remove redundant 'default n' properties by Ulf Magnusson · 7 years ago
  66. 8345e5e syscalls: remove policy from handler checks by Andrew Boie · 7 years ago
  67. 5477ee4 mcux: Add MCUX IPM driver for lpc and kinetis socs by Stanislav Poboril · 7 years ago
  68. b0db28b drivers: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for driver files. by Adithya Baglody · 7 years ago
  69. c200367 drivers: Perform a runtime check if a driver is capable of an operation by Leandro Pereira · 7 years ago
  70. 429c2a4 kconfig: fix help syntax and add spaces by Anas Nashif · 7 years ago
  71. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  72. 12f8f76 Introduce cmake-based rewrite of KBuild by Sebastian Bøe · 7 years ago
  73. 2e60b24 drivers: ipm: add system calls by Andrew Boie · 7 years ago
  74. f84d520 drivers: IPM: Refactor IPM driver using u32_t registers by Andrei Emeltchenko · 8 years ago
  75. 1129925 drivers: IPM: Access 32-bit IPM registers right way by Andrei Emeltchenko · 8 years ago
  76. 50605ec drivers: IPM: Fix loosing interrupts by Andrei Emeltchenko · 8 years ago
  77. cdbae26 ipm: Trivial space adjustment by Andrei Emeltchenko · 8 years ago
  78. ccad5bf drivers: convert to using newly introduced integer sized types by Kumar Gala · 8 years ago
  79. 7890816 Introduce new sized integer typedefs by Kumar Gala · 8 years ago
  80. 278f057 ipm: fix Makefile to include drivers correctly by Anas Nashif · 8 years ago
  81. ac74d8b license: Replace Apache boilerplate with SPDX tag by David B. Kinder · 8 years ago
  82. b04cdcd drivers: Remove legacy nanokernel.h include by Flavio Santes · 8 years ago
  83. 0b474ee kernel: deprecate old init levels by Andrew Boie · 8 years ago
  84. a8dfccc drivers/ipm_quark_se: Make driver_api const. by Marcus Shawcroft · 8 years ago
  85. fd212ac ipm/ipm_quark_se: Make config_info pointers const. by Marcus Shawcroft · 8 years ago
  86. 5363d14 boards: rename Quark SE Devboard to Quark SE C1000 by Anas Nashif · 9 years ago
  87. 5e4b62c boards: rename Quark SE Devboard to Quark SE C1000 (Sensor Subsystem) by Anas Nashif · 9 years ago
  88. 533c2ee arc: fix management of IRQ priority levels by Andrew Boie · 9 years ago
  89. 0c9876c ipm: convert to use DEVICE_AND_API_INIT() by Daniel Leung · 9 years ago
  90. 024cfe7 drivers: Replace DEV_OK by 0 by Andre Guedes · 9 years ago
  91. d340d4c device: use DEVICE_INIT everwhere by Benjamin Walsh · 9 years ago
  92. 0303d8c device: rename SYS_DEFINE_DEVICE() by Benjamin Walsh · 9 years ago
  93. bfc2720 device: rename DECLARE_DEVICE_INIT_CONFIG() by Benjamin Walsh · 9 years ago
  94. a0e4568 c++: Add extern "C" { } block to header files by Peter Mitsis · 9 years ago
  95. d9cfbd5 interrupts: new static IRQ API by Andrew Boie · 9 years ago
  96. cb5022f ipm_quark_se: lock irqs while waiting for status bit to clear by Andrew Boie · 9 years ago
  97. 4f0f7e3 ipm_quark_se: don't wait for response with interrupts locked by Andrew Boie · 9 years ago
  98. 08d3cd7 ipm: quark_se: fix dropped/repeating characters by Andrew Boie · 9 years ago
  99. 0551ee0 ipm: rework isr to service one set of requests at a time by Dirk Brandewie · 9 years ago
  100. 10bb38c Use SoC instead of platform. by Anas Nashif · 9 years ago