index
:
blaster4385/linux-IllusionX
v6.12.1
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
2024-05-13
i2c: mux: Remove class argument from i2c_mux_add_adapter()
Heiner Kallweit
1
-1
/
+1
2024-02-25
iio: imu: inv_mpu6050: fix frequency setting when chip is off
Jean-Baptiste Maneyrol
1
-0
/
+5
2024-02-24
iio: imu: inv_mpu6050: fix FIFO parsing when empty
Jean-Baptiste Maneyrol
1
-0
/
+2
2024-01-17
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+3
2023-11-26
iio: imu: inv_mpu6050: fix an error code problem in inv_mpu6050_read_raw
Su Hui
1
-2
/
+2
2023-11-26
iio: imu: inv_mpu6050: return callee's error code rather than -EINVAL
Su Hui
1
-6
/
+3
2023-10-05
iio: imu: mpu6050: add level shifter flag
Andreas Kemnade
3
-0
/
+17
2023-09-12
iio: Remove unused declarations
Yue Haibing
1
-1
/
+0
2023-07-20
iio: imu: inv_mpu6050: read the full fifo when processing data
Jean-Baptiste Maneyrol
3
-8
/
+18
2023-07-20
iio: imu: inv_mpu6050: use the common inv_sensors timestamp module
Jean-Baptiste Maneyrol
5
-93
/
+45
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-05-13
iio: imu: mpu6050: Add support for the ICM 20600 IMU
Hermes Zhang
5
-2
/
+25
2022-11-23
iio: imu: inv_mpu6050: Convert to i2c's .probe_new()
Uwe Kleine-König
1
-4
/
+3
2022-11-23
iio: imu: inv_mpu: Move exports to IIO_MPU6050 namespace
Jonathan Cameron
3
-11
/
+12
2022-10-08
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+2
2022-08-19
iio: imu: inv_mpu6050: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-2
/
+2
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
1
-3
/
+1
2022-06-14
iio: imu: mpu6050: Fix alignment for DMA safety
Jonathan Cameron
1
-1
/
+1
2022-04-04
iio: imu: inv_mpu6050: Add support for ICM-20608-D
Michael Srba
5
-2
/
+24
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
[next]