77 Commits (main)

Author SHA1 Message Date
Anas Nashif 2aacbcaab5 style: add missing curly braces in if/while/for statements. 2 months ago
Chris Desjardins 18d30e3535 drivers: i2s: Make the stm32 i2s driver use a msgq 5 months ago
Måns Ansgariusson 62ddd5fe79 drivers: i2s: Rename struct ring_buf -> struct ring_buffer 6 months ago
Pieter De Gendt 7feaf29e7c drivers: i2s: Place API into iterable section 7 months ago
Chris Desjardins 84572a6532 drivers: i2s: Do not ignore the return value from queue_put. 10 months ago
Chris Desjardins 34f09e3bd5 drivers: i2s: Fix I2S channel count. 10 months ago
IBEN EL HADJ MESSAOUD Marwa 2353b9391b drivers: i2s: i2s_ll_stm32: Handle single clock source 10 months ago
IBEN EL HADJ MESSAOUD Marwa fdd6627df9 drivers: i2s: i2s_ll_stm32: tx_stream_disable: Add busy wait 1 year ago
Franck Thebault c27ed31eb3 drivers: i2s : correct TRIGGER_DRAIN and TRIGGER_STOP commands 1 year ago
IBEN EL HADJ MESSAOUD Marwa f000e1a58a drivers: i2s : enable rx path for H7 and H5 1 year ago
Jeppe Odgaard 5d44ebfa7d drivers: i2s: stm32: use length from i2s_write 1 year ago
Emil Lindqvist 548fb97142 cache: stm32: add new cache API to display and i2s 1 year ago
Emil Lindqvist ed6da68f5b i2s: stm32h7: add i2s support for stm32h7 mcu family 2 years ago
Carles Cufi 8c748fd005 kernel: Modify the signature of k_mem_slab_free() 2 years ago
Cyril Fougeray 1be72d9888 dma: callback with 2 status codes for successful transfers 2 years ago
Pieter De Gendt 6b532ff43e treewide: Update clock control API usage 2 years ago
Guillaume Gautier 4bbd89df26 drivers: i2s: use dt instance for stm32 i2s driver 2 years ago
Guillaume Gautier 87f3e331a6 drivers: i2s: add support for i2s domain clock on stm32 devices 2 years ago
Raul Pando a7c011b0be Drivers: I2S: STM32: Mishandling of Master Clock output (MCK) 2 years ago
Raul Pando 0acc7fdd58 drivers: i2s: Improve precision in PLLI2S VCO calculation 3 years ago
Gerard Marull-Paretas 178bdc4afc include: add missing zephyr/irq.h include 3 years ago
Henrik Brix Andersen 2e1f25f355 drivers: i2s: check if clock device is ready before accessing 3 years ago
Gerard Marull-Paretas fb60aab245 drivers: migrate includes to <zephyr/...> 3 years ago
Gerard Marull-Paretas 72a0d68284 drivers: i2s: drop DEV_DATA/DEV_CFG usage 4 years ago
Gerard Marull-Paretas 5dc6ed3ce3 pinctrl: require ; after PINCTRL_DT_(INST_)DEFINE macros 4 years ago
Erwan Gouriou 79943f647f drivers/i2s: stm32: use new pinctrl API 4 years ago
Francois Ramu 8fe0831c6b include: dt-bindings: remove dma header for stm32 soc 4 years ago
Erwan Gouriou fcc3177509 drivers/pinmux: stm32: Move stm32 driver from stm32/ 4 years ago
Armando Visconti 4da8a13d76 drivers/i2s/ i2s_ll_stm32.c: Fix wrong DMA burst length value 4 years ago
Andrzej Głąbek 7fcf78073b drivers: i2s: Add missing const qualifiers 4 years ago
Andrzej Głąbek e4c7f4d62a drivers: i2s: Introduce the I2S_DIR_BOTH enumeration value 4 years ago
Gerard Marull-Paretas c650523870 drivers: i2s: remove usage of device_pm_control_nop 4 years ago
William MARTIN e61b957a0f drivers/i2s: stm32: Fix pinmux 4 years ago
Kumar Gala 34861b592b i2s: stm32: Convert dma to use DEVICE_DT_GET 4 years ago
Kumar Gala b275fec8c4 soc: stm32: convert to use DEVICE_DT_GET for clocks 4 years ago
Kumar Gala 02703e60d9 device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 5 years ago
Kumar Gala 8e55cfab96 drivers: i2s: Convert drivers to new DT device macros 5 years ago
Martin Jäger f8710aa722 drivers: i2s: stm32: use generic LL headers 5 years ago
Erwan Gouriou 344ff12c37 drivers/i2s: stm32: Convert to dt based pinctrl configuration 5 years ago
Tomasz Bursztyka ef560e0a53 drivers: Manual const-ification of device driver instance 5 years ago
Tomasz Bursztyka 4dcfb5531c isr: Normalize usage of device instance through ISR 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Tomasz Bursztyka 6acee3dcba drivers: dma: Apply DMA callback change to relevant drivers 5 years ago
Peter Bigot bc34501892 drivers: use macro to define device structures 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Martí Bolívar 6e8775ff84 devicetree: remove DT_HAS_NODE_STATUS_OKAY 5 years ago
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access 5 years ago
Carles Cufi 9ba20dd48e drivers: audio: Port to the new timeout API 5 years ago
Kumar Gala fdd85d5ad7 dts: Rename DT_HAS_NODE macro to DT_HAS_NODE_STATUS_OKAY 5 years ago
Erwan Gouriou 7d1fc6d08c boards: stm23: Move IS pinmux to new DT API 5 years ago