summaryrefslogtreecommitdiffstats
path: root/drivers/iio/temperature
AgeCommit message (Expand)AuthorFilesLines
2022-10-17iio: temperature: ltc2983: allocate iio channels onceCosmin Tanislav1-7/+6
2022-10-08Merge tag 'char-misc-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-16/+86
2022-09-21iio: temperature: mlx90614 Refactoring available filter attributesCrt Mori1-11/+30
2022-08-16i2c: Make remove callback return voidUwe Kleine-König2-6/+2
2022-08-15iio: temperature: mlx90632 Add supply regulator to sensorCrt Mori1-5/+56
2022-07-18iio: temperature: ltc2983: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_...Jonathan Cameron1-4/+5
2022-06-14iio: temp: maxim_thermocouple: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-06-14iio: temp: max31865: Fix alignment for DMA safetyJonathan Cameron1-1/+1
2022-06-14iio: temp: ltc2983: Fix alignment for DMA safetyJonathan Cameron1-2/+2
2022-04-28iio: temperature: max31865: Make use of device propertiesAndy Shevchenko1-1/+3
2022-04-28iio: temperature: max31856: Make use of device propertiesAndy Shevchenko1-3/+3
2022-04-04iio: temperature: ltc2983: Make use of device propertiesAndy Shevchenko1-103/+106
2022-04-04iio: temperature: ltc2983: Use single error path to put OF nodeAndy Shevchenko1-10/+11
2022-04-04iio: temperature: ltc2983: Don't hard code defined constants in messagesAndy Shevchenko1-4/+4
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-24/+17
2022-02-18iio:temperature:mlx90614: Switch from CONFIG_PM* guards to pm_ptr() etcJonathan Cameron1-8/+4
2022-02-18iio:temperature:tmp007: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron1-4/+2
2022-02-18iio:temperature:tmp006: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron1-4/+2
2022-02-18iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORSJonathan Cameron2-0/+2
2022-02-14iio: temperature: iqs620at-temp: Add support for V3 siliconJeff LaBundy1-1/+3
2022-02-06iio: temperature: maxim_thermocouple: Switch from of headers to mod_devicetab...Andy Shevchenko1-3/+2
2022-02-06iio: temperature: mlx90632: Switch from of headers to mod_devicetable.hAndy Shevchenko1-1/+1
2022-01-23iio: max31865: Use sysfs_emit()Lars-Peter Clausen1-2/+2
2022-01-23iio: max31856: Use sysfs_emit()Lars-Peter Clausen1-2/+2
2021-09-14iio: temperature: Add MAX31865 RTD SupportNavin Sankar Velliangiri3-0/+360
2021-09-14iio: ltc2983: fail probe if no channels are givenNuno Sá1-0/+5
2021-09-14iio: ltc2983: add support for optional reset gpioNuno Sá1-0/+11
2021-08-15iio: ltc2983: fix device probeNuno Sá1-16/+14
2021-07-19iio: temperature: tmp006: make sure the chip is powered up in probeAlexandru Ardelean1-11/+22
2021-07-19iio: temperature: tmp006: convert probe to device-managedAlexandru Ardelean1-17/+15
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron1-0/+1
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko1-0/+1
2021-05-17iio: temp: mlx90614: Handle failure in pm_runtime_resume_and_get()Jonathan Cameron1-5/+20
2021-05-17iio: temperature: add driver support for ti tmp117Puranjay Mohan3-0/+196
2021-05-10iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean1-1/+0
2021-03-26Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2-30/+22
2021-03-25iio: temperature: tmp007: use device-managed functions in probeAlexandru Ardelean1-21/+15
2021-03-11iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang1-9/+7
2021-03-06iio: hid-sensor-temperature: Fix issues of timestamp channelYe Xiang1-6/+8
2021-01-14drivers: iio: temperature: Add delay after the addressed reset command in mlx...Slaveyko Slaveykov1-0/+6
2020-09-29iio: ltc2983: Fix of_node refcountingNuno Sá1-6/+13
2020-09-21iio:temperature:tmp007: Drop of_match_ptr protectionJonathan Cameron1-2/+2
2020-09-21iio:temperature:tsys01: Drop of_match_ptr protectionJonathan Cameron1-1/+2
2020-09-13iio: temperature: mlx90632: Interface to change object ambient temperatureCrt Mori1-2/+7
2020-09-03iio:temperature:mlx90632: Some stylefixing leftoversCrt Mori1-5/+5
2020-09-03iio:temperature:mlx90632: Adding extended calibration optionCrt Mori1-2/+216
2020-09-03iio:temperature:mlx90632: Convert polling while loop to regmapCrt Mori1-11/+5
2020-09-03iio:temperature:mlx90632: Add kerneldoc to the internal structCrt Mori1-1/+8
2020-09-03iio:temperature:mlx90632: Reduce number of equal calulcationsCrt Mori1-8/+13
2020-07-20iio: temperature: mlx90632: Function parameter descriptions must match exactlyLee Jones1-2/+2