1. f8710aa drivers: i2s: stm32: use generic LL headers by Martin Jäger · 4 years, 4 months ago
  2. 344ff12 drivers/i2s: stm32: Convert to dt based pinctrl configuration by Erwan Gouriou · 4 years, 5 months ago
  3. 824f423 misc: Replace assert include and calls by sys/__assert.h equivalent by Xavier Chapron · 4 years, 6 months ago
  4. d1f57be i2s: cavs: cast device struct to void ptr for DMA user data by Daniel Leung · 4 years, 7 months ago
  5. ef560e0 drivers: Manual const-ification of device driver instance by Tomasz Bursztyka · 4 years, 7 months ago
  6. 4dcfb55 isr: Normalize usage of device instance through ISR by Tomasz Bursztyka · 4 years, 7 months ago
  7. e18fcbb device: Const-ify all device driver instance pointers by Tomasz Bursztyka · 4 years, 7 months ago
  8. cc30fb8 drivers: i2s: Add LiteX I2S controller driver by Pawel Sagan · 4 years, 7 months ago
  9. 98d9b01 device: Apply driver_api/data attributes rename everywhere by Tomasz Bursztyka · 4 years, 8 months ago
  10. af6140c device: Apply config_info rename everywhere by Tomasz Bursztyka · 4 years, 8 months ago
  11. 1580768 drivers: dma: Align all drivers using user_data for callback by Tomasz Bursztyka · 4 years, 8 months ago
  12. 6acee3d drivers: dma: Apply DMA callback change to relevant drivers by Tomasz Bursztyka · 4 years, 8 months ago
  13. bc34501 drivers: use macro to define device structures by Peter Bigot · 4 years, 10 months ago
  14. a1b77fd zephyr: replace zephyr integer types with C99 types by Kumar Gala · 4 years, 10 months ago
  15. 6e8775f devicetree: remove DT_HAS_NODE_STATUS_OKAY by Martí Bolívar · 4 years, 11 months ago
  16. 97326c0 device: Fix structure attributes access by Tomasz Bursztyka · 5 years ago
  17. 6ae8664 drivers: i2s: i2s_sam_ssc: Convert to devicetree by Kumar Gala · 5 years ago
  18. 9ba20dd drivers: audio: Port to the new timeout API by Carles Cufi · 5 years ago
  19. fdd85d5 dts: Rename DT_HAS_NODE macro to DT_HAS_NODE_STATUS_OKAY by Kumar Gala · 5 years ago
  20. 637dd67 drivers: i2s: fix i2s_handlers.c by Piotr Mienkowski · 5 years ago
  21. 7d1fc6d boards: stm23: Move IS pinmux to new DT API by Erwan Gouriou · 5 years ago
  22. 5419a19 include/devicetree: dma: rename DMAS CELL macros by Kumar Gala · 5 years ago
  23. 475bc0c drivers: i2s: stm32: Add I2S master clock output by Abe Kohandel · 5 years ago
  24. 9ddc620 drivers/i2s: stm32: i2s dma client configured using DT macros by Erwan Gouriou · 5 years ago
  25. 861548f drivers: dma: i2s: stm32: I2S Master DMA support by Abe Kohandel · 5 years ago
  26. 7832738 kernel/timeout: Make timeout arguments an opaque type by Andy Ross · 5 years ago
  27. 32bb239 timeout: Fix up API usage by Andy Ross · 5 years ago
  28. 43babb5 drivers: i2s: Kconfig.sam_ssc: Enable support to SAMV71 by Gerson Fernando Budke · 5 years ago
  29. 0b0d2e64 treewide: use full path to clock_control/stm32_clock_control.h header by Peter Bigot · 5 years ago
  30. ee5104c drivers: i2s: fix block size for DMA interface by Song Qiang · 5 years ago
  31. c086597 drivers: i2s: apply new data size for DMA interface by Song Qiang · 5 years ago
  32. f0d3ee5 drivers: i2s: change the stm32 DMA in the driver to use dts by Song Qiang · 5 years ago
  33. 9561785 drivers: i2s: add some missing DMA parameters by Song Qiang · 5 years ago
  34. ad5f81b drivers: i2s: change stm32 i2s driver to use two DMA controllers by Song Qiang · 5 years ago
  35. 0b11de5 drivers: i2s: code refactor by Song Qiang · 5 years ago
  36. bd6e044 kconfig: Clean up header comments and make them consistent by Ulf Magnusson · 5 years ago
  37. 6e5db35 coccinelle: standardize k_sleep calls with integer timeouts by Peter Bigot · 5 years ago
  38. 075c94f kernel: Port remaining syscalls to new API by Andy Ross · 6 years ago
  39. 5eb90ec cleanup: include/: move misc/__assert.h to sys/__assert.h by Anas Nashif · 6 years ago
  40. f2e3513 cleanup: include/: move i2s.h to drivers/i2s.h by Anas Nashif · 6 years ago
  41. 46a5d1e cleanup: include/: move dma.h to drivers/dma.h by Anas Nashif · 6 years ago
  42. 17ddd17 cleanup: include/: move clock_control.h to drivers/clock_control.h by Anas Nashif · 6 years ago
  43. 75a3ee5 drivers/i2s_ll_stm32.c: (FIX) Avoid warning in LOG_ERR by Armando Visconti · 6 years ago
  44. 3ae5262 license: cleanup: add SPDX Apache-2.0 license identifier by Anas Nashif · 6 years ago
  45. 97b3bd1 drivers: Rename reserved function names by Patrik Flykt · 6 years ago
  46. 24d7143 all: Add 'U' suffix when using unsigned variables by Patrik Flykt · 6 years ago
  47. 4558292 drivers/i2s_ll_stm32.c: (FIX) use dma_reload() to re-start the DMA by Armando Visconti · 6 years ago
  48. 4344e27 all: Update reserved function names by Patrik Flykt · 6 years ago
  49. 70da85c kconfig: drivers: i2s: Remove redundant deps. by Ulf Magnusson · 6 years ago
  50. 9aab5ce kconfig: Remove redundant 'default n' properties by Ulf Magnusson · 6 years ago
  51. d143982 drivers: i2s_cavs: replace cache operation macros by Sathish Kuttan · 6 years ago
  52. b72f5fd drivers: i2s_cavs: fix for I2S start after stop by Sathish Kuttan · 6 years ago
  53. d835714 drivers: i2s_cavs: macros for object instantiation by Sathish Kuttan · 6 years ago
  54. 6ff32c7 drivers: i2s_cavs: reduce buffer queue length by Sathish Kuttan · 6 years ago
  55. 3ea0bf0 drivers: i2s_cavs: add transmit underrun status by Sathish Kuttan · 6 years ago
  56. fe6e3b3 drivers/i2s_ll_stm32.c: pass proper PLLR param when setting I2S PLL by Armando Visconti · 6 years ago
  57. 9062e97 drivers: stm32: check clock_control_on return value by Erwan Gouriou · 6 years ago
  58. 8ff96b5 drivers: Add 'U' to unsigned variable assignments by Patrik Flykt · 6 years ago
  59. 532550c drivers/i2s_sam_ssc.c: enable cache support by Aurelien Jarno · 6 years ago
  60. 9f597d8 i2s: fix bad argument to k_mem_slab_free() by Andrew Boie · 6 years ago
  61. d5f464c i2s: fix slab leak in i2s_buf_write() by Andrew Boie · 6 years ago
  62. d945d32 i2s_sam_ssc: fix compiler warning by Andrew Boie · 6 years ago
  63. ad4df68 i2s: add i2s_configure() as a system call by Andrew Boie · 6 years ago
  64. 76a160b i2s_handlers: fix incorrect k_mem_slab_free arg by Andrew Boie · 6 years ago
  65. 2020290 dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig by Andrzej Głąbek · 6 years ago
  66. 7e3a457 drivers: i2s_cavs: Add bidirectional I2S support by Sathish Kuttan · 6 years ago
  67. d70eb98 i2s: i2s_cavs: fix dma_tx_callback function signature by Daniel Leung · 6 years ago
  68. 1c7a971 drivers/i2s_ll_stm32.c: Fix dma_callback() signature by Armando Visconti · 6 years ago
  69. 86e69dd drivers/i2s_ll_stm32.c: move to new logger by Armando Visconti · 6 years ago
  70. 7b82e9f drivers: i2s: Add support for I2S stm32 by Armando Visconti · 6 years ago
  71. 0a04a13 drivers: i2s_sam_ssc: fix syntax using uncrustify by Anas Nashif · 6 years ago
  72. a5ae1af drivers: i2s_cavs: fix syntax using uncrustify by Anas Nashif · 6 years ago
  73. a66967b driver: i2s: move to new logger by Anas Nashif · 6 years ago
  74. 67ca176 headers: Fix headers across the project by Flavio Ceolin · 7 years ago
  75. da49f2e coccicnelle: Ignore return of memset by Flavio Ceolin · 7 years ago
  76. dc88fa6 drivers: i2s_cavs: Remove resource owner config by Sathish Kuttan · 7 years ago
  77. 8cf8db3 Kconfig: Use a short, consistent style for prompts by Ulf Magnusson · 7 years ago
  78. 17f1b0a Kconfig: Switch to improved globbing statements by Ulf Magnusson · 7 years ago
  79. 06c23f1 i2s: expose i2s APIs to user mode by Andrew Boie · 7 years ago
  80. dc9c0f1 drivers: i2c: Kconfig: Remove redundant 'default n' properties by Ulf Magnusson · 7 years ago
  81. 9f4702b arch: soc: intel_s1000: set M/N divider ownership by Sathish Kuttan · 7 years ago
  82. f36edc6 drivers: i2s: intel_s1000: Fractional bit-clock by Sathish Kuttan · 7 years ago
  83. f245ef2 drivers: i2s: i2s_cavs: Fix typo in IRQ priority by Kumar Gala · 7 years ago
  84. b0db28b drivers: Cmake: Add __ZEPHYR_SUPERVISOR__ macro for driver files. by Adithya Baglody · 7 years ago
  85. 547ed9b kconfig: Make 'source' non-globbing and use 'gsource' by Ulf Magnusson · 7 years ago
  86. 5b6f024 drivers: i2s: introduce CAVS I2S by Rajavardhan Gundi · 7 years ago
  87. 8949233 kconfig: fix more help spacing issues by Anas Nashif · 7 years ago
  88. dafdfad drivers: Add Atmel SAM I2S (SSC) driver by Piotr Mienkowski · 7 years ago
  89. 0829ddf kbuild: Removed KBuild by Sebastian Bøe · 7 years ago
  90. 7756bbf drivers: Add I2S (Inter-IC Sound) driver infrastructure by Piotr Mienkowski · 8 years ago