summaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature/mlx90632.c
Commit message (Expand)AuthorAgeFilesLines
* iio: temperature: mlx90632: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* iio: temperature: mlx90632: Add missing static marking on devm_pm_opsJonathan Cameron2022-11-231-1/+1
* iio: temperature: mlx90632: Add error handling for devm_pm_runtime_enable()Jonathan Cameron2022-11-231-1/+4
* iio: temperature: mlx90632 Style alignment for the driverCrt Mori2022-11-231-29/+36
* iio: temperature: mlx90632 Change return value of sensor measurement channelCrt Mori2022-11-231-1/+1
* iio: temperature: mlx90632 Read sampling frequencyCrt Mori2022-11-231-0/+59
* iio: temperature: mlx90632 Add runtime powermanagement modesCrt Mori2022-11-231-68/+309
* Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-081-5/+56
|\
| * iio: temperature: mlx90632 Add supply regulator to sensorCrt Mori2022-08-151-5/+56
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* iio: temperature: mlx90632: Switch from of headers to mod_devicetable.hAndy Shevchenko2022-02-061-1/+1
* drivers: iio: temperature: Add delay after the addressed reset command in mlx...Slaveyko Slaveykov2021-01-141-0/+6
* iio: temperature: mlx90632: Interface to change object ambient temperatureCrt Mori2020-09-131-2/+7
* iio:temperature:mlx90632: Some stylefixing leftoversCrt Mori2020-09-031-5/+5
* iio:temperature:mlx90632: Adding extended calibration optionCrt Mori2020-09-031-2/+216
* iio:temperature:mlx90632: Convert polling while loop to regmapCrt Mori2020-09-031-11/+5
* iio:temperature:mlx90632: Add kerneldoc to the internal structCrt Mori2020-09-031-1/+8
* iio:temperature:mlx90632: Reduce number of equal calulcationsCrt Mori2020-09-031-8/+13
* iio: temperature: mlx90632: Function parameter descriptions must match exactlyLee Jones2020-07-201-2/+2
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: temperature: mlx90632 Relax the compatibility checkCrt Mori2019-05-271-2/+7
* regmap: split up regmap_config.use_single_rwDavid Frey2018-09-071-1/+2
* iio temperature/mlx90632: silence a static checker warningDan Carpenter2018-02-241-0/+2
* iio: temperature: Adding support for MLX90632Crt Mori2018-02-041-0/+750