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_icm42600
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-25
iio: imu: inv_icm42600: make use of regmap_clear_bits(), regmap_set_bits()
Trevor Gamblin
4
-17
/
+14
2024-06-17
Merge tag 'v6.10-rc4' into char-misc-next
Greg Kroah-Hartman
5
-10
/
+20
2024-06-13
iio: imu: inv_icm42600: add support of accel low-power mode
Jean-Baptiste Maneyrol
3
-4
/
+151
2024-06-13
iio: imu: inv_icm42600: add register caching in the regmap
Jean-Baptiste Maneyrol
1
-0
/
+44
2024-06-02
iio: imu: inv_icm42600: delete unneeded update watermark call
Jean-Baptiste Maneyrol
2
-8
/
+0
2024-06-02
iio: imu: inv_icm42600: stabilized timestamp in interrupt
Jean-Baptiste Maneyrol
3
-2
/
+20
2024-05-03
iio: invensense: fix timestamp glitches when switching frequency
Jean-Baptiste Maneyrol
1
-12
/
+8
2024-04-29
iio: imu: inv_icm42600: add support of ICM-42686-P
Jean-Baptiste Maneyrol
7
-43
/
+193
2024-04-13
iio: imu: inv_icm42600: add support of ICM-42688-P
Jean-Baptiste Maneyrol
4
-0
/
+13
2023-11-16
iio/imu: inv_icm42600: Use max() helper macros
Bragatheswaran Manickavel
3
-12
/
+3
2023-07-20
iio: make invensense timestamp module generic
Jean-Baptiste Maneyrol
4
-40
/
+55
2023-07-20
iio: move inv_icm42600 timestamp module in common
Jean-Baptiste Maneyrol
8
-273
/
+13
2023-07-20
iio: imu: inv_icm42600: make timestamp module chip independent
Jean-Baptiste Maneyrol
3
-19
/
+12
2023-06-15
Merge tag 'iio-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
2
-24
/
+27
2023-05-23
iio: imu: inv_icm42600: avoid frequent timestamp jitter
Jean-Baptiste Maneyrol
1
-23
/
+26
2023-05-21
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2023-05-20
iio: imu: inv_icm42600: fix timestamp reset
Jean-Baptiste Maneyrol
1
-5
/
+5
2022-11-23
iio: imu: inv_icm42600: Add support for icm42631
Jay Greco
4
-0
/
+13
2022-11-23
iio: imu: inv_icm42600: Move exports to IIO_ICM42600 namespace
Jonathan Cameron
3
-13
/
+14
2022-07-14
Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2
-2
/
+2
2022-06-20
Merge tag 'iio-fixes-for-5.19a' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
2
-1
/
+2
2022-06-19
iio: imu: inv_icm42600: Fix broken icm42600 (chip id 0 value)
Jean-Baptiste Maneyrol
2
-1
/
+2
2022-06-14
iio: imu: inv_icm42600: Fix alignment for DMA safety in buffer code.
Jonathan Cameron
1
-1
/
+1
2022-06-14
iio: imu: inv_icm42600: Fix alignment for DMA safety
Jonathan Cameron
1
-1
/
+1
2022-05-19
Merge tag 'iio-for-5.19a' of https://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
2
-2
/
+0
2022-04-16
iio: imu: inv_icm42600: Fix I2C init possible nack
Fawzi Khaber
1
-6
/
+9
2022-04-10
iio: core: Simplify the registration of kfifo buffers
Miquel Raynal
2
-2
/
+0
2021-12-21
iio:imu:inv_icm42600: Suppress clang W=1 warning about pointer to enum conver...
Jonathan Cameron
2
-2
/
+2
2021-06-03
iio: Drop Duplicated "mount-matrix" parameter
Andy Shevchenko
1
-1
/
+1
2021-03-11
iio: make use of devm_iio_kfifo_buffer_setup() helper
Alexandru Ardelean
2
-15
/
+12
2020-06-27
iio: imu: inv_icm42600: add accurate timestamping
Jean-Baptiste Maneyrol
8
-15
/
+396
2020-06-27
iio: imu: inv_icm42600: add buffer support in iio devices
Jean-Baptiste Maneyrol
8
-2
/
+1033
2020-06-27
iio: imu: inv_icm42600: add device interrupt
Jean-Baptiste Maneyrol
4
-4
/
+105
2020-06-27
iio: imu: add Kconfig and Makefile for inv_icm42600 driver
Jean-Baptiste Maneyrol
2
-0
/
+41
2020-06-27
iio: imu: inv_icm42600: add temperature sensor support
Jean-Baptiste Maneyrol
4
-2
/
+134
2020-06-27
iio: imu: inv_icm42600: add accelerometer IIO device
Jean-Baptiste Maneyrol
3
-0
/
+600
2020-06-27
iio: imu: inv_icm42600: add gyroscope IIO device
Jean-Baptiste Maneyrol
3
-0
/
+613
2020-06-27
iio: imu: inv_icm42600: add SPI driver for inv_icm42600 driver
Jean-Baptiste Maneyrol
1
-0
/
+99
2020-06-27
iio: imu: inv_icm42600: add I2C driver for inv_icm42600 driver
Jean-Baptiste Maneyrol
1
-0
/
+100
2020-06-27
iio: imu: inv_icm42600: add core of new inv_icm42600 driver
Jean-Baptiste Maneyrol
2
-0
/
+1006