index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
iio
/
temperature
/
mlx90614.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
iio: mlx90614: Use i2c_get_match_data()
Biju Das
2023-09-11
1
-1
/
+1
*
iio: adc: Explicitly include correct DT includes
Rob Herring
2023-07-23
1
-1
/
+1
*
iio: mlx90614: Add MLX90615 support
Marek Vasut
2023-05-23
1
-4
/
+44
*
iio: mlx90614: Factor our register IO and constants into model specific descr...
Marek Vasut
2023-05-23
1
-59
/
+122
*
iio: mlx90614: Drop MLX90614_CONST_EMISSIVITY_RESOLUTION
Marek Vasut
2023-05-23
1
-3
/
+3
*
iio: mlx90614: Drop unused register macros
Marek Vasut
2023-05-23
1
-4
/
+0
*
iio: mlx90614: Sort headers
Marek Vasut
2023-05-23
1
-3
/
+3
*
iio: Switch i2c drivers back to use .probe()
Uwe Kleine-König
2023-05-21
1
-1
/
+1
*
iio: temperature: mlx90614: Convert to i2c's .probe_new()
Uwe Kleine-König
2022-11-23
1
-3
/
+3
*
Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-10-08
1
-11
/
+30
|
\
|
*
iio: temperature: mlx90614 Refactoring available filter attributes
Crt Mori
2022-09-21
1
-11
/
+30
*
|
i2c: Make remove callback return void
Uwe Kleine-König
2022-08-16
1
-3
/
+1
|
/
*
iio:temperature:mlx90614: Switch from CONFIG_PM* guards to pm_ptr() etc
Jonathan Cameron
2022-02-18
1
-8
/
+4
*
iio: temp: mlx90614: Handle failure in pm_runtime_resume_and_get()
Jonathan Cameron
2021-05-17
1
-5
/
+20
*
iio: remove explicit IIO device parent assignment
Alexandru Ardelean
2020-06-14
1
-1
/
+0
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330
Thomas Gleixner
2019-06-05
1
-5
/
+1
*
i2c: remove i2c_lock_adapter and use i2c_lock_bus directly
Peter Rosin
2018-07-13
1
-2
/
+2
*
iio:temperature: drop assignment of iio_info.driver_module
Jonathan Cameron
2017-08-22
1
-1
/
+0
*
iio: mlx96014: Add OF device ID table
Javier Martinez Canillas
2017-03-19
1
-0
/
+7
*
iio: convert to common i2c_check_functionality() return value
Matt Ranostay
2016-02-27
1
-1
/
+1
*
iio: mlx96014: Error checking from positive to negative
Crt Mori
2015-10-03
1
-6
/
+8
*
iio: mlx90614: Implement filter configuration
Crt Mori
2015-08-27
1
-3
/
+87
*
iio: mlx90614: Define magic numbers
Crt Mori
2015-08-02
1
-6
/
+14
*
iio: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-07-11
1
-1
/
+0
*
iio:temp:mlx90614 trivial drop of unnecessary ret return from write_raw.
Jonathan Cameron
2015-05-13
1
-3
/
+1
*
iio: mlx90614: Fix duplicate const warning
Vianney le Clément de Saint-Marcq
2015-04-18
1
-1
/
+1
*
iio: mlx90614: Check for errors in read values
Vianney le Clément de Saint-Marcq
2015-04-09
1
-0
/
+5
*
iio: mlx90614: Add power management
Vianney le Clément de Saint-Marcq
2015-04-09
1
-2
/
+244
*
iio: mlx90614: Add emissivity setting
Vianney le Clément de Saint-Marcq
2015-04-09
1
-3
/
+103
*
iio: mlx90614: Support devices with dual IR sensor
Vianney le Clément de Saint-Marcq
2015-03-29
1
-10
/
+57
*
iio: mlx90614: Add symbols for accessible registers
Vianney le Clément de Saint-Marcq
2015-03-29
1
-1
/
+25
*
iio: mlx90614: Refactor register symbols
Vianney le Clément de Saint-Marcq
2015-03-09
1
-4
/
+4
*
iio: Add Melexis mlx90614 contact-less infrared temperature sensor driver
Peter Meerwald
2014-05-03
1
-0
/
+150