zephyr/drivers
Jordan Yates 13df3b9f62 spi: context: update state when already locked
Update the context state parameters when the context is already locked.
This allows changing the callback information for asynchronous
operations while the context is locked.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-01-07 00:25:33 +01:00
..
adc drivers: adc: microchip: Fix PR #80933 2024-12-23 23:58:47 +01:00
audio shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
auxdisplay drivers: auxdisplay: jhd1313: fix Out-of-bounds read 2024-12-20 10:18:36 +01:00
bbram shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
bluetooth modules: hal_silabs: Add stubs to support CONFIG_BUILD_ONLY_NO_BLOBS 2024-12-25 03:37:53 +01:00
cache drivers: cache: andes: Decouple cache line size calculation 2024-12-18 03:04:57 +01:00
can shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
charger
clock_control soc: stm32: add support for stm32h757 2025-01-06 17:12:55 +00:00
comparator shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
console drivers/console: Add static buffer feature to winstream_console 2025-01-06 20:33:04 +01:00
coredump
counter drivers: counter: sam: Allow empty pinctrl config 2025-01-03 11:37:21 +01:00
crypto drivers: crypto: crypto_ataes132a fix buffer overrun issue 2024-12-29 05:51:51 +01:00
dac shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
dai drivers: ssp: fix unused variable warning 2024-12-19 17:36:50 +01:00
disk
display drivers: display: Fix typos in multiple display drivers 2024-12-27 07:18:28 +01:00
dma drivers: dma: rpi_pico: Refactor DMA files for Raspberry Pi SoCs 2024-12-23 23:57:57 +01:00
dp
edac
eeprom drivers: eeprom: at2x: remove orphaned k_mutex_unlock 2024-12-20 03:17:52 +01:00
entropy drivers: entropy: Add support for TRNG to entropy driver 2024-12-23 13:24:13 +01:00
espi driver: eSPI: npcx: use CONFIG_ESPI_LOG_LEVEL 2024-12-19 04:18:34 +01:00
ethernet drivers: ethernet: Fix assert on receiving large PDUs 2024-12-19 17:38:03 +01:00
firmware
flash drivers: flash: stm32h7: do not unlock CR at the end of init 2025-01-06 22:36:28 +01:00
fpga shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
fuel_gauge drivers: fuel_gauge: make read-only pointer args const in api 2024-12-24 13:54:15 +01:00
gnss
gpio drivers: gpio: mec5: Microchip MEC5 HAL based GPIO driver 2024-12-23 17:11:22 +01:00
haptics drivers: haptics: drv2605 fix unchecked return value 2024-12-17 03:39:06 +01:00
hdlc_rcp_if drivers: net: ot: Add HDLC HOST support with UART communication to RCP 2024-12-20 16:06:33 +01:00
hwinfo drivers: hwinfo: rp2350: Add initial support for RP2350 2024-12-23 23:57:57 +01:00
hwspinlock
i2c drivers: i2c: dw: Fix the "resets" property exists check logic 2024-12-26 19:43:54 +01:00
i2s
i3c drivers: i3c: cdns: fix rr slot lookup when dyn is 0 2025-01-06 20:33:57 +01:00
ieee802154 drivers: ieee802154: b91: fix status variable type in RX ISR 2024-12-30 19:47:05 +01:00
input
interrupt_controller drivers: interrupt_controller: esp32c6: reserve IRQ 1 for WiFi 2024-12-23 13:23:59 +01:00
ipm
kscan
led shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
led_strip drivers: led_strip: ws2812_i2s: Adds dependency to i2s-device 2024-12-20 12:37:09 +01:00
lora drivers: lora: Add user_data to lora_recv_async 2024-12-21 05:51:52 +01:00
mbox drivers: mbox: nrf_vevif_event: add workaround for nRF54L errata 16 2024-12-18 18:15:29 +01:00
mdio
memc drivers: memc: enable support for SDRAM controller on Renesas RA family 2024-12-20 23:53:37 +02:00
mfd
mipi_dbi drviers: mipi_dbi: mipi_dbi_bitbang: fix 16-bit data_gpios exceed error 2024-12-26 06:21:25 +01:00
mipi_dsi drivers: mipi_dsi: add support for MIPI DSI driver on Renesas RA family 2024-12-20 23:53:37 +02:00
misc drivers: gpio: add support for gpio interrupt on Renesas RA family 2024-12-19 08:39:10 +01:00
mm
modem drivers: modem: modem_cellular: add missing break statement 2024-12-19 15:18:06 +01:00
mspi
net
pcie
peci
pinctrl drivers: pinctrl: wch_afio: fix afio remap 2025-01-02 18:04:31 +01:00
pm_cpu_ops
power_domain
ps2
ptp_clock
pwm dts: bindings: rename nxp,kinetis-ftm-pwm compatible 2024-12-20 23:53:14 +02:00
regulator shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
reset
retained_mem drivers: retained_mem: nrf: make ram_ctrl variant explicit 2024-12-23 18:40:52 +01:00
rtc shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
sdhc drivers: sdhc: support SDHC driver on Renesas RA8 2024-12-25 06:33:12 +01:00
sensor sensors: drivers: lsm6dsv16x: add SFLP FIFO support 2025-01-02 18:04:19 +01:00
serial drivers: uart_wch: add interrupt-driven device bindings 2025-01-06 22:36:20 +01:00
sip_svc
smbus shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
spi spi: context: update state when already locked 2025-01-07 00:25:33 +01:00
stepper drivers: stepper: drv8424: Use step_dir common code 2025-01-01 02:04:53 +01:00
syscon
tee
timer drivers/timer/it8xxx2: fix busy wait timer race condition 2024-12-25 08:40:53 +01:00
usb drivers: usb: Fix pointer reference in the NXP drivers 2024-12-24 16:07:49 +01:00
usb_c usbc: ps8xxx: Fix build error 2024-12-20 23:50:50 +02:00
video
virtualization
w1 shell: use shell_device_get_binding 2024-12-18 15:32:10 +01:00
watchdog drivers: watchdog: kconfig option for callback support 2025-01-06 08:48:41 +01:00
wifi wifi: nrf_wifi: Add Kconfig option to disabling priority window 2025-01-03 10:02:10 +01:00
xen
CMakeLists.txt
Kconfig