Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
9bebe665c3e4f4af30add8602217938d8c17ee23
/
drivers
/
iio
/
imu
2a221c0
iio: imu: inv_mpu6050: Fix probe() failure on older ACPI based machines
by Hans de Goede
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
96c92d4
iio: imu: inv_mpu6050: add comment about frequencies
by Martin Kelly
· 7 years ago
cbf73ae
iio: imu: inv_mpu6050: make loop a do-while
by Martin Kelly
· 7 years ago
d8b4018
iio: imu: inv_mpu6050: minor wording fixes
by Martin Kelly
· 7 years ago
edddddd
iio: imu: inv_mpu6050: fix user_ctrl register overwritten
by Jean-Baptiste Maneyrol
· 7 years ago
c2b82a6
iio: imu: inv_mpu6050: skip first sample when gyro is on
by Jean-Baptiste Maneyrol
· 7 years ago
ca4c8fc
iio: imu: inv_mpu6050: fix possible deadlock between mutex and iio
by Jean-Baptiste Maneyrol
· 7 years ago
3b37c41
iio: imu: inv_mpu6050: use i2c mux only for chip with i2c aux bus
by Jean-Baptiste Maneyrol
· 7 years ago
880b2d6
iio: imu: inv_mpu6050: clean read channel data error path
by Jean-Baptiste Maneyrol
· 7 years ago
6792b45
iio: imu: inv_mpu6050: clean read raw by factorizing out raw data
by Jean-Baptiste Maneyrol
· 7 years ago
57f1677
iio: imu: inv_mpu6050: use devm_* at init and delete remove
by Jean-Baptiste Maneyrol
· 7 years ago
eaa54d9
iio: imu: inv_mpu6050: fix error path not turning chip back off
by Jean-Baptiste Maneyrol
· 7 years ago
5ec6486
iio:imu: inv_mpu6050: support more interrupt types
by Martin Kelly
· 7 years ago
17623d9
iio: imu: inv_mpu6050: use set_power_itg function in i2c mux
by Jean-Baptiste Maneyrol
· 7 years ago
7fc0168
iio: imu: inv_mpu6050: clean set_power_itg and fix usage
by Jean-Baptiste Maneyrol
· 7 years ago
685cc61
iio: imu: Add mpu9255 support to mpu6050 driver
by Douglas Fischer
· 7 years ago
4efa1a0
iio: imu: inv_mpu6050: do not flush fifo when iio buffer is full
by Jean-Baptiste Maneyrol
· 7 years ago
179c8d6
iio: imu: st_lsm6dsx: add support to ism330dlc
by Lorenzo Bianconi
· 7 years ago
be75eb8
iio: imu: st_lsm6dsx: fix FIFO threshold mask for LSM6DSM/LSM6DSL
by Lorenzo Bianconi
· 7 years ago
d12ceff
iio: imu: inv_mpu6050: clean double declaration of set_power_itg
by Jean-Baptiste Maneyrol
· 7 years ago
36e9f72
Merge 4.16-rc3 into staging-next
by Greg Kroah-Hartman
· 7 years ago
f027e0b
iio: adis_lib: Initialize trigger before requesting interrupt
by Lars-Peter Clausen
· 7 years ago
2134510
iio: imu: st_lsm6dsx: add hw timestamp support
by Lorenzo Bianconi
· 7 years ago
9bf94f8
imu:adis16480: fix debugfs_simple_attr.cocci warnings
by Venkat Prashanth B U
· 7 years ago
5b6c65f
iio: imu: st_lsm6dsx: remove st_lsm6dsx_write_with_mask() declaration
by Lorenzo Bianconi
· 7 years ago
91a6b84
iio: imu: st_lsm6dsx: pre-allocate read buffer at bootstrap
by Lorenzo Bianconi
· 7 years ago
51a8b70
iio: imu: st_lsm6dsx: add regmap API support
by Lorenzo Bianconi
· 7 years ago
335eaed
iio: imu: st_lsm6dsx: introduce conf_lock mutex
by Lorenzo Bianconi
· 7 years ago
7b9ebe4
iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()
by Lorenzo Bianconi
· 7 years ago
e36c8c1
iio: imu: inv_mpu6050: Remove duplicate NULL check
by Andy Shevchenko
· 7 years ago
449fcf3
Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
92617c1
iio: imu: st_lsm6dsx: add FIFO ops data structure
by Lorenzo Bianconi
· 7 years ago
7ca3ac9
iio: imu: st_lsm6dsx: move decimator info in st_lsm6dsx_sensor_settings
by Lorenzo Bianconi
· 7 years ago
ff81a93
iio: imu: st_lsm6dsx: split fifo mode and fifo odr configuration
by Lorenzo Bianconi
· 7 years ago
8f2a88a
iio: imu: st_lsm6dsx: convert max_fifo_size in FIFO sample size
by Lorenzo Bianconi
· 7 years ago
069f0e0
Merge tag 'iio-for-4.15a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 7 years ago
a6786847
iio: imu: st_lsm6dsx: remove rounding configuration
by Lorenzo Bianconi
· 7 years ago
ac25615
iio: imu: st_lsm6dsx: remove LIR configuration
by Lorenzo Bianconi
· 7 years ago
5e3c3e3
iio: imu: st_lsm6dsx: set sensor->odr value just in st_lsm6dsx_write_raw()
by Lorenzo Bianconi
· 7 years ago
2711e64
iio: imu: inv_mpu6050: make arrays hz and d static
by Colin Ian King
· 7 years ago
4e57562
iio: imu: inv_mpu6050: fix missing break in switch
by Gustavo A. R. Silva
· 7 years ago
8439a69
Merge 4.13-rc7 into staging-next
by Greg Kroah-Hartman
· 7 years ago
79978a9
iio:imu: drop assign iio_info.driver_module and iio_trigger_ops.owner
by Jonathan Cameron
· 7 years ago
fdd0d32
iio: imu: adis16480: Fix acceleration scale factor for adis16480
by Dragos Bogdan
· 7 years ago
aab498b
iio: adis16400: Change unsigned to unsigned int
by Reno Farnesi
· 8 years ago
ff5fff4
iio: imu: st_lsm6dsx: support open drain mode
by Lorenzo Bianconi
· 8 years ago
dd36a2d
Merge tag 'iio-for-4.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 8 years ago
d06838d
Merge 4.12-rc6 into staging-next
by Greg Kroah-Hartman
· 8 years ago
881b556
iio: imu: inv_mpu6050: test whoami first and against all known values
by Jean-Baptiste Maneyrol
· 8 years ago
8a12ed7
iio: imu: inv_mpu6050: replace sprintf with scnprintf
by Jean-Baptiste Maneyrol
· 8 years ago
68cd6e5
iio: imu: inv_mpu6050: fix lock issues by using our own mutex
by Jean-Baptiste Maneyrol
· 8 years ago
89ca88a
iio: imu: st_lsm6dsx: support active-low interrupts
by Lorenzo Bianconi
· 8 years ago
948588e
iio: imu: inv_mpu6050: add accel lpf setting for chip >= MPU6500
by Jean-Baptiste Maneyrol
· 8 years ago
3cec485
iio: imu: st_lsm6dsx: substitute ifdef CONFIG_PM with __maybe_unused macro
by Lorenzo Bianconi
· 8 years ago
d3f7705
iio: imu: st_lsm6dsx: add system power management support
by Lorenzo Bianconi
· 8 years ago
535de39
iio: imu: st_lsm6dsx: modify st_lsm6dsx_flush_fifo and st_lsm6dsx_set_fifo_mode scope
by Lorenzo Bianconi
· 8 years ago
bf23527
iio: imu: st_lsm6dsx: simplify data ready pin parsing
by Lorenzo Bianconi
· 8 years ago
510c010
iio: imu: st_lsm6dsx: use i2c/spi device name for iio_dev name
by Lorenzo Bianconi
· 8 years ago
edf5e79
Merge tag 'iio-for-4.12c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 8 years ago
2ccc150
iio: imu: st_lsm6dsx: do not apply ODR configuration in write_raw handler
by Lorenzo Bianconi
· 8 years ago
0c8f492
iio:imu:mpu6050 add explicit mpu9250 support
by Jonathan Cameron
· 8 years ago
407e0b5
iio: imu: st_lsm6dsx: Remove unnecessary cast on void pointer
by simran singhal
· 8 years ago
1c816ba
Merge 4.11-rc4 into staging-next
by Greg Kroah-Hartman
· 8 years ago
34591a1
iio: imu: inv_mpu6050: Add OF device ID table
by Javier Martinez Canillas
· 8 years ago
6985bd5
iio: imu: st_lsm6dsx: fix FIFO_CTRL2 overwrite during watermark configuration
by Lorenzo Bianconi
· 8 years ago
df47710
iio: imu: st_lsm6dsx: add support to lsm6ds3h
by Lorenzo Bianconi
· 8 years ago
0b2a3e5
iio: imu: st_lsm6dsx: add support to lsm6dsl
by Lorenzo Bianconi
· 8 years ago
d068e4a
iio: imu: st_lsm6dsx: add support to multiple devices with the same settings
by Lorenzo Bianconi
· 8 years ago
dba3290
iio: imu: st_lsm6dsx: add possibility to select drdy pin
by Lorenzo Bianconi
· 8 years ago
08cad73
Merge tag 'iio-for-4.11b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into work-next
by Greg Kroah-Hartman
· 8 years ago
dfebd8d
iio: imu: st_lsm6dsx: fix typo in gyro sensitivity definition
by Lorenzo Bianconi
· 8 years ago
2d3f956
iio: bmi160: use variable names for sizeof() operator
by Alison Schofield
· 8 years ago
4463c3e
Merge tag 'iio-for-4.11a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 8 years ago
290a6ce
iio: imu: add support to lsm6dsx driver
by Lorenzo Bianconi
· 8 years ago
01d1f7a
iio: bmi160: Fix time needed to sleep after command execution
by Marcin Niestroj
· 8 years ago
75eadb8f
iio: bmi160: Add of device table for spi
by Marcin Niestroj
· 8 years ago
968bdbf
iio: bmi160: Add of device table for i2c
by Marcin Niestroj
· 8 years ago
08f3ffc
iio: imu: inv_mpu6050: inform the i2c mux core about how it is used
by Peter Rosin
· 8 years ago
dd4ba3f
iio: bmi160_core: Fix sparse warning due to incorrect type in assignment
by sayli karnik
· 8 years ago
6c71ee3
Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 8 years ago
7813029
Merge 4.7-rc6 into staging-next
by Greg Kroah-Hartman
· 9 years ago
468c562
iio:imu:mpu6050: icm20608 initial support
by Gregor Boirie
· 9 years ago
bc2b7da
iio:core: timestamping clock selection support
by Gregor Boirie
· 9 years ago
af52739b
Merge 4.7-rc4 into staging-next
by Greg Kroah-Hartman
· 9 years ago
6e85dbe
iio: inv_mpu6050: Fix use-after-free in ACPI code
by Crestez Dan Leonard
· 9 years ago
aabb4060
Merge tag 'iio-for-4.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-next
by Greg Kroah-Hartman
· 9 years ago
03cce00
Merge tag 'iio-fixes-for-4.7a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus
by Greg Kroah-Hartman
· 9 years ago
2f37dd1
Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 9 years ago
78975f2
Merge branch 'i2c/for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
1ffcfaf
iio: imu: inv_mpu6050: change the i2c gate to be mux-locked
by Peter Rosin
· 9 years ago
216912e
imu: bmi160: Add avail frequency and scale attributes
by Daniel Baluta
· 9 years ago
c25d3f3
iio: bmi160: Fix ODR setting
by Daniel Baluta
· 9 years ago
5ec97ba
iio: bmi160: Fix output data rate for accel
by Daniel Baluta
· 9 years ago
393dbe4
iio: imu: mpu6050: Fix name/chip_id when using ACPI
by Daniel Baluta
· 9 years ago
140afdd
iio: imu: mpu6050: fix possible NULL dereferences
by Matt Ranostay
· 9 years ago
5a45e01
Merge tag 'iio-for-4.7b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-testing
by Greg Kroah-Hartman
· 9 years ago
fbced0e
iio: inv_mpu6050: Add explicit support for MPU9150
by Crestez Dan Leonard
· 9 years ago
bf1eb91
iio: inv_mpu6050: Add spi_device_id for INV_MPU6500
by Crestez Dan Leonard
· 9 years ago
Next »