summaryrefslogtreecommitdiff
path: root/drivers/iio/temperature/tmp007.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23iio: temperature: tmp007: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-02-18iio:temperature:tmp007: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr() etcJonathan Cameron1-4/+2
2021-03-25iio: temperature: tmp007: use device-managed functions in probeAlexandru Ardelean1-21/+15
2020-09-21iio:temperature:tmp007: Drop of_match_ptr protectionJonathan Cameron1-2/+2
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner1-5/+1
2017-08-23iio:temperature: drop assignment of iio_info.driver_moduleJonathan Cameron1-1/+0
2017-02-05iio:temperature:tmp007: Add irq and threshold events supportManivannan Sadhasivam1-12/+265
2017-01-30iio: tmp007: Fix `name` attribute ABILars-Peter Clausen1-1/+1
2017-01-14iio:temperature: Add support for TI TMP007 sensorManivannan Sadhasivam1-0/+345