summaryrefslogtreecommitdiffstats
path: root/drivers/iio/chemical/vz89x.c
Commit message (Expand)AuthorAgeFilesLines
* iio: chemical: vz89x: Convert enum->pointer for data in the match tablesBiju Das2023-09-111-11/+5
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: chemical: vz89x: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* iio: vz89x: Remove unnecessary castLars-Peter Clausen2021-12-161-1/+1
* iio:chemical:vz89x: Drop of_match_ptr protection and use generic fw accessorsJonathan Cameron2020-09-211-7/+4
* iio:chemical:vz89x: Introduce local struct device pointer.Jonathan Cameron2020-09-211-4/+5
* iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-141-1/+0
* iio: add SPDX identifier for various driversMatt Ranostay2018-02-181-13/+4
* iio:chemical: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* drivers: iio: chemical: replace comma with a semicolonArushi Singhal2017-03-301-1/+1
* iio: chemical: vz89x: fix boolreturn.cocci warningskbuild test robot2016-09-031-1/+1
* iio: chemical: vz89x: prevent corrupted buffer from being readMatt Ranostay2016-08-291-2/+6
* iio: chemical: vz89x: add support for VZ89TE partMatt Ranostay2016-08-291-15/+98
* iio: chemical: vz89x: abstract chip configurationMatt Ranostay2016-08-291-18/+62
* iio: convert to common i2c_check_functionality() return valueMatt Ranostay2016-02-271-1/+1
* iio: chemical: vz89x: rework i2c transfer readingMatt Ranostay2015-12-031-14/+52
* iio: chemical: vz89x hardware i2c workaroundMatt Ranostay2015-09-301-2/+21
* iio: chemical: add SGX VZ89x VOC sensor supportMatt Ranostay2015-09-231-0/+237