zephyr/drivers/sensor/wsen
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Benjamin Cabé fdf2af1d8c drivers: sensor: use inclusive SPI terminology
Use controller/peripheral and SDO/SDI terminology in sensor drivers,
following coding guideline rule A.2: switch the SPI configuration
constants to SPI_OP_MODE_CONTROLLER and update SPI wiring comments.

For the Broadcom AFBR-S50 sensor, the spi-sdi-gpios/spi-sdo-gpios
devicetree properties (named from the sensor's own perspective per
the OSHWA resolution) replace spi-mosi-gpios/spi-miso-gpios. The old
property names are still accepted, marked as deprecated in the
binding, and used as fallbacks; the Zephyr platform glue in
modules/hal_afbr is updated to the renamed fields. The Broadcom
Argus API names (s2pi_slave_t, S2PI_*) come from the vendor library
and keep their names.

Occurrences that concern I2C rather than SPI (I2C controller ACK
behavior comments in NXP drivers, the lsm6dso sensor-hub I2C master
code using ST HAL APIs and application note quotes) and vendor
register names (TDK MPUREG_MASTER_LOCK) are out of scope and keep
their wording.

Assisted-by: Claude:fable-5
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2026-09-01 21:04:50 -04:00
..
wsen_hids_2525020210002 sensor: wsen: add missing dependencies 2026-08-14 16:12:50 -04:00
wsen_isds_2536030320001 drivers: sensor: use inclusive SPI terminology 2026-09-01 21:04:50 -04:00
wsen_itds_2533020201601 drivers: sensor: use inclusive SPI terminology 2026-09-01 21:04:50 -04:00
wsen_pads_2511020213301 drivers: sensor: use inclusive SPI terminology 2026-09-01 21:04:50 -04:00
wsen_pdms_25131308XXX05 drivers: sensor: use inclusive SPI terminology 2026-09-01 21:04:50 -04:00
wsen_pdus_25131308XXXXX sensor: wsen: add missing dependencies 2026-08-14 16:12:50 -04:00
wsen_tids_2521020222501 sensor: wsen: add missing dependencies 2026-08-14 16:12:50 -04:00
CMakeLists.txt drivers: sensor: wsen_pdms_25131308XXX05: add sensor driver 2025-10-24 01:12:21 +03:00
Kconfig drivers: sensor: wsen_pdms_25131308XXX05: add sensor driver 2025-10-24 01:12:21 +03:00
wsen_sensors_common.h drivers: sensor: wsen_isds_2536030320001: add sensor driver 2025-09-04 21:03:10 +02:00