aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/iio/pressure/ms5637.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-09-12iio: pressure: ms5637: Use i2c_get_match_data()Biju Das1-5/+1
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2022-11-23iio: pressure: ms5637: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-02-18iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORSJonathan Cameron1-0/+1
2021-01-22iio:pressure:ms5637: add ms5803 supportAlexandre Belloni1-0/+8
2021-01-22iio:pressure:ms5637: limit available sample frequenciesAlexandre Belloni1-4/+15
2021-01-22iio:pressure:ms5637: introduce hardware differentiationAlexandre Belloni1-10/+40
2020-09-21iio:pressure:ms5637: Drop of_match_ptr protectionJonathan Cameron1-1/+2
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner1-2/+1
2017-08-22iio:pressure: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-07-01iio: pressure: ms5637: Add OF match tableManivannan Sadhasivam1-1/+11
2016-06-11iio: ms5637 Add Measurement Specialties explicit MS5805 and MS5837 supportMarkezana, William1-3/+9
2016-05-21iio: Export I2C module alias informationJavier Martinez Canillas1-0/+1
2016-02-27iio: convert to common i2c_check_functionality() return valueMatt Ranostay1-1/+1
2015-10-11Add ms8607 meas-spec driver supportLudovic Tancerel1-1/+5
2015-10-11Add ms5637 meas-spec driver supportLudovic Tancerel1-0/+186