summaryrefslogtreecommitdiff
path: root/drivers/iio/temperature
AgeCommit message (Expand)AuthorFilesLines
2025-08-11iio: temperature: maxim_thermocouple: use DMA-safe buffer for spi_read()David Lechner1-10/+16
2025-06-26iio: temperature: tmp006: use = { } instead of memset()David Lechner1-3/+1
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman8-34/+30
2025-05-21iio: temperature: Use iio_push_to_buffers_with_ts() to provide length for run...Jonathan Cameron3-6/+8
2025-04-22iio: normalize array sentinel styleDavid Lechner7-10/+10
2025-04-22iio: temp: maxim_thermocouple: Drop unused mutex.h include.Jonathan Cameron1-1/+0
2025-04-22iio: temp: maxim_thermocouple: Switch to sparse friendly iio_device_claim/rel...Jonathan Cameron1-17/+12
2025-04-18iio: temp: maxim-thermocouple: Fix potential lack of DMA safe buffer.Jonathan Cameron1-1/+1
2025-02-17iio: temperature: tmp006: Stop using iio_device_claim_direct_scoped()Jonathan Cameron1-14/+19
2025-01-13Merge 6.13-rc4 into char-misc-nextGreg Kroah-Hartman1-0/+2
2024-12-28iio: temperature: tmp006: Use aligned_s64 instead of open coding alignment.Jonathan Cameron1-1/+1
2024-12-08iio: temperature: tmp006: fix information leak in triggered bufferJavier Carrasco1-0/+2
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra3-3/+3
2024-11-03iio: fix write_event_config signatureJulien Stephan2-2/+2
2024-10-12Merge tag 'v6.12-rc2' into test2Jonathan Cameron3-3/+3
2024-10-10iio: Switch back to struct platform_driver::remove()Uwe Kleine-König1-1/+1
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro3-3/+3
2024-09-30iio: temperature: tmp006: add triggered buffer supportAntoni Pokusinski2-13/+123
2024-09-30iio: hid-sensor: Use aligned data type for timestampAndy Shevchenko1-1/+1
2024-06-30iio: temperature: ltc2983: convert to dev_err_probe()Nuno Sa1-148/+114
2024-06-25iio: temperature: mlx90632: make use of regmap_clear_bits()Trevor Gamblin1-2/+2
2024-06-17Merge tag 'v6.10-rc4' into char-misc-nextGreg Kroah-Hartman1-3/+3
2024-06-13iio: temperature: mcp9600: add threshold events supportDimitri Fedrau1-14/+349
2024-05-27iio: temperature: mlx90635: Fix ERR_PTR dereference in mlx90635_probe()Harshit Mogalapalli1-3/+3
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König5-5/+5
2024-05-27iio: temperature: max30208: Remove an unused field in struct max30208_dataChristophe JAILLET1-1/+0
2024-05-03iio: temperature: mcp9600: Fix temperature reading for negative valuesDimitri Fedrau1-1/+2
2024-04-06iio: temperature: ltc2983: support vdd regulatorNuno Sa1-0/+5
2024-03-25iio: temp: ltc2983: Use __free(fwnode_handle) and device_for_each_node_scoped()Jonathan Cameron1-87/+50
2024-02-28iio: temperature: ltc2983: explicitly set the name in chip_infoNuno Sa1-5/+15
2024-02-28iio: temperature: ltc2983: rename ltc2983_parse_dt()Nuno Sa1-2/+2
2024-02-28iio: temperature: ltc2983: make use of spi_get_device_match_data()Nuno Sa1-3/+1
2024-02-28iio: temperature: tmp117: add support for vcc-supplyThomas Haemmerle1-0/+9
2023-12-11iio: temperature: mlx90635 MLX90635 IR Temperature sensorCrt Mori3-0/+1110
2023-11-16iio: temperature: Add MCP9600 thermocouple EMF converterAndrew Hepp3-0/+150
2023-09-23iio: temperature: hid-sensor: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-09-12iio: temperature: tmp117: Convert enum->pointer for data in the match tablesBiju Das1-50/+44
2023-09-11iio: mlx90614: Use i2c_get_match_data()Biju Das1-1/+1
2023-07-23iio: adc: Explicitly include correct DT includesRob Herring1-1/+1
2023-05-28iio: temperature: tmp006: Add OF device matching supportAnup Sharma1-0/+8
2023-05-23iio: mlx90614: Add MLX90615 supportMarek Vasut1-4/+44
2023-05-23iio: mlx90614: Factor our register IO and constants into model specific descr...Marek Vasut1-59/+122
2023-05-23iio: mlx90614: Drop MLX90614_CONST_EMISSIVITY_RESOLUTIONMarek Vasut1-3/+3
2023-05-23iio: mlx90614: Drop unused register macrosMarek Vasut1-4/+0
2023-05-23iio: mlx90614: Sort headersMarek Vasut1-3/+3
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König8-8/+8
2023-03-11iio: temperature: tmp117: cosmetic alignment cleanupMarco Felsch1-8/+8
2023-03-11iio: temperature: tmp117: add TI TMP116 supportMarco Felsch1-1/+19
2023-03-11iio: temperature: tmp117: improve fallback capabilitiesMarco Felsch1-10/+34
2022-11-23iio: temperature: Add driver support for Maxim MAX30208Rajat Khandelwal3-0/+263