zephyr/drivers/sensor
Dhananjay Gundapu Jayakrishnan bfe0c2e748 drivers: sensor: temp_nrf5: update assert condition in nRF temp sensor
nRF 16MHz clock is used by both BLE radio and temperature sensor.
During BLE connection if the temperature sensor is also used then
at some point assert condition is hit in temp_nrf5_sample_fetch().
The error code -EBUSY seen during clock_control_off() is that clock
is no longer needed for the temperature sensor, but it cannot be
just turned off because it is still needed for BLE connection.

Signed-off-by: Dhananjay Gundapu Jayakrishnan <dhananjay.jayakrishnan@proglove.de>
2018-12-19 09:03:47 -06:00
..
adt7420 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
adxl362 drivers: sensor: Convert adxl362 to device tree 2018-11-14 23:54:57 -05:00
adxl372 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
ak8975 drivers: sensor: Migrate to new logger 2018-10-16 08:49:53 -04:00
amg88xx drivers: sensor: Migrate to new logger 2018-10-16 08:49:53 -04:00
apds9960 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
bma280 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
bmc150_magn drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
bme280 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
bmg160 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
bmi160 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
bmm150 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
ccs811 dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
dht drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
fxas21002 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
fxos8700 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
grove sensors: move grove sensors under drivers/sensor 2018-10-28 11:46:36 -04:00
hdc1008 dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
hmc5883l drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
hp206c drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
hts221 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
isl29035 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
lis2dh drivers: sensors: lis2dh: Fix out-of-bound access 2018-12-05 10:38:38 -08:00
lis2mdl sensors: convert lis2mdl to use information coming from dts 2018-12-11 08:11:11 -06:00
lis3dh drivers/lis3dh: Add symbol to TRIGGER_MODE config choice 2018-12-07 10:43:13 -05:00
lis3mdl drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
lps22hb dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
lps25hb dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
lsm6ds0 dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
lsm6dsl drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
lsm9ds0_gyro drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
lsm9ds0_mfd driver: sensors: convert lsm9ds0_mfd to use information coming from dts 2018-12-19 07:31:18 -06:00
lsm303dlhc_accel dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
lsm303dlhc_magn dts_fixups: Use DT_ prefix in all defined labels not related to Kconfig 2018-11-13 10:44:42 -06:00
max30101 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
max44009 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
mcp9808 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
mpu6050 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
ms5837 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
nrf5 drivers: sensor: temp_nrf5: update assert condition in nRF temp sensor 2018-12-19 09:03:47 -06:00
pms7003 drivers: sensor: Migrate to new logger 2018-10-16 08:49:53 -04:00
qdec_nrfx i2c: sensor: Replace static_assert by BUILD_ASSERT_MSG 2018-12-01 18:37:16 +01:00
sht3xd drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
sx9500 drivers: sensor: Migrate to new logger 2018-10-16 08:49:53 -04:00
th02 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
tmp007 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
tmp112 drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
vl53l0x drivers: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
CMakeLists.txt sensors: move grove sensors under drivers/sensor 2018-10-28 11:46:36 -04:00
Kconfig sensors: move grove sensors under drivers/sensor 2018-10-28 11:46:36 -04:00
sensor_handlers.c drivers: sensor: Fix syscall name 2018-11-01 14:40:30 -07:00