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
/
inv_mpu6050
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-06
iio: imu: inv_mpu6050: Make use of device properties
Andy Shevchenko
2
-5
/
+4
2022-02-06
iio: imu: inv_mpu6050: Check ACPI companion directly
Andy Shevchenko
1
-3
/
+2
2022-02-06
iio: imu: inv_mpu6050: Drop wrong use of ACPI_PTR()
Andy Shevchenko
2
-6
/
+5
2021-12-21
iio:imu:inv_mpu6050: Suppress clang W=1 warning about pointer to enum convers...
Jonathan Cameron
2
-2
/
+2
2021-10-17
iio: imu: inv_mpu6050: Mark acpi match table as maybe unused
Daniel Palmer
1
-1
/
+1
2021-09-14
drivers/iio: Remove all strcpy() uses
Len Baker
1
-15
/
+21
2021-07-19
Add startup time for each chip using inv_mpu6050 driver
Baptiste Mansuy
3
-19
/
+36
2021-06-16
iio: imu: mpu6050: Balance runtime pm + use pm_runtime_resume_and_get()
Jonathan Cameron
2
-17
/
+8
2021-06-09
iio: imu: inv_mpu6050: Drop use of %hhx format string.
Jonathan Cameron
1
-3
/
+2
2021-06-03
iio: Drop Duplicated "mount-matrix" parameter
Andy Shevchenko
1
-2
/
+1
2021-05-17
iio: core: move @id from struct iio_dev to struct iio_dev_opaque
Jonathan Cameron
1
-1
/
+1
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
[next]