index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
imu
/
inv_mpu6050
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-22
iio: imu: inv_mpu6050: fix no data on MPU6050
Jean-Baptiste Maneyrol
3
-3
/
+23
2019-08-12
Merge tag 'iio-for-5.4a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
2
-6
/
+7
2019-08-05
iio: imu: inv_mpu6050: be more explicit on supported chips
Jean-Baptiste Maneyrol
1
-4
/
+6
2019-07-27
iio: imu: mpu6050: Replace devm_add_action() followed by failure action with ...
Fuqian Huang
1
-2
/
+1
2019-07-14
iio: imu: mpu6050: add missing available scan masks
Jean-Baptiste Maneyrol
1
-0
/
+43
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
1
-9
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
6
-54
/
+6
2019-05-31
Merge tag 'staging-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-5
/
+64
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-20
Merge tag 'iio-fixes-for-5.2a' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
3
-5
/
+64
2019-04-14
iio: imu: mpu6050: Fix FIFO layout for ICM20602
Steve Moskovchenko
3
-5
/
+64
2019-04-04
iio: mpu6050: improve code readability
H. Nikolaus Schaller
1
-2
/
+4
2019-04-04
iio: Allow to read mount matrix from ACPI
Andy Shevchenko
1
-2
/
+2
2019-02-04
Merge tag 'iio-for-5.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
5
-7
/
+58
2019-02-02
iio: imu: mpu6050: Add support for the ICM 20602 IMU
Randolph Maaßen
5
-7
/
+58
2018-12-03
iio: inv_mpu6050: Use i2c_acpi_get_i2c_resource() helper
Andy Shevchenko
1
-10
/
+6
2018-08-18
iio: imu: mpu6050: add support for regulator framework
Brian Masney
2
-0
/
+64
2018-07-25
Merge tag 'iio-for-4.19b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
3
-0
/
+13
2018-07-15
iio: imu: mpu6050: add support for 6515 variant
Brian Masney
3
-0
/
+13
2018-07-02
Merge 4.18-rc3 into staging-next
Greg Kroah-Hartman
1
-0
/
+2
2018-06-24
iio: imu: inv_mpu6050: Fix probe() failure on older ACPI based machines
Hans de Goede
1
-0
/
+2
2018-06-10
iio: imu: inv_mpu6050: new timestamp mechanism
Jean-Baptiste Maneyrol
3
-1
/
+96
2018-06-10
iio: imu: inv_mpu6050: better fifo overflow handling
Jean-Baptiste Maneyrol
2
-3
/
+4
2018-06-10
iio: imu: inv_mpu6050: fix fifo count reading
Jean-Baptiste Maneyrol
1
-13
/
+11
2018-06-10
iio: imu: inv_mpu6050: switch to use sample rate divider
Jean-Baptiste Maneyrol
2
-10
/
+24
2018-06-10
iio: imu: inv_mpu6050: replace timestamp fifo by generic timestamp
Jean-Baptiste Maneyrol
3
-58
/
+2
2018-05-22
iio: imu: inv_mpu6050: add comment about frequencies
Martin Kelly
1
-1
/
+8
2018-05-12
iio: imu: inv_mpu6050: make loop a do-while
Martin Kelly
1
-2
/
+2
2018-05-06
iio: imu: inv_mpu6050: minor wording fixes
Martin Kelly
3
-4
/
+4
2018-05-06
iio: imu: inv_mpu6050: fix user_ctrl register overwritten
Jean-Baptiste Maneyrol
5
-12
/
+17
2018-05-06
iio: imu: inv_mpu6050: skip first sample when gyro is on
Jean-Baptiste Maneyrol
3
-1
/
+10
2018-05-06
iio: imu: inv_mpu6050: fix possible deadlock between mutex and iio
Jean-Baptiste Maneyrol
1
-18
/
+16
2018-05-06
iio: imu: inv_mpu6050: use i2c mux only for chip with i2c aux bus
Jean-Baptiste Maneyrol
1
-16
/
+25
2018-04-28
iio: imu: inv_mpu6050: clean read channel data error path
Jean-Baptiste Maneyrol
1
-6
/
+10
2018-04-28
iio: imu: inv_mpu6050: clean read raw by factorizing out raw data
Jean-Baptiste Maneyrol
1
-54
/
+62
2018-04-28
iio: imu: inv_mpu6050: use devm_* at init and delete remove
Jean-Baptiste Maneyrol
5
-47
/
+12
2018-04-28
iio: imu: inv_mpu6050: fix error path not turning chip back off
Jean-Baptiste Maneyrol
2
-16
/
+32
2018-04-21
iio:imu: inv_mpu6050: support more interrupt types
Martin Kelly
5
-8
/
+64
2018-04-21
iio: imu: inv_mpu6050: use set_power_itg function in i2c mux
Jean-Baptiste Maneyrol
1
-20
/
+13
2018-04-21
iio: imu: inv_mpu6050: clean set_power_itg and fix usage
Jean-Baptiste Maneyrol
1
-20
/
+24
2018-04-15
iio: imu: Add mpu9255 support to mpu6050 driver
Douglas Fischer
4
-0
/
+14
2018-04-15
iio: imu: inv_mpu6050: do not flush fifo when iio buffer is full
Jean-Baptiste Maneyrol
1
-4
/
+2
2018-03-30
iio: imu: inv_mpu6050: clean double declaration of set_power_itg
Jean-Baptiste Maneyrol
1
-1
/
+0
2017-12-02
iio: imu: inv_mpu6050: Remove duplicate NULL check
Andy Shevchenko
1
-2
/
+1
2017-11-14
Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-6
/
+8
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-09-03
iio: imu: inv_mpu6050: make arrays hz and d static
Colin Ian King
1
-4
/
+6
2017-09-03
iio: imu: inv_mpu6050: fix missing break in switch
Gustavo A. R. Silva
1
-0
/
+2
2017-08-22
iio:imu: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
2
-2
/
+0
2017-06-26
Merge tag 'iio-for-4.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
5
-84
/
+129
[next]