#!/bin/bash (perf record -e raw_syscalls:sys_exit $@ || \ perf record -e syscalls:sys_exit $@) 2> /dev/null 'Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/drivers/iio/temperature/mlx90614.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/iio/temperature/mlx90614.c
AgeCommit message (Expand)Author
2025-11-24iio: mlx90614: Convert to common field_{get,prep}() helpersGeert Uytterhoeven
2025-11-24iio: mlx90614: #undef field_{get,prep}() before local definitionGeert Uytterhoeven
2025-08-25iio: temperature: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2023-09-11iio: mlx90614: Use i2c_get_match_data()Biju Das
2023-07-23iio: adc: Explicitly include correct DT includesRob Herring
2023-05-23iio: mlx90614: Add MLX90615 supportMarek Vasut
2023-05-23iio: mlx90614: Factor our register IO and constants into model specific descr...Marek Vasut
2023-05-23iio: mlx90614: Drop MLX90614_CONST_EMISSIVITY_RESOLUTIONMarek Vasut
2023-05-23iio: mlx90614: Drop unused register macrosMarek Vasut
2023-05-23iio: mlx90614: Sort headersMarek Vasut
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-11-23iio: temperature: mlx90614: Convert to i2c's .probe_new()Uwe Kleine-König
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-09-21iio: temperature: mlx90614 Refactoring available filter attributesCrt Mori
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-02-18iio:temperature:mlx90614: Switch from CONFIG_PM* guards to pm_ptr() etcJonathan Cameron
2021-05-17iio: temp: mlx90614: Handle failure in pm_runtime_resume_and_get()Jonathan Cameron