summaryrefslogtreecommitdiff
path: root/drivers/iio/imu/st_lsm6dsx
AgeCommit message (Expand)AuthorFilesLines
2020-01-22Merge 5.5-rc7 into staging-nextGreg Kroah-Hartman1-1/+2
2020-01-18iio: imu: st_lsm6dsx: add mount matrix supportMartin Kepplinger2-0/+23
2020-01-14iio: imu: st_lsm6dsx: check return value from st_lsm6dsx_sensor_set_enableLorenzo Bianconi1-2/+5
2020-01-13iio: imu: st_lsm6dsx: Fix selection of ST_LSM6DS3_IDStephan Gerhold1-1/+2
2020-01-10Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman6-67/+182
2019-12-29iio: imu: st_lsm6dsx: enable sensor-hub support for lsm6dsmLorenzo Bianconi4-15/+94
2019-12-29iio: imu: st_lsm6dsx: rename st_lsm6dsx_shub_read_reg in st_lsm6dsx_shub_read...Lorenzo Bianconi1-5/+6
2019-12-29iio: imu: st_lsm6dsx: check if shub_output reg is located in primary pageLorenzo Bianconi3-15/+28
2019-12-29iio: imu: st_lsm6dsx: check if pull_up is located in primary pageLorenzo Bianconi2-5/+14
2019-12-29iio: imu: st_lsm6dsx: check if master_enable is located in primary pageLorenzo Bianconi3-5/+14
2019-12-29iio: imu: st_lsm6dsx: export max num of slave devices in st_lsm6dsx_shub_sett...Lorenzo Bianconi3-2/+5
2019-12-29iio: st_lsm6dsx: Make use of device propertiesAndy Shevchenko1-13/+13
2019-12-29iio: st_lsm6dsx: Drop unneeded OF codeAndy Shevchenko2-4/+2
2019-12-29iio: st_lsm6dsx: Mark predefined constants with __maybe_unusedAndy Shevchenko1-2/+5
2019-12-15iio: imu: st_lsm6dsx: fix checkpatch warningLorenzo Bianconi1-5/+5
2019-12-08iio: imu: st_lsm6dsx: do not power-off accel if events are enabledLorenzo Bianconi1-4/+26
2019-12-08iio: imu: st_lsm6dsx: track hw FIFO buffering with fifo_maskLorenzo Bianconi3-15/+18
2019-12-08iio: imu: st_lsm6dsx: fix decimation factor estimationLorenzo Bianconi2-9/+18
2019-11-09iio: imu: st_lsm6dsx: express odr in mHZLorenzo Bianconi4-122/+131
2019-11-09iio: imu: st_lsm6dsx: fix ODR check in st_lsm6dsx_write_rawLorenzo Bianconi1-4/+5
2019-11-09iio: imu: st_lsm6dsx: explicitly define odr table sizeLorenzo Bianconi3-12/+29
2019-10-27iio: imu: st_lsm6dsx: add support to LSM6DSRXLorenzo Bianconi6-5/+21
2019-10-15iio: imu: st_lsm6dsx: add support to LSM6DS0Lorenzo Bianconi5-2/+17
2019-10-15iio: imu: st_lsm6dsx: fix gyro gain definitions for LSM9DS1Lorenzo Bianconi1-3/+4
2019-10-15iio: imu: st_lsm6dsx: add odr calibration featureMario Tesi3-3/+29
2019-10-15iio: imu: st_lsm6dsx: enable drdy-mask if availableLorenzo Bianconi3-0/+29
2019-10-15iio: imu: st_lsm6dsx: enable wake-up event for LSM6DSOLorenzo Bianconi1-1/+24
2019-10-15iio: imu: st_lsm6dsx: add missing kernel documenationLorenzo Bianconi1-0/+3
2019-10-15iio: imu: st_lsm6dsx: add wakeup_source in st_sensors_platform_dataLorenzo Bianconi1-2/+4
2019-10-15iio: imu: st_lsm6dsx: fix checkpatch warningLorenzo Bianconi1-16/+19
2019-10-15iio: imu: st_lsm6dsx: grab conf mutex in st_lsm6dsx_write_event_configLorenzo Bianconi1-0/+2
2019-10-15iio: imu: st_lsm6dsx: rely on st_lsm6dsx_update_bits_locked configuring eventsLorenzo Bianconi1-11/+14
2019-10-15iio: imu: st_lsm6dsx: always check enable_reg in st_lsm6dsx_event_setupLorenzo Bianconi1-12/+11
2019-10-15iio: imu: st_lsm6dsx: move bdu/boot and reset register info in hw_settingsLorenzo Bianconi2-22/+99
2019-10-15iio: imu: st_lsm6dsx: do not access active-low/open-drain regs if not supportedLorenzo Bianconi2-14/+67
2019-10-15iio: imu: st_lsm6dsx: move irq related definitions in irq_configLorenzo Bianconi2-108/+179
2019-10-15iio: imu: st_lsm6dsx: add sanity check for read_fifo pointerLorenzo Bianconi2-0/+6
2019-10-15iio: imu: st_lsm6dsx: use st_lsm6dsx_read_locked in st_lsm6dsx_report_motion_...Lorenzo Bianconi1-14/+20
2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman3-17/+28
2019-10-09iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controllerLorenzo Bianconi1-1/+3
2019-10-05iio: imu: st_lsm6dsx: add motion report function and call from interruptSean Nyekjaer2-4/+98
2019-10-05iio: imu: st_lsm6dsx: always enter interrupt threadSean Nyekjaer1-8/+1
2019-10-05iio: imu: st_lsm6dsx: add wakeup-source optionSean Nyekjaer1-0/+14
2019-10-05iio: imu: st_lsm6dsx: add motion eventsSean Nyekjaer2-4/+228
2019-10-05iio: imu: st_lsm6dsx: move interrupt thread to coreSean Nyekjaer2-77/+89
2019-09-15iio: imu: st_lsm6dsx: enable clear on read for latched interruptsLorenzo Bianconi2-0/+26
2019-09-15iio: imu: st_lsm6dsx: enable LIR for sensor eventsLorenzo Bianconi2-0/+37
2019-09-08iio: imu: st_lsm6dsx: forbid 0 sensor sensitivityLorenzo Bianconi3-16/+25
2019-09-03iio: imu: st_lsm6dsx: rely on IIO_G_TO_M_S_2 for gain definition for LSM9DS1Lorenzo Bianconi1-4/+4
2019-09-03iio: imu: st_lsm6dsx: remove invalid gain value for LSM9DS1Lorenzo Bianconi1-6/+11