summaryrefslogtreecommitdiffstats
path: root/drivers/iio/imu/st_lsm6dsx (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: Drop Duplicated "mount-matrix" parameterAndy Shevchenko2021-06-031-1/+1
* iio: imu: st_lsm6dsx: correct ODR in headerSean Nyekjaer2021-05-171-3/+3
* iio: imu: st_lsm6dsx: Drop unneeded explicit castingsAndy Shevchenko2021-03-253-6/+3
* iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-9/+6
* iio: imu: st_lsm6dsx: fix edge-trigger interruptsLorenzo Bianconi2020-12-031-5/+21
* iio: imu: st_lsm6dsx: add support to LSM6DSOPLorenzo Bianconi2020-12-036-3/+19
* iio: imu: st_lsmdsx: compact st_lsm6dsx_sensor_settings tableLorenzo Bianconi2020-12-032-425/+29
* iio: imu: st_lsm6dsx: add vdd-vddio voltage regulatorLorenzo Bianconi2020-11-252-0/+43
* Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-11-246-4/+221
|\
| * iio: imu: st_lsm6dsx: add support to LSM6DSTLorenzo Bianconi2020-10-106-4/+221
* | iio: imu: st_lsm6dsx: set 10ms as min shub slave timeoutLorenzo Bianconi2020-11-011-2/+4
|/
* iio:imu:st_lsm6dsx Fix alignment and data leak issuesJonathan Cameron2020-09-212-16/+32
* iio:imu:st_lsm6dsx: check st_lsm6dsx_shub_read_output returnTom Rix2020-09-211-0/+2
* iio: imu: st_lsm6dsx: Scaling factor type set to IIO_VAL_INT_PLUS_NANOMario Tesi2020-09-211-57/+77
* iio: imu: st_lsm6dsx: reset hw ts after resumeLorenzo Bianconi2020-07-223-11/+17
* iio: imu: st_lsm6dsx: st_lsm6dsx: Mark 'st_lsm6dsx_accel_ext_info' as __maybe...Lee Jones2020-07-201-1/+2
* iio: imu: st_lsm6dsx: st_lsm6dsx_shub: Demote obvious misuse of kerneldoc to ...Lee Jones2020-07-201-4/+4
* iio: imu: st_lsm6dsx: st_lsm6dsx: Reorder 'inline' declarationLee Jones2020-07-201-1/+1
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-142-2/+0
* Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman2020-05-251-2/+5
|\
| * iio: imu: st_lsm6dsx: unlock on error in st_lsm6dsx_shub_write_raw()Dan Carpenter2020-04-251-2/+5
* | Merge tag 'iio-for-5.8b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-05-151-7/+14
|\ \
| * | iio: imu: st_lsm6dsx: enable 833Hz sample frequency for tagged sensorsLorenzo Bianconi2020-05-031-7/+14
* | | Merge 5.7-rc3 into staging-nextGreg Kroah-Hartman2020-04-274-15/+64
|\ \ \ | |/ / |/| / | |/
| * iio: imu: st_lsm6dsx: flush hw FIFO before resetting the deviceLorenzo Bianconi2020-04-191-1/+23
| * iio: imu: st_lsm6dsx: specify slave odr in slv_odrLorenzo Bianconi2020-03-282-7/+23
| * iio: imu: st_lsm6dsx: fix read misalignment on untagged FIFOLorenzo Bianconi2020-03-282-7/+18
* | iio: imu: st_lsm6dsx: drop huge include in sensor-hub driverLorenzo Bianconi2020-04-191-2/+1
* | iio: imu: st_lsm6dsx: Add sensor hub device LIS3MDLJimmy Assarsson2020-04-191-0/+64
* | iio: imu: st_lsm6dsx: Increase ODR_LIST_SIZEJimmy Assarsson2020-04-191-1/+1
* | iio: imu: st_lsm6dsx: configure full scale on slave device if supportedLorenzo Bianconi2020-04-191-0/+33
|/
* iio: imu: st_lsm6dsx: check return value from st_lsm6dsx_sensor_set_enableLorenzo Bianconi2020-03-081-2/+3
* iio: imu: st_lsm6dsx: Fix mismatched commentsJieunKim2020-02-141-2/+2
* Merge 5.5-rc7 into staging-nextGreg Kroah-Hartman2020-01-221-1/+2
|\
| * iio: imu: st_lsm6dsx: Fix selection of ST_LSM6DS3_IDStephan Gerhold2020-01-131-1/+2
* | iio: imu: st_lsm6dsx: add mount matrix supportMartin Kepplinger2020-01-182-0/+23
* | iio: imu: st_lsm6dsx: check return value from st_lsm6dsx_sensor_set_enableLorenzo Bianconi2020-01-131-2/+5
* | Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-01-106-67/+182
|\ \ | |/ |/|
| * iio: imu: st_lsm6dsx: enable sensor-hub support for lsm6dsmLorenzo Bianconi2019-12-294-15/+94
| * iio: imu: st_lsm6dsx: rename st_lsm6dsx_shub_read_reg in st_lsm6dsx_shub_read...Lorenzo Bianconi2019-12-291-5/+6
| * iio: imu: st_lsm6dsx: check if shub_output reg is located in primary pageLorenzo Bianconi2019-12-293-15/+28
| * iio: imu: st_lsm6dsx: check if pull_up is located in primary pageLorenzo Bianconi2019-12-292-5/+14
| * iio: imu: st_lsm6dsx: check if master_enable is located in primary pageLorenzo Bianconi2019-12-293-5/+14
| * iio: imu: st_lsm6dsx: export max num of slave devices in st_lsm6dsx_shub_sett...Lorenzo Bianconi2019-12-293-2/+5
| * iio: st_lsm6dsx: Make use of device propertiesAndy Shevchenko2019-12-291-13/+13
| * iio: st_lsm6dsx: Drop unneeded OF codeAndy Shevchenko2019-12-292-4/+2
| * iio: st_lsm6dsx: Mark predefined constants with __maybe_unusedAndy Shevchenko2019-12-291-2/+5
| * iio: imu: st_lsm6dsx: fix checkpatch warningLorenzo Bianconi2019-12-151-5/+5
* | iio: imu: st_lsm6dsx: do not power-off accel if events are enabledLorenzo Bianconi2019-12-081-4/+26
* | iio: imu: st_lsm6dsx: track hw FIFO buffering with fifo_maskLorenzo Bianconi2019-12-083-15/+18