summaryrefslogtreecommitdiff
path: root/drivers/iio/temperature
AgeCommit message (Expand)Author
2022-11-23iio: temperature: Add driver support for Maxim MAX30208Rajat Khandelwal
2022-11-23iio: temperature: tsys02d: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: temperature: tsys01: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: temperature: tmp007: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: temperature: tmp006: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: temperature: mlx90632: Convert to i2c's .probe_new()Uwe Kleine-König
2022-11-23iio: temperature: mlx90614: 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: ltc2983: support more partsCosmin Tanislav
2022-11-23iio: temperature: ltc2983: make bulk write buffer DMA-safeCosmin Tanislav
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-17iio: temperature: ltc2983: allocate iio channels onceCosmin Tanislav
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-08-15iio: temperature: mlx90632 Add supply regulator to sensorCrt Mori
2022-07-18iio: temperature: ltc2983: Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_...Jonathan Cameron
2022-06-14iio: temp: maxim_thermocouple: Fix alignment for DMA safetyJonathan Cameron
2022-06-14iio: temp: max31865: Fix alignment for DMA safetyJonathan Cameron
2022-06-14iio: temp: ltc2983: Fix alignment for DMA safetyJonathan Cameron
2022-04-28iio: temperature: max31865: Make use of device propertiesAndy Shevchenko
2022-04-28iio: temperature: max31856: Make use of device propertiesAndy Shevchenko
2022-04-04iio: temperature: ltc2983: Make use of device propertiesAndy Shevchenko
2022-04-04iio: temperature: ltc2983: Use single error path to put OF nodeAndy Shevchenko
2022-04-04iio: temperature: ltc2983: Don't hard code defined constants in messagesAndy Shevchenko
2022-03-28Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2022-02-18iio:temperature:mlx90614: Switch from CONFIG_PM* guards to pm_ptr() etcJonathan Cameron
2022-02-18iio:temperature:tmp007: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron
2022-02-18iio:temperature:tmp006: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron
2022-02-18iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORSJonathan Cameron
2022-02-14iio: temperature: iqs620at-temp: Add support for V3 siliconJeff LaBundy
2022-02-06iio: temperature: maxim_thermocouple: Switch from of headers to mod_devicetab...Andy Shevchenko
2022-02-06iio: temperature: mlx90632: Switch from of headers to mod_devicetable.hAndy Shevchenko
2022-01-23iio: max31865: Use sysfs_emit()Lars-Peter Clausen
2022-01-23iio: max31856: Use sysfs_emit()Lars-Peter Clausen
2021-09-14iio: temperature: Add MAX31865 RTD SupportNavin Sankar Velliangiri
2021-09-14iio: ltc2983: fail probe if no channels are givenNuno Sá
2021-09-14iio: ltc2983: add support for optional reset gpioNuno Sá
2021-08-15iio: ltc2983: fix device probeNuno Sá
2021-07-19iio: temperature: tmp006: make sure the chip is powered up in probeAlexandru Ardelean
2021-07-19iio: temperature: tmp006: convert probe to device-managedAlexandru Ardelean
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko
2021-05-17iio: temp: mlx90614: Handle failure in pm_runtime_resume_and_get()Jonathan Cameron
2021-05-17iio: temperature: add driver support for ti tmp117Puranjay Mohan
2021-05-10iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean