index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
imu
/
inv_mpu6050
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: imu: mpu6050: add support for regulator framework
Brian Masney
2018-08-18
2
-0
/
+64
*
Merge tag 'iio-for-4.19b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2018-07-25
3
-0
/
+13
|
\
|
*
iio: imu: mpu6050: add support for 6515 variant
Brian Masney
2018-07-15
3
-0
/
+13
*
|
Merge 4.18-rc3 into staging-next
Greg Kroah-Hartman
2018-07-02
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
iio: imu: inv_mpu6050: Fix probe() failure on older ACPI based machines
Hans de Goede
2018-06-24
1
-0
/
+2
*
|
iio: imu: inv_mpu6050: new timestamp mechanism
Jean-Baptiste Maneyrol
2018-06-10
3
-1
/
+96
*
|
iio: imu: inv_mpu6050: better fifo overflow handling
Jean-Baptiste Maneyrol
2018-06-10
2
-3
/
+4
*
|
iio: imu: inv_mpu6050: fix fifo count reading
Jean-Baptiste Maneyrol
2018-06-10
1
-13
/
+11
*
|
iio: imu: inv_mpu6050: switch to use sample rate divider
Jean-Baptiste Maneyrol
2018-06-10
2
-10
/
+24
*
|
iio: imu: inv_mpu6050: replace timestamp fifo by generic timestamp
Jean-Baptiste Maneyrol
2018-06-10
3
-58
/
+2
|
/
*
iio: imu: inv_mpu6050: add comment about frequencies
Martin Kelly
2018-05-22
1
-1
/
+8
*
iio: imu: inv_mpu6050: make loop a do-while
Martin Kelly
2018-05-12
1
-2
/
+2
*
iio: imu: inv_mpu6050: minor wording fixes
Martin Kelly
2018-05-06
3
-4
/
+4
*
iio: imu: inv_mpu6050: fix user_ctrl register overwritten
Jean-Baptiste Maneyrol
2018-05-06
5
-12
/
+17
*
iio: imu: inv_mpu6050: skip first sample when gyro is on
Jean-Baptiste Maneyrol
2018-05-06
3
-1
/
+10
*
iio: imu: inv_mpu6050: fix possible deadlock between mutex and iio
Jean-Baptiste Maneyrol
2018-05-06
1
-18
/
+16
*
iio: imu: inv_mpu6050: use i2c mux only for chip with i2c aux bus
Jean-Baptiste Maneyrol
2018-05-06
1
-16
/
+25
*
iio: imu: inv_mpu6050: clean read channel data error path
Jean-Baptiste Maneyrol
2018-04-28
1
-6
/
+10
*
iio: imu: inv_mpu6050: clean read raw by factorizing out raw data
Jean-Baptiste Maneyrol
2018-04-28
1
-54
/
+62
*
iio: imu: inv_mpu6050: use devm_* at init and delete remove
Jean-Baptiste Maneyrol
2018-04-28
5
-47
/
+12
*
iio: imu: inv_mpu6050: fix error path not turning chip back off
Jean-Baptiste Maneyrol
2018-04-28
2
-16
/
+32
*
iio:imu: inv_mpu6050: support more interrupt types
Martin Kelly
2018-04-21
5
-8
/
+64
*
iio: imu: inv_mpu6050: use set_power_itg function in i2c mux
Jean-Baptiste Maneyrol
2018-04-21
1
-20
/
+13
*
iio: imu: inv_mpu6050: clean set_power_itg and fix usage
Jean-Baptiste Maneyrol
2018-04-21
1
-20
/
+24
*
iio: imu: Add mpu9255 support to mpu6050 driver
Douglas Fischer
2018-04-15
4
-0
/
+14
*
iio: imu: inv_mpu6050: do not flush fifo when iio buffer is full
Jean-Baptiste Maneyrol
2018-04-15
1
-4
/
+2
*
iio: imu: inv_mpu6050: clean double declaration of set_power_itg
Jean-Baptiste Maneyrol
2018-03-30
1
-1
/
+0
*
iio: imu: inv_mpu6050: Remove duplicate NULL check
Andy Shevchenko
2017-12-02
1
-2
/
+1
*
Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-11-14
2
-6
/
+8
|
\
|
*
iio: imu: inv_mpu6050: make arrays hz and d static
Colin Ian King
2017-09-03
1
-4
/
+6
|
*
iio: imu: inv_mpu6050: fix missing break in switch
Gustavo A. R. Silva
2017-09-03
1
-0
/
+2
|
*
iio:imu: drop assign iio_info.driver_module and iio_trigger_ops.owner
Jonathan Cameron
2017-08-22
2
-2
/
+0
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
Merge tag 'iio-for-4.13b' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...
Greg Kroah-Hartman
2017-06-26
5
-84
/
+129
|
\
|
*
iio: imu: inv_mpu6050: test whoami first and against all known values
Jean-Baptiste Maneyrol
2017-06-13
1
-9
/
+24
|
*
iio: imu: inv_mpu6050: replace sprintf with scnprintf
Jean-Baptiste Maneyrol
2017-06-11
1
-1
/
+2
|
*
iio: imu: inv_mpu6050: fix lock issues by using our own mutex
Jean-Baptiste Maneyrol
2017-06-11
5
-74
/
+103
*
|
iio: imu: inv_mpu6050: add accel lpf setting for chip >= MPU6500
Jean-Baptiste Maneyrol
2017-06-03
2
-3
/
+39
|
/
*
iio:imu:mpu6050 add explicit mpu9250 support
Jonathan Cameron
2017-04-02
4
-0
/
+14
*
iio: imu: inv_mpu6050: Add OF device ID table
Javier Martinez Canillas
2017-03-19
1
-4
/
+34
*
iio: imu: inv_mpu6050: inform the i2c mux core about how it is used
Peter Rosin
2016-11-12
1
-1
/
+1
*
Merge tag 'iio-for-4.8c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
2016-07-14
6
-5
/
+15
|
\
|
*
iio:imu:mpu6050: icm20608 initial support
Gregor Boirie
2016-07-03
5
-4
/
+14
|
*
iio:core: timestamping clock selection support
Gregor Boirie
2016-06-30
1
-1
/
+1
*
|
iio: inv_mpu6050: Fix use-after-free in ACPI code
Crestez Dan Leonard
2016-06-11
1
-2
/
+3
|
/
*
Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2016-05-21
5
-20
/
+102
|
\
|
*
Merge tag 'iio-for-4.7b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
2016-04-27
5
-20
/
+102
|
|
\
|
|
*
iio: inv_mpu6050: Add explicit support for MPU9150
Crestez Dan Leonard
2016-04-25
5
-6
/
+14
|
|
*
iio: inv_mpu6050: Add spi_device_id for INV_MPU6500
Crestez Dan Leonard
2016-04-25
1
-0
/
+1
|
|
*
iio: inv_mpu6050: Check WHO_AM_I register on probe
Crestez Dan Leonard
2016-04-25
2
-0
/
+23
[next]