zephyr/drivers/sensor
Krzysztof Chruscinski 00156ad80a drivers: clock_control: nrf: Switch to single clock device
Low frequency and high frequency clocks had separate devices
while they are actually handled by single peripheral with single
interrupt. The split was done probably because opaque subsys
argument in the API was used for other purposes and there was
no way to pass the information which clock should be controlled.
Implementation changes some time ago and subsys parameter was
no longer used. It now can be used to indicate which clock should
be controlled.

Change become necessary when nrf5340 is taken into account where
there are more clocks and current approach would lead to create
multiple devices - mess.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-12-17 14:38:19 +01:00
..
adt7420
adxl362
adxl372
ak8975
amg88xx drivers: amg88xx: check i2c write return value 2019-11-21 07:48:35 -06:00
ams_iAQcore
apds9960
bma280
bmc150_magn
bme280
bme680 global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
bmg160
bmi160
bmm150
ccs811
dht
ens210
fxas21002
fxos8700
grove
hmc5883l
hp206c
hts221
iis3dhhc
isl29035
lis2dh sensors: lis2dh: use proper scale factor for lsm303agr 2019-11-13 14:43:25 -06:00
lis2ds12 global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
lis2dw12
lis2mdl
lis3mdl
lps22hb
lps22hh include: Fix use of <gpio.h> -> <drivers/gpio.h> 2019-12-10 08:39:37 -05:00
lps25hb
lsm6ds0
lsm6dsl
lsm6dso include: Fix use of <gpio.h> -> <drivers/gpio.h> 2019-12-10 08:39:37 -05:00
lsm9ds0_gyro
lsm9ds0_mfd
lsm303dlhc_magn
max30101
max44009
mcp9808 drivers: sensor: mcp9808: clean up I2C API usage 2019-11-13 15:16:54 -06:00
mpu6050
ms5607 sensor: add ms5607 sensor 2019-12-09 12:22:25 -06:00
ms5837
nrf5 drivers: clock_control: nrf: Switch to single clock device 2019-12-17 14:38:19 +01:00
opt3001 include: Fix use of <misc/FOO.h> -> <sys/FOO.h> 2019-12-10 08:39:37 -05:00
pms7003
qdec_nrfx
sht3xd
si7006 include: Fix use of <i2c.h> -> <drivers/i2c.h> 2019-12-10 08:39:37 -05:00
si7060
stts751 include: Fix use of <gpio.h> -> <drivers/gpio.h> 2019-12-10 08:39:37 -05:00
sx9500
th02
ti_hdc
tmp007
tmp112
tmp116 include: Fix use of <misc/FOO.h> -> <sys/FOO.h> 2019-12-10 08:39:37 -05:00
vl53l0x global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
CMakeLists.txt sensor: add ms5607 sensor 2019-12-09 12:22:25 -06:00
Kconfig sensor: add ms5607 sensor 2019-12-09 12:22:25 -06:00
sensor_handlers.c