zephyr/dts/bindings/sensor
Andreas Wiesinger cb76aab9d3 dts: sensor: bosch,bmi270: Move interrupt handling to parent binding
Moved the interrupt handling code from a bus-specific binding file to
the parent binding file. This modification ensures that interrupt
handling, which is inherently independent of the type of BUS used
(either i2c or spi), is located in the appropriate location within
the code.

Previously, this code was found in a bus-specific file, despite its
functionality being applicable to all buses. This change ensures a
more logical placement and will help to maintain coherence within the
codebase.

This change aligns with the existing implementation where the interrupt
handling code already operates independently of the BUS type.

Tested this on a nrf52840 with a bmi270 on spi bus with the sample from
zephyr/samples/sensor/bmi270 by adding an interrupt handler in main.c
which uses the bmi270_trigger.c implementation and verified this with
breakpoints and log output.

Added the irq-gpios to tests/drivers/build_all/sensor/i2c.dtsi and
tests/drivers/build_all/sensor/spi.dtsi and fixed whitespace formatting.

Fixes: #58843

Signed-off-by: Andreas Wiesinger <awiesing90@gmail.com>
2023-09-13 16:26:24 +02:00
..
adi,adt7310.yaml drivers: sensor: Add adt7310 temperature sensor 2023-04-17 10:06:04 -05:00
adi,adt7420.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
adi,adxl345-i2c.yaml dts: bindings: Migrate ADI sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
adi,adxl345-spi.yaml dts: bindings: Migrate ADI sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
adi,adxl362.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
adi,adxl372-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
adi,adxl372-i2c.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
adi,adxl372-spi.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
ams,as5600.yaml sensors: as5600: added as5600 2023-01-19 15:18:24 -06:00
ams,as6212.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
ams,ccs811.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
ams,ens210.yaml dts: bindings: Migrate AMS sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
ams,iaqcore.yaml dts: bindings: Migrate AMS sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
ams,tcs3400.yaml drivers: sensors: add a sensor driver for TCS3400 2023-05-25 13:30:45 +00:00
ams,tmd2620.yaml drivers: sensor: Add tmd2620 driver 2023-03-31 09:20:36 +02:00
ams,tsl2540.yaml drivers: sensor: tsl2540 2023-09-11 19:54:59 +02:00
aosong,dht.yaml dts: bindings: Migrate Aosong sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
asahi-kasei,ak8975.yaml dts: bindings: Migrate Asahi-Kasei sensors to inherit base sensor props 2022-10-17 10:15:13 +02:00
asahi-kasei,akm09918c.yaml sensor: Implement driver and tests for akm09918c 2023-02-24 17:00:14 -05:00
atmel,sam-tc-qdec.yaml drivers: sensors: qdec_sam: Update to use clock control 2023-03-21 14:12:25 -07:00
avago,apds9960.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
bosch,bma280.yaml dts: bindings: clean up redundant required false attributes 2022-11-20 13:12:44 -05:00
bosch,bmc150_magn.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
bosch,bme280-i2c.yaml dts: bindings: Migrate Bosch sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
bosch,bme280-spi.yaml dts: bindings: Migrate Bosch sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
bosch,bme680-i2c.yaml dts: bindings: Migrate Bosch sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
bosch,bme680-spi.yaml dts: bindings: Migrate Bosch sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
bosch,bmg160.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
bosch,bmi08x-accel-i2c.yaml drivers: sensors: bmi08x: add initial support for bmi08x 2023-07-12 14:53:16 -05:00
bosch,bmi08x-accel-spi.yaml drivers: sensors: bmi08x: add initial support for bmi08x 2023-07-12 14:53:16 -05:00
bosch,bmi08x-accel.yaml drivers: sensors: bmi08x: add initial support for bmi08x 2023-07-12 14:53:16 -05:00
bosch,bmi08x-gyro-i2c.yaml drivers: sensors: bmi08x: add initial support for bmi08x 2023-07-12 14:53:16 -05:00
bosch,bmi08x-gyro-spi.yaml drivers: sensors: bmi08x: add initial support for bmi08x 2023-07-12 14:53:16 -05:00
bosch,bmi08x-gyro.yaml drivers: sensors: bmi08x: add initial support for bmi08x 2023-07-12 14:53:16 -05:00
bosch,bmi160-i2c.yaml
bosch,bmi160-spi.yaml
bosch,bmi160.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
bosch,bmi270-i2c.yaml dts: sensor: bosch,bmi270: Move interrupt handling to parent binding 2023-09-13 16:26:24 +02:00
bosch,bmi270-spi.yaml
bosch,bmi270.yaml dts: sensor: bosch,bmi270: Move interrupt handling to parent binding 2023-09-13 16:26:24 +02:00
bosch,bmi323.yaml drivers/sensor/bmi323: Add BMI323 driver support 2023-05-08 09:57:40 +02:00
bosch,bmm150-i2c.yaml sensor: bmm150: Add I2C-base or SPI-base interface in build time 2023-04-11 11:26:47 +02:00
bosch,bmm150-spi.yaml sensor: bmm150: Add I2C-base or SPI-base interface in build time 2023-04-11 11:26:47 +02:00
bosch,bmm150.yaml drivers: sensor: bmm150: Add trigger support for bmm150 magnetometer sensor 2023-09-13 12:07:57 +02:00
bosch,bmp388-i2c.yaml
bosch,bmp388-spi.yaml
bosch,bmp388.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
dfrobot,a01nyub.yaml drivers: sensor: a01nyub: added driver 2023-07-26 13:28:28 +02:00
epcos,b57861s0103a039.yaml drivers: sensor: zephyr_thermistor: refactor driver 2023-05-04 20:49:48 +02:00
espressif,esp32-pcnt.yaml dts: esp32s3: add PCNT device 2023-04-05 11:23:48 -05:00
espressif,esp32-temp.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
fintek,f75303.yaml drivers: sensor: Add F75303 driver 2023-09-07 09:42:59 +02:00
hamamatsu,s11059.yaml drivers: sensor: Support Hamamatsu Photonics S11059 Color Sensor 2023-04-18 17:07:48 -05:00
honeywell,hmc5883l.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
honeywell,mpr.yaml dts: bindings: Migrate Honeywell sensors to inherit base sensor props 2022-10-17 10:15:13 +02:00
honeywell,sm351lt.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
hoperf,hp206c.yaml dts: bindings: Migrate HOPERF sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
hoperf,th02.yaml dts: bindings: Migrate HOPERF sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
hzgrow,r502a.yaml dts: bindings: drop remaining "required: false" from bindings 2023-01-04 14:23:53 +01:00
infineon,dps310.yaml dts: bindings: Migrate Infineon sensors to inherit base sensor props 2022-10-17 10:15:13 +02:00
infineon,xmc4xxx-temp.yaml drivers: sensor: Add infineon xmc4xxx die temperature sensor 2023-02-20 11:14:15 +01:00
invensense,icm42605.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
invensense,icm42670.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
invensense,icm42688.yaml sensor: tdk 42688 driver 2023-01-10 14:45:36 -06:00
invensense,icp10125.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
invensense,mpu6050.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
invensense,mpu9250.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
isil,isl29035.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
istentek,ist8310.yaml sensors: ist8310: New driver 2023-08-04 17:30:02 -05:00
ite,it8xxx2-vcmp.yaml dts: bindings: Migrate ITE sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
lm75.yaml dts: bindings: Migrate LM sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
lm77.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
maxim,ds18b20.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
maxim,max6675.yaml dts: bindings: Migrate Maxim sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
maxim,max17055.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
maxim,max17262.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
maxim,max30101.yaml dts: bindings: Migrate Maxim sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
maxim,max31855-spi.yaml drivers: sensor: add MAX31855 2023-02-23 09:06:28 +01:00
maxim,max31865.yaml drivers: sensors: Implement MAX31865 sensor 2023-04-03 12:32:50 -04:00
maxim,max31875.yaml dts: bindings: Migrate Maxim sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
maxim,max44009.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
meas,ms5607-i2c.yaml dts: bindings: Migrate MEAS sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
meas,ms5607-spi.yaml dts: bindings: Migrate MEAS sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
meas,ms5837.yaml dts: bindings: Migrate MEAS sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
microchip,mcp970x.yaml drivers: sensor: add mcp970x thermistor IC 2023-04-07 13:30:59 +02:00
microchip,mcp9600.yaml drivers: sensor: mcp9600 add intial driver support 2023-05-23 13:33:45 -05:00
microchip,mcp9808.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
microchip,tcn75a.yaml drivers: sensor: introduce driver for TCN75A temperature sensor 2023-06-17 08:01:16 -04:00
nordic,npm1300-charger.yaml drivers: sensor: npm1300: Additional charger configuration 2023-08-24 18:42:37 -05:00
nordic,nrf-qdec.yaml drivers: sensor: qdec_nrfx: drop -pin support 2023-02-28 08:42:05 -08:00
nordic,nrf-temp.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
ntc-thermistor-generic.yaml drivers: sensor: ntc_thermistor: add support for generic NTC 2023-05-04 20:49:48 +02:00
ntc-thermistor.yaml drivers: sensor: zephyr_thermistor: refactor driver 2023-05-04 20:49:48 +02:00
nuvoton,adc-cmp.yaml driver: sensor: npcx: add 'thr-sel' prop. for adc comparator 2023-09-08 14:43:37 +02:00
nxp,fxas21002-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
nxp,fxas21002-i2c.yaml boards: rddrone_fmuk66 dts: fxas21002 on SPI 2022-11-16 10:18:46 -06:00
nxp,fxas21002-spi.yaml boards: rddrone_fmuk66 dts: fxas21002 on SPI 2022-11-16 10:18:46 -06:00
nxp,fxos8700-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
nxp,fxos8700-i2c.yaml boards: rddrone_fmuk66 dts: fxos8700 on SPI 2022-11-16 10:18:46 -06:00
nxp,fxos8700-spi.yaml boards: rddrone_fmuk66 dts: fxos8700 on SPI 2022-11-16 10:18:46 -06:00
nxp,kinetis-acmp.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
nxp,kinetis-temperature.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
nxp,mcux-qdec.yaml drivers: sensor: mcux qdec add filter parameters 2023-04-04 08:54:43 +00:00
nxp,tempmon.yaml drivers: sensor: add NXP TEMPMON driver 2023-08-30 10:18:27 +02:00
panasonic,amg88xx.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
plantower,pms7003.yaml dts: bindings: Migrate Plantower sensors to inherit base sensor props 2022-10-17 10:15:13 +02:00
raspberrrypi,pico-temp.yaml drivers: sensors: Add support for RaspberryPi Pico CPU temperature 2023-01-19 15:32:41 -06:00
rohm,bh1750.yaml drivers: sensor: Add support for BH1750 ambient light sensor 2023-02-19 20:44:34 -05:00
sbs,sbs-gauge.yaml dts: bindings: Migrate SBS sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
seeed,grove-light.yaml dts: bindings: Migrate Seeed sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
seeed,grove-temperature.yaml dts: bindings: Migrate Seeed sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
semtech,sx9500.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
sensirion,sgp40.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
sensirion,sht3xd.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
sensirion,sht4x.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
sensirion,shtcx.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
sensor-device.yaml dts: bindings: Introduce base sensor device properties 2022-10-17 10:15:13 +02:00
silabs,si7006.yaml dts: bindings: Migrate Silabs sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
silabs,si7055.yaml dts: bindings: Migrate Silabs sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
silabs,si7060.yaml dts: bindings: Migrate Silabs sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
silabs,si7210.yaml dts: bindings: Migrate Silabs sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
st,hts221-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,hts221-i2c.yaml
st,hts221-spi.yaml
st,i3g4250d.yaml dts: bindings: Migrate ST sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
st,iis2dh-i2c.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,iis2dh-spi.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,iis2dlpc-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,iis2dlpc-i2c.yaml
st,iis2dlpc-spi.yaml
st,iis2iclx-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,iis2iclx-i2c.yaml
st,iis2iclx-spi.yaml
st,iis2mdc-i2c.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,iis2mdc-spi.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,iis3dhhc-spi.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,ism330dhcx-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,ism330dhcx-i2c.yaml
st,ism330dhcx-spi.yaml
st,lis2dh12-i2c.yaml
st,lis2dh-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,lis2dh-i2c.yaml
st,lis2dh-spi.yaml
st,lis2ds12-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,lis2ds12-i2c.yaml
st,lis2ds12-spi.yaml
st,lis2dw12-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,lis2dw12-i2c.yaml
st,lis2dw12-spi.yaml
st,lis2mdl-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,lis2mdl-i2c.yaml
st,lis2mdl-spi.yaml
st,lis3dh-i2c.yaml
st,lis3mdl-magn.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,lps22hb-press.yaml dts: bindings: Migrate ST sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
st,lps22hh-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,lps22hh-i2c.yaml
st,lps22hh-i3c.yaml
st,lps22hh-spi.yaml
st,lps25hb-press.yaml dts: bindings: Migrate ST sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
st,lsm6ds0.yaml dts: bindings: Migrate ST sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
st,lsm6dsl-common.yaml dts: bindings: st,lsm6dsl: unify I2C and SPI bindings 2023-05-11 07:46:24 -05:00
st,lsm6dsl-i2c.yaml dts: bindings: st,lsm6dsl: unify I2C and SPI bindings 2023-05-11 07:46:24 -05:00
st,lsm6dsl-spi.yaml dts: bindings: st,lsm6dsl: unify I2C and SPI bindings 2023-05-11 07:46:24 -05:00
st,lsm6dso16is-common.yaml drivers/sensor: add support to LSM6DSO16IS IMU sensor 2023-05-09 16:23:15 +09:00
st,lsm6dso16is-i2c.yaml drivers/sensor: add support to LSM6DSO16IS IMU sensor 2023-05-09 16:23:15 +09:00
st,lsm6dso16is-spi.yaml drivers/sensor: add support to LSM6DSO16IS IMU sensor 2023-05-09 16:23:15 +09:00
st,lsm6dso32-i2c.yaml
st,lsm6dso32-spi.yaml
st,lsm6dso-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,lsm6dso-i2c.yaml
st,lsm6dso-spi.yaml
st,lsm6dsv16x-common.yaml drivers/sensor: add support to LSM6DSV16X IMU sensor 2023-05-18 11:43:36 -05:00
st,lsm6dsv16x-i2c.yaml drivers/sensor: add support to LSM6DSV16X IMU sensor 2023-05-18 11:43:36 -05:00
st,lsm6dsv16x-spi.yaml drivers/sensor: add support to LSM6DSV16X IMU sensor 2023-05-18 11:43:36 -05:00
st,lsm9ds0-gyro-i2c.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,lsm9ds0-mfd-i2c.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,lsm303agr-accel-i2c.yaml
st,lsm303agr-accel-spi.yaml
st,lsm303dlhc-accel.yaml
st,lsm303dlhc-magn.yaml dts: bindings: Migrate ST sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
st,stm32-qdec.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,stm32-temp-cal-common.yaml drivers: sensor: stm32_temp: Add support for STM32C0-series 2023-04-13 09:59:52 +02:00
st,stm32-temp-cal.yaml drivers: sensor: stm32_temp: Add support for STM32C0-series 2023-04-13 09:59:52 +02:00
st,stm32-temp-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,stm32-temp.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,stm32-vbat.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,stm32-vref.yaml drivers: sensor: Add STM32 VREF+ sensor 2023-05-23 08:54:20 +02:00
st,stm32c0-temp-cal.yaml dts: bindings: sensor: add property for stm32f0x0 temp sensor 2023-04-13 09:11:45 -05:00
st,stts751-i2c.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
st,vl53l0x.yaml drivers: sensor: vl53l0x: fix XSHUT pin as active low 2023-05-27 06:19:29 -04:00
st,vl53l1x.yaml drivers: sensor: VL53L1X time-of-flight sensor. 2023-03-03 10:01:55 -06:00
ti,bq274xx.yaml drivers: sensor: bq274xx: add CONFIG_BQ274XX_PM 2023-03-16 21:40:18 -04:00
ti,fdc2x1x.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
ti,hdc20xx.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
ti,hdc2010.yaml
ti,hdc2021.yaml
ti,hdc2022.yaml
ti,hdc2080.yaml
ti,hdc.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
ti,ina23x-common.yaml dt-bindings: sensor: ina237: add configuration properties 2023-08-29 09:44:20 -05:00
ti,ina219.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
ti,ina230.yaml test: sensor: ina230: add emulator unit test 2023-08-29 09:44:20 -05:00
ti,ina237.yaml drivers: sensor: ina237: add high-precision mode 2023-08-29 09:44:20 -05:00
ti,ina3221.yaml drivers: sensor: Add driver for TI INA3221 2023-04-26 20:08:04 +02:00
ti,opt3001.yaml dts: bindings: Migrate TI sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
ti,tmp007.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
ti,tmp108.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
ti,tmp112.yaml dts: bindings: Migrate TI sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
ti,tmp116.yaml dts: bindings: Migrate TI sensors to inherit base sensor properties 2022-10-17 10:15:13 +02:00
vishay,vcnl4040.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
vishay,veml7700.yaml drivers: sensor: Vishay VEML7700 ambient light sensor 2023-04-26 12:52:46 +02:00
we,wsen-hids-common.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
we,wsen-hids-i2c.yaml
we,wsen-hids-spi.yaml
we,wsen-itds.yaml yamllint: indentation: fix dts/bindings/ 2023-01-04 14:23:53 +01:00
we,wsen-pads-common.yaml drivers: sensor: Added driver for the Würth Elektronik WSEN-PADS sensor 2023-04-17 11:49:35 +02:00
we,wsen-pads-i2c.yaml drivers: sensor: Added driver for the Würth Elektronik WSEN-PADS sensor 2023-04-17 11:49:35 +02:00
we,wsen-pads-spi.yaml drivers: sensor: Added driver for the Würth Elektronik WSEN-PADS sensor 2023-04-17 11:49:35 +02:00
we,wsen-pdus.yaml drivers: sensor: Added driver for the Würth Elektronik WSEN-PDUS sensor 2023-04-21 07:16:15 -05:00
we,wsen-tids.yaml drivers: sensor: Added driver for the Würth Elektronik WSEN-TIDS sensor 2023-03-03 11:01:10 +01:00
winsen,mhz19b.yaml dts: bindings: clean up redundant required false attributes 2022-11-20 13:12:44 -05:00
zephyr,sensing-phy-sensor.yaml sensing: add Sensing Subsystem skeleton 2023-06-17 07:43:25 -04:00
zephyr,sensing-sensor.yaml sensing: add Sensing Subsystem skeleton 2023-06-17 07:43:25 -04:00
zephyr,sensing.yaml sensing: add Sensing Subsystem skeleton 2023-06-17 07:43:25 -04:00
zephyr,senss-phy-3d-sensor.yaml sensing: phy_3d_sensor: add phy_3d_sensor skeleton 2023-06-17 07:43:25 -04:00