zephyr/drivers
Josuah Demangeon 0b2d45595e drivers: video: hotfix: force use of constant value for 'source_dev'
In Clang 16 run with some flags, the compiler does not accept a static
const variables as struct initializer. This caused build errors in only
some contexts. Always use the devicetree macros to access the source
device node as a workaround.

Signed-off-by: Josuah Demangeon <me@josuah.net>
2025-04-22 15:04:47 +02:00
..
adc driver: adc: add adc driver for rts5912 2025-04-22 14:02:37 +02:00
audio drivers: audio: Add driver for tlv320aic3110 2025-03-24 12:13:51 +01:00
auxdisplay
bbram drivers: bbram: npcx: bypass npcx49nf errata rev1.5 No.2.30 2025-03-20 07:21:23 +01:00
bluetooth soc: ambiq: Optimize the inclusion relationship of header files 2025-04-17 09:06:18 +02:00
cache
can drivers: can: stm32_bxcan: fix filter config 2025-04-04 09:34:30 +02:00
charger drivers: charger: add charger support in X-Powers AXP2101 2025-04-16 17:07:20 +02:00
clock_control drivers: clock: stm32: h7: fixed domain clock configuration 2025-04-22 09:59:34 +02:00
comparator modules: hal_nxp: Move hal_nxp glue layer to zephyr repo 2025-03-26 16:26:34 +01:00
console drivers: console: uart_mcumgr: rename callback 2025-04-22 09:58:40 +02:00
coredump
counter drivers: counter: rts5912: add support timer32 counter driver 2025-04-22 14:02:27 +02:00
crypto drivers: crypto: Add support for cc23x0 AES 2025-03-07 19:47:11 +01:00
dac drivers: dac: Add TI DAC161S997 driver 2025-04-02 12:53:03 +02:00
dai Drivers: DAI: Intel: DMIC: Program start symmetrically for PDMx 2025-04-02 13:04:32 +02:00
disk drivers: disk: stm32 sdmmc: add stm32n6 support 2025-04-03 11:07:33 +02:00
display drivers: display: stm32_ltdc: configure RIF for LTDC layer 1 2025-04-22 09:59:34 +02:00
dma drivers: dma: siwx91x: Allow static allocation of DMA channel descriptors 2025-04-17 17:23:32 +02:00
dp
edac
eeprom drivers: sensor: rename tmp116 to tmp11x 2025-04-11 16:17:35 +02:00
entropy drivers: entropy: stm32: configure prescaler on STM32WB09 2025-04-09 17:32:59 +02:00
espi drivers: espi: npcx: ensure the host receives the value from eSPI VW 2025-04-18 10:40:23 +02:00
ethernet ethernet: dwc_xgmac: use phy api correctly 2025-04-18 17:47:14 +02:00
firmware drivers: firmware: scmi: add cpu domain protocol 2025-04-21 22:03:27 +02:00
flash drivers: flash: Optimize mspi_nor driver memory 2025-04-22 04:33:05 +02:00
fpga drivers: fpga: fix build of ICE40 bitbang with PINCTRL 2025-03-31 14:32:35 +02:00
fuel_gauge
gnss drivers: fix support for U-Blox M10 modules with M8 driver 2025-03-26 07:08:27 +01:00
gpio drivers: gpio: Add support for Apollo510 GPIO 2025-04-21 20:04:31 +02:00
haptics
hdlc_rcp_if drivers: net: ot: Select UART_INTERRUPT_DRIVEN with UART RCP communication 2025-02-10 11:30:17 +01:00
hwinfo soc: ambiq: Optimize the inclusion relationship of header files 2025-04-17 09:06:18 +02:00
hwspinlock
i2c i2c: stm32: add DMA callback stubs to avoid nullptr calls in ISR context 2025-04-22 15:04:11 +02:00
i2s drivers: i2s_mcux_sai: control MCLK direction with DT property 2025-04-16 08:09:41 +02:00
i3c drivers: i3c: stm32: fix clock init for i2c fast mode plus 2025-04-21 12:42:01 +02:00
ieee802154 drivers: ieee802154: fix spelling of "written" 2025-02-21 11:41:46 +00:00
input drivers: input: sbus: Fix race and infinite loop 2025-04-11 16:17:56 +02:00
interrupt_controller drivers: intc: irqstr: refactor level 1 interrupt recounting 2025-04-21 20:04:19 +02:00
ipm drivers : ipm: clean up usage of "select USE_STM32_LL_ipcc" 2025-03-20 09:32:56 +01:00
led drivers: led: lp50xx: check the number of LED colors 2025-02-13 16:44:39 +01:00
led_strip docs: raspberrrypi: Correct names of products 2025-04-03 15:27:50 -07:00
lora drivers: lora: fix spelling of "operation" 2025-02-19 18:51:13 +01:00
mbox drivers: mbox: Add Arm MHUv3 Mailbox driver 2025-03-31 11:29:40 +02:00
mdio drivers: mdio: Update shell commands to include device argument 2025-04-22 14:02:51 +02:00
memc drivers: memc: stm32 xspi: add psram linker section 2025-04-22 09:59:34 +02:00
mfd drivers: entropy: add maxq10xx 2025-03-23 13:18:44 +01:00
mipi_dbi
mipi_dsi drivers: mipi_dsi: Update api for migration of FSP to 5.8.0 2025-04-01 04:14:14 +02:00
misc dts: bindings: nrf-vpr: Allow specifying pins and not using launcher 2025-04-08 16:11:51 +02:00
mm intel_adsp: ace30: mm: Set write permissions during memory mapping 2025-03-18 16:41:22 +01:00
modem modem: modem_cellular: Configurable MTU for CMUX 2025-03-24 19:33:07 +01:00
mspi soc: ambiq: Optimize the inclusion relationship of header files 2025-04-17 09:06:18 +02:00
net net: nsos_sockets: Fix incorrect return return on ECONNREFUSED 2025-04-08 19:27:18 +02:00
pcie
peci
pinctrl drivers: pinctrl: Add sdif configs to ambiq pinctrl driver 2025-04-22 12:10:01 +02:00
pm_cpu_ops
power_domain drivers: power_domain: Add a driver to trigger TURN_ON/TURN_OFF actions 2025-02-13 16:40:10 +01:00
ps2
ptp_clock
pwm drivers: pwm: nrfx: Add protection against wrong configuration 2025-04-14 13:06:54 +02:00
regulator docs: raspberrrypi: Correct names of products 2025-04-03 15:27:50 -07:00
reset drivers: reset: Add generic reset MMIO driver 2025-04-02 10:31:12 +02:00
retained_mem drivers: retained_mem: Fix using multiple nRF retained memory regions 2025-03-07 20:23:42 +01:00
rtc soc: ambiq: Optimize the inclusion relationship of header files 2025-04-17 09:06:18 +02:00
sdhc soc: ambiq: Optimize the inclusion relationship of header files 2025-04-17 09:06:18 +02:00
sensor sensor: lsm6dsv16x: fix rtio/iodev prefix names 2025-04-22 04:33:28 +02:00
serial drivers: serial: pl011: Add support for Ambiq Apollo510 SoC UART 2025-04-21 20:04:31 +02:00
sip_svc
smbus
spi soc: ambiq: Optimize the inclusion relationship of header files 2025-04-17 09:06:18 +02:00
stepper drivers: stepper: adi_tmc: Add tmc51xx support 2025-04-22 12:09:18 +02:00
syscon
tee
timer drivers: timer: ti_dmtimer: provide timer IRQ for tests 2025-04-22 14:02:44 +02:00
usb soc: ambiq: Optimize the inclusion relationship of header files 2025-04-17 09:06:18 +02:00
usb_c drivers: usb_c: rt1715: fix uncheck return value cid issue 2025-03-07 20:21:22 +01:00
video drivers: video: hotfix: force use of constant value for 'source_dev' 2025-04-22 15:04:47 +02:00
virtualization
w1
watchdog drivers: watchdog: Add support for Apollo510 watchdog 2025-04-21 20:04:31 +02:00
wifi wifi: nrf_wifi: net_if: allocate memory before mutex 2025-04-22 10:00:19 +02:00
xen drivers: xen: gnttab: process gnttabs in reverse order 2025-02-14 10:41:33 +01:00
CMakeLists.txt kscan: drop kscan and any reference 2025-03-13 16:56:26 +00:00
Kconfig kscan: drop kscan and any reference 2025-03-13 16:56:26 +00:00