index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
imu
/
st_lsm6dsx
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-09
iio: imu: st_lsm6dsx: express odr in mHZ
Lorenzo Bianconi
4
-122
/
+131
2019-11-09
iio: imu: st_lsm6dsx: fix ODR check in st_lsm6dsx_write_raw
Lorenzo Bianconi
1
-4
/
+5
2019-11-09
iio: imu: st_lsm6dsx: explicitly define odr table size
Lorenzo Bianconi
3
-12
/
+29
2019-10-27
iio: imu: st_lsm6dsx: add support to LSM6DSRX
Lorenzo Bianconi
6
-5
/
+21
2019-10-15
iio: imu: st_lsm6dsx: add support to LSM6DS0
Lorenzo Bianconi
5
-2
/
+17
2019-10-15
iio: imu: st_lsm6dsx: fix gyro gain definitions for LSM9DS1
Lorenzo Bianconi
1
-3
/
+4
2019-10-15
iio: imu: st_lsm6dsx: add odr calibration feature
Mario Tesi
3
-3
/
+29
2019-10-15
iio: imu: st_lsm6dsx: enable drdy-mask if available
Lorenzo Bianconi
3
-0
/
+29
2019-10-15
iio: imu: st_lsm6dsx: enable wake-up event for LSM6DSO
Lorenzo Bianconi
1
-1
/
+24
2019-10-15
iio: imu: st_lsm6dsx: add missing kernel documenation
Lorenzo Bianconi
1
-0
/
+3
2019-10-15
iio: imu: st_lsm6dsx: add wakeup_source in st_sensors_platform_data
Lorenzo Bianconi
1
-2
/
+4
2019-10-15
iio: imu: st_lsm6dsx: fix checkpatch warning
Lorenzo Bianconi
1
-16
/
+19
2019-10-15
iio: imu: st_lsm6dsx: grab conf mutex in st_lsm6dsx_write_event_config
Lorenzo Bianconi
1
-0
/
+2
2019-10-15
iio: imu: st_lsm6dsx: rely on st_lsm6dsx_update_bits_locked configuring events
Lorenzo Bianconi
1
-11
/
+14
2019-10-15
iio: imu: st_lsm6dsx: always check enable_reg in st_lsm6dsx_event_setup
Lorenzo Bianconi
1
-12
/
+11
2019-10-15
iio: imu: st_lsm6dsx: move bdu/boot and reset register info in hw_settings
Lorenzo Bianconi
2
-22
/
+99
2019-10-15
iio: imu: st_lsm6dsx: do not access active-low/open-drain regs if not supported
Lorenzo Bianconi
2
-14
/
+67
2019-10-15
iio: imu: st_lsm6dsx: move irq related definitions in irq_config
Lorenzo Bianconi
2
-108
/
+179
2019-10-15
iio: imu: st_lsm6dsx: add sanity check for read_fifo pointer
Lorenzo Bianconi
2
-0
/
+6
2019-10-15
iio: imu: st_lsm6dsx: use st_lsm6dsx_read_locked in st_lsm6dsx_report_motion_...
Lorenzo Bianconi
1
-14
/
+20
2019-10-14
Merge 5.4-rc3 into staging-next
Greg Kroah-Hartman
3
-17
/
+28
2019-10-09
iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controller
Lorenzo Bianconi
1
-1
/
+3
2019-10-05
iio: imu: st_lsm6dsx: add motion report function and call from interrupt
Sean Nyekjaer
2
-4
/
+98
2019-10-05
iio: imu: st_lsm6dsx: always enter interrupt thread
Sean Nyekjaer
1
-8
/
+1
2019-10-05
iio: imu: st_lsm6dsx: add wakeup-source option
Sean Nyekjaer
1
-0
/
+14
2019-10-05
iio: imu: st_lsm6dsx: add motion events
Sean Nyekjaer
2
-4
/
+228
2019-10-05
iio: imu: st_lsm6dsx: move interrupt thread to core
Sean Nyekjaer
2
-77
/
+89
2019-09-15
iio: imu: st_lsm6dsx: enable clear on read for latched interrupts
Lorenzo Bianconi
2
-0
/
+26
2019-09-15
iio: imu: st_lsm6dsx: enable LIR for sensor events
Lorenzo Bianconi
2
-0
/
+37
2019-09-08
iio: imu: st_lsm6dsx: forbid 0 sensor sensitivity
Lorenzo Bianconi
3
-16
/
+25
2019-09-03
iio: imu: st_lsm6dsx: rely on IIO_G_TO_M_S_2 for gain definition for LSM9DS1
Lorenzo Bianconi
1
-4
/
+4
2019-09-03
iio: imu: st_lsm6dsx: remove invalid gain value for LSM9DS1
Lorenzo Bianconi
1
-6
/
+11
2019-09-03
iio: imu: st_lsm6dsx: Fix FIFO diff mask for tagged fifo
mario tesi
1
-3
/
+3
2019-09-03
iio: imu: st_lsm6dsx: add support for accel/gyro unit of lsm9ds1
Martin Kepplinger
5
-1
/
+100
2019-08-27
iio: imu: st_lsm6dsx: move register definitions to sensor_settings struct
Martin Kepplinger
2
-9
/
+28
2019-08-26
iio: imu: st_lsm6dsx: introduce update_fifo function pointer
Lorenzo Bianconi
3
-4
/
+25
2019-08-05
iio: imu: st_lsm6dsx: make IIO_CHAN_INFO_SCALE shared by type
Martin Kepplinger
1
-2
/
+2
2019-08-05
iio: imu: st_lsm6dsx: add support to ISM330DHCX
Lorenzo Bianconi
6
-5
/
+22
2019-08-05
iio: imu: st_lsm6dsx: move iio chan definitions in st_lsm6dsx_sensor_settings
Lorenzo Bianconi
2
-20
/
+81
2019-08-05
iio: imu: st_lsm6dsx: inline output acc/gyro output regs
Lorenzo Bianconi
1
-20
/
+6
2019-08-05
iio: imu: st_lsm6dsx: move fs_table in st_lsm6dsx_sensor_settings
Lorenzo Bianconi
2
-33
/
+144
2019-08-05
iio: imu: st_lsm6dsx: move odr_table in st_lsm6dsx_sensor_settings
Lorenzo Bianconi
2
-32
/
+166
2019-07-27
iio: imu: st_lsm6dsx: flip irq return logic
Sean Nyekjaer
1
-1
/
+1
2019-07-27
iio: imu: st_lsm6dsx: add i3c basic support for LSM6DSO and LSM6DSR
Vitor Soares
3
-1
/
+65
2019-07-27
iio: imu: st_lsm6dsx: add support to LSM6DS3TR-C
Lorenzo Bianconi
6
-6
/
+21
2019-07-01
Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
4
-20
/
+48
2019-06-17
Merge tag 'iio-fixes-for-5.2b' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
2
-8
/
+19
2019-06-17
iio: imu: st_lsm6dsx: get device name from st_lsm6dsx_sensor_settings
Lorenzo Bianconi
4
-20
/
+48
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177
Thomas Gleixner
5
-10
/
+5
2019-05-27
iio: imu: st_lsm6dsx: fix PM support for st_lsm6dsx i2c controller
Lorenzo Bianconi
2
-8
/
+19
[next]