aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/chemical/vz89x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-16iio: vz89x: Remove unnecessary castLars-Peter Clausen1-1/+1
2020-09-21iio:chemical:vz89x: Drop of_match_ptr protection and use generic fw accessorsJonathan Cameron1-7/+4
2020-09-21iio:chemical:vz89x: Introduce local struct device pointer.Jonathan Cameron1-4/+5
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean1-1/+0
2018-02-18iio: add SPDX identifier for various driversMatt Ranostay1-13/+4
2017-08-22iio:chemical: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-03-30drivers: iio: chemical: replace comma with a semicolonArushi Singhal1-1/+1
2016-09-03iio: chemical: vz89x: fix boolreturn.cocci warningskbuild test robot1-1/+1
2016-08-29iio: chemical: vz89x: prevent corrupted buffer from being readMatt Ranostay1-2/+6
2016-08-29iio: chemical: vz89x: add support for VZ89TE partMatt Ranostay1-15/+98
2016-08-29iio: chemical: vz89x: abstract chip configurationMatt Ranostay1-18/+62
2016-02-27iio: convert to common i2c_check_functionality() return valueMatt Ranostay1-1/+1
2015-12-03iio: chemical: vz89x: rework i2c transfer readingMatt Ranostay1-14/+52
2015-09-30iio: chemical: vz89x hardware i2c workaroundMatt Ranostay1-2/+21
2015-09-23iio: chemical: add SGX VZ89x VOC sensor supportMatt Ranostay1-0/+237