summaryrefslogtreecommitdiff
path: root/drivers/iio/temperature/mlx90632.c
AgeCommit message (Expand)Author
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König
2022-11-23iio: temperature: mlx90632: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: temperature: mlx90632: Add missing static marking on devm_pm_opsJonathan Cameron
2022-11-23iio: temperature: mlx90632: Add error handling for devm_pm_runtime_enable()Jonathan Cameron
2022-11-23iio: temperature: mlx90632 Style alignment for the driverCrt Mori
2022-11-23iio: temperature: mlx90632 Change return value of sensor measurement channelCrt Mori
2022-11-23iio: temperature: mlx90632 Read sampling frequencyCrt Mori
2022-11-23iio: temperature: mlx90632 Add runtime powermanagement modesCrt Mori
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-08-16i2c: Make remove callback return voidUwe Kleine-König
2022-08-15iio: temperature: mlx90632 Add supply regulator to sensorCrt Mori
2022-02-06iio: temperature: mlx90632: Switch from of headers to mod_devicetable.hAndy Shevchenko
2021-01-14drivers: iio: temperature: Add delay after the addressed reset command in mlx...Slaveyko Slaveykov
2020-09-13iio: temperature: mlx90632: Interface to change object ambient temperatureCrt Mori
2020-09-03iio:temperature:mlx90632: Some stylefixing leftoversCrt Mori
2020-09-03iio:temperature:mlx90632: Adding extended calibration optionCrt Mori
2020-09-03iio:temperature:mlx90632: Convert polling while loop to regmapCrt Mori
2020-09-03iio:temperature:mlx90632: Add kerneldoc to the internal structCrt Mori
2020-09-03iio:temperature:mlx90632: Reduce number of equal calulcationsCrt Mori
2020-07-20iio: temperature: mlx90632: Function parameter descriptions must match exactlyLee Jones
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean
2019-05-27iio: temperature: mlx90632 Relax the compatibility checkCrt Mori
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey
2018-02-24iio temperature/mlx90632: silence a static checker warningDan Carpenter
2018-02-04iio: temperature: Adding support for MLX90632Crt Mori