summaryrefslogtreecommitdiff
path: root/drivers/iio/temperature/tsys01.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-27iio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-1/+1
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-23iio: temperature: tsys01: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-02-18iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORSJonathan Cameron1-0/+1
2020-09-21iio:temperature:tsys01: Drop of_match_ptr protectionJonathan Cameron1-1/+2
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-2/+1
2017-08-23iio:temperature: drop assignment of iio_info.driver_moduleJonathan Cameron1-1/+0
2017-07-01iio: temperature: tsys01: Add OF match tableManivannan Sadhasivam1-0/+7
2016-02-27iio: convert to common i2c_check_functionality() return valueMatt Ranostay1-1/+1
2015-10-04Add tsys01 meas-spec driver supportLudovic Tancerel1-0/+230