zephyr/drivers
Markus Fuchs fbe6ac852f drivers: bluetooth: slz_hci: Fix incoming HCI packet handling
Currently, HCI packet handling does not consider the BT_RECV_CONTEXT
choice selection. It calls bt_recv() and bt_recv_prio() only depending
on the HCI packet type and event flags.
However, for selections other than BT_RECV_BLOCKING, the "HCI driver
shall not call bt_recv_prio()". Fix that by only calling bt_recv_prio()
when CONFIG_BT_RECV_BLOCKING is enabled.

Signed-off-by: Markus Fuchs <markus.fuchs@ch.sauter-bc.com>
2023-07-25 14:41:13 +02:00
..
adc dts: Move to 'zephyr,memory-attr' 2023-07-25 11:22:10 +02:00
audio
auxdisplay drivers: auxdisplay: Add driver for PTC PT6314 VFD controller 2023-07-14 12:09:03 +02:00
bbram
bluetooth drivers: bluetooth: slz_hci: Fix incoming HCI packet handling 2023-07-25 14:41:13 +02:00
cache drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
can drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
clock_control drivers: clock_control: stm32h5: Add MCO configuration 2023-07-25 09:22:40 +00:00
console drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
coredump
counter drivers: counter: stm32: void return value from reset_line_toggle_dt 2023-07-20 10:57:12 +00:00
crypto drivers: crypto: stm32h5 CRYP_DATATYPE_8B define in hal 2023-07-24 13:25:23 +00:00
dac drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
dai drivers: intel: ssp: delay initialization after dma 2023-07-18 10:45:37 +00:00
disk
display drivers: display: display_mcux_elcdif: enable display rotation using PXP 2023-07-25 09:10:52 +02:00
dma dts: Move to 'zephyr,memory-attr' 2023-07-25 11:22:10 +02:00
edac
eeprom drivers: eeprom: mchp: Bug fix 2023-07-18 19:19:14 +00:00
entropy drivers: entropy native: Refactor to support embedded libCs 2023-07-07 14:32:41 +02:00
espi emul: Only add enabled DT nodes to bus emulators 2023-07-12 09:25:18 +02:00
ethernet drivers: move to timepoint API 2023-07-25 09:12:26 +02:00
flash drivers: flash: support for Nuvoton numaker series FMC 2023-07-21 10:41:40 +00:00
fpga
fuel_gauge drivers: fuel_gauge: max17048: Remov unused var 2023-07-13 09:21:52 +02:00
gpio Revert "gpio: stellaris: implement gpio_pin_get_config" 2023-07-25 14:17:11 +02:00
hwinfo hwinfo: gecko: fix warning when building for efr32bg27_brd2602a 2023-07-21 12:54:01 -04:00
i2c drivers: i2c: nrfx: Clean up driver instantiation 2023-07-25 13:41:51 +02:00
i2s drivers: i2s: mcux_flexcomm: fix multiple bugs 2023-07-19 10:36:23 -05:00
i3c drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
ieee802154 drivers: ieee802154: nrf5: multiple CCA support 2023-07-25 09:13:41 +02:00
input input: remove cap1203 kscan-like state report 2023-07-25 11:25:51 +02:00
interrupt_controller drivers: gicv3: GICR_TYPER_LAST mask width is 1 bit 2023-07-18 19:10:11 +00:00
ipm drivers: ipm: added IPM over IVSHMEM driver 2023-07-20 10:44:57 +00:00
kscan input: convert cap1203 from kscan 2023-07-25 11:25:51 +02:00
led drivers: led: added support for is31fl3733 led driver 2023-07-21 10:51:18 +00:00
led_strip drivers: led_strip: apa102: add multi instances support 2023-05-31 10:23:22 +01:00
lora drivers: lora: shell: fix invalid range in config bw param 2023-05-25 08:22:08 +00:00
mbox drivers: mbox: initialize before ipc 2023-07-12 11:48:19 +02:00
mdio drivers: mdio: adin2111: correct prompt 2023-06-16 05:42:36 -04:00
memc drivers: memc: add update clock function 2023-05-22 10:15:03 +02:00
mfd driver: regulator: Add support for AXP192 power management IC 2023-07-19 09:52:15 +00:00
mipi_dsi drivers: mipi_dsi: dsi_mcux: fix support for DCS_LONG_WRITE command 2023-07-25 09:08:59 +02:00
misc
mm drivers: mm: Fix macro call in RAT driver 2023-07-14 09:37:53 +02:00
modem doc: Drop asterisk from Doxygen @param 2023-07-13 13:25:28 +00:00
net drivers/gsm_ppp: Update existing modules to use PPP L2 2023-06-17 07:46:21 -04:00
neural_net
pcie pcie: host: guard include of ACPICA header file 2023-07-24 09:07:45 +00:00
peci drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
pinctrl pinctrl: npcx: add DEV_CTLx configuration support 2023-07-20 16:22:47 +02:00
pm_cpu_ops
power_domain Revert "power_domain: gpio: compile without PM_DEVICE_POWER_DOMAIN" 2023-07-25 14:17:11 +02:00
ps2 drivers: ps2: microchip: Low power and wakeup enabled 2023-06-17 07:59:07 -04:00
ptp_clock drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
pwm drivers: pwm_nrfx: Clean up driver instantiation 2023-07-25 13:41:51 +02:00
regulator driver: regulator: Add support for AXP192 power management IC 2023-07-19 09:52:15 +00:00
reset drivers: reset: kconfig: Change default init priority to 35 from 40 2023-07-17 10:47:11 +00:00
retained_mem drivers: retained_mem: Allow disabling mutex support 2023-07-12 11:51:30 +02:00
rtc drivers: rtc: stm32: Exclude STM32F1 from current RTC driver 2023-07-24 14:38:47 +00:00
sdhc
sensor drivers: sensor: qdec_nrfx: Clean up driver instantiation 2023-07-25 13:41:51 +02:00
serial drivers: serial: nrfx: Clean up driver instantiation 2023-07-25 13:41:51 +02:00
sip_svc
smbus drivers: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
spi drivers: spi: nrfx: Clean up driver instantiation 2023-07-25 13:41:51 +02:00
syscon
timer drivers: timer: stm32 lptim driver check clock_control_on return code 2023-07-19 10:14:30 +00:00
usb drivers: usb: udc: add STM32 UDC driver 2023-07-13 10:44:42 +02:00
usb_c drivers: usb-c: fix - check if adc_channel is ready before use 2023-07-17 10:16:22 +00:00
video video: mcux_csi: set a dedicated init priority for video_mcux_csi 2023-07-19 18:00:20 +00:00
virtualization samples: drivers: ipm: added IPM over IVSHMEM sample 2023-07-20 10:44:57 +00:00
w1 drivers: move to timepoint API 2023-07-25 09:12:26 +02:00
watchdog drivers: wdt_nrfx: Clean up driver instantiation 2023-07-25 13:41:51 +02:00
wifi net: wifi: Move Wi-Fi ops to a separate struct 2023-07-11 14:55:30 +02:00
xen barriers: Move __DMB() to the new API 2023-05-24 13:13:57 -04:00
CMakeLists.txt entropy: use CONFIG_ENTROPY_GENERATOR to guard cmake include... 2023-06-17 07:57:45 -04:00
Kconfig arch: x86: updated acpi config macro 2023-06-30 17:53:01 +03:00