index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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
2021-04-07
iio: inv_mpu6050: Fully validate gyro and accel scale writes
Lars-Peter Clausen
1
-6
/
+14
2021-04-07
iio: inv_mpu6050: Make interrupt optional
Lars-Peter Clausen
1
-19
/
+32
2021-04-07
iio: inv_mpu6050: Remove superfluous indio_dev->modes assignment
Lars-Peter Clausen
1
-1
/
+0
2021-03-29
iio: imu: inv_mpu6050: Use as standalone trigger
Linus Walleij
1
-0
/
+10
2021-01-09
iio: imu: inv_mpu6050: Add support for MPU-6880
Stephan Gerhold
5
-4
/
+25
2020-09-21
iio:imu:inv_mpu6050: Use regmap_noinc_read for fifo reads.
Jonathan Cameron
1
-2
/
+2
2020-09-21
iio:imu:inv_mpu6050 Fix dma and ts alignment and data leak issues.
Jonathan Cameron
2
-10
/
+14
2020-09-03
iio: imu: inv_mpu6050: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-14
/
+6
2020-07-20
iio: imu: inv_mpu6050: inv_mpu_ring: Demote seemingly unintentional kerneldoc...
Lee Jones
1
-1
/
+1
2020-07-20
iio: imu: inv_mpu6050: inv_mpu_core: Demote obvious misuse of kerneldoc to st...
Lee Jones
1
-7
/
+7
2020-06-14
iio: remove left-over parent assignments
Alexandru Ardelean
1
-1
/
+0
2020-06-14
iio: imu: inv_mpu6050: Drop double check for ACPI companion device
Andy Shevchenko
1
-5
/
+1
2020-04-27
Merge 5.7-rc3 into staging-next
Greg Kroah-Hartman
1
-1
/
+10
2020-04-19
iio: imu: inv_mpu6050: fix suspend/resume with runtime power
Jean-Baptiste Maneyrol
1
-1
/
+10
2020-04-19
iio:imu:mpu6050: Tidy up parameters to regmap_bulk functions.
Jonathan Cameron
1
-2
/
+2
2020-04-19
iio: imu: inv_mpu6050: add debugfs register r/w interface
Rohit Sarkar
1
-0
/
+19
2020-04-19
iio: imu: inv_mpu6050: convert to use i2c_new_client_device()
Wolfram Sang
1
-3
/
+5
2020-04-19
iio: imu: inv_mpu6050_spi: Use vsprintf extension %pe for symbolic error name
Nishant Malpani
1
-2
/
+2
2020-04-19
iio: imu: inv_mpu6050_i2c: Use vsprintf extension %pe for symbolic error name
Nishant Malpani
1
-2
/
+2
2020-03-08
iio: imu: inv_mpu6050: temperature only work with accel/gyro
Jean-Baptiste Maneyrol
1
-0
/
+5
2020-03-08
iio: imu: inv_mpu6050: use runtime pm with autosuspend
Jean-Baptiste Maneyrol
3
-112
/
+196
2020-03-08
iio: imu: inv_mpu6050: dynamic sampling rate change
Jean-Baptiste Maneyrol
1
-5
/
+0
2020-03-08
iio: imu: inv_mpu6050: factorize fifo enable/disable
Jean-Baptiste Maneyrol
3
-67
/
+55
2020-03-08
iio: imu: inv_mpu6050: fix data polling interface
Jean-Baptiste Maneyrol
3
-23
/
+37
2020-03-08
iio: imu: inv_mpu6050: rewrite power and engine management
Jean-Baptiste Maneyrol
5
-131
/
+262
2020-03-08
iio: imu: inv_mpu6050: reduce sleep time when turning regulators on
Jean-Baptiste Maneyrol
1
-1
/
+2
2020-03-08
iio: imu: inv_mpu6050: add all signal path resets at init
Jean-Baptiste Maneyrol
2
-0
/
+24
2020-03-08
iio: imu: inv_mpu6050: early init of chip_config for use at setup
Jean-Baptiste Maneyrol
2
-9
/
+7
2020-03-08
iio: imu: inv_mpu6050: simplify polling magnetometer
Jean-Baptiste Maneyrol
1
-21
/
+13
2020-03-08
iio: imu: inv_mpu6050: set power on/off only once during all init
Jean-Baptiste Maneyrol
3
-38
/
+24
2020-03-08
iio: imu: inv_mpu6050: delete useless check
Jean-Baptiste Maneyrol
1
-8
/
+5
2020-03-08
iio: imu: inv_mpu6050: enable i2c aux mux bypass only once
Jean-Baptiste Maneyrol
1
-43
/
+28
2020-02-14
iio: imu: inv_mpu6050: update LPF bandwidth settings
Jean-Baptiste Maneyrol
2
-19
/
+21
2020-02-14
iio: imu: inv_mpu6050: add support of ICM20690
Jean-Baptiste Maneyrol
5
-9
/
+48
2020-02-14
iio: imu: inv_mpu6050: add support of IAM20680
Jean-Baptiste Maneyrol
5
-2
/
+23
2020-02-14
iio: imu: inv_mpu6050: add support of ICM20609 & ICM20689
Jean-Baptiste Maneyrol
5
-8
/
+53
2020-02-14
iio: imu: inv_mpu6050: cleanup of/acpi support
Jean-Baptiste Maneyrol
3
-28
/
+50
2020-01-18
iio: imu/mpu6050: support dual-edge IRQ
Michał Mirosław
2
-5
/
+2
2020-01-18
iio: imu: inv_mpu6050: add fifo temperature data support
Jean-Baptiste Maneyrol
4
-141
/
+90
2020-01-10
Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...
Greg Kroah-Hartman
6
-41
/
+109
2019-12-15
iio: imu: inv_mpu6050: Select I2C_MUX again
Linus Walleij
1
-1
/
+2
2019-12-08
iio: imu: inv_mpu6050: fix temperature reporting using bad unit
Jean-Baptiste Maneyrol
2
-15
/
+24
2019-11-16
iio: imu: inv_mpu6050: add support of MPU9150 magnetometer
Jean-Baptiste Maneyrol
4
-36
/
+104
2019-11-16
iio: imu: inv_mpu6050: delete not existing MPU9150 spi support
Jean-Baptiste Maneyrol
2
-4
/
+3
2019-11-13
Merge tag 'iio-for-5.5c' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
2
-10
/
+37
2019-11-11
Merge 5.4-rc7 into staging-next
Greg Kroah-Hartman
3
-3
/
+23
2019-11-10
iio: imu: mpu6050: Add support for vdd-supply regulator
Stephan Gerhold
2
-10
/
+37
2019-10-22
iio: imu: inv_mpu6050: fix no data on MPU6050
Jean-Baptiste Maneyrol
3
-3
/
+23
2019-10-05
iio: imu: inv_mpu6050: add fifo support for magnetometer data
Jean-Baptiste Maneyrol
4
-12
/
+88
2019-10-05
iio: imu: inv_mpu6050: add MPU925x magnetometer support
Jean-Baptiste Maneyrol
5
-4
/
+538
[next]