summaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity/hdc100x.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: humidity: hdc100x: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: humidity: hdc100x: Add ACPI HID tableKai-Heng Feng2022-01-301-0/+7
* iio: humidity: hdc100x: Add margin to the conversion timeChris Lesiak2021-07-241-2/+4
* iio:humidity:hdc100x: Drop of_match_ptr protection.Jonathan Cameron2020-09-211-1/+2
* Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman2020-07-201-3/+7
|\
| * iio:humidity:hdc100x Fix alignment and data leak issuesJonathan Cameron2020-07-051-3/+7
* | Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov2020-07-131-5/+5
* | iio: Move attach/detach of the poll func to the coreLars-Peter Clausen2020-06-201-11/+1
* | iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
|/
* iio: humidity: hdc100x: fix IIO_HUMIDITYRELATIVE channel reportingChris Lesiak2019-12-081-1/+1
* iio: hdc100x: fix iio_triggered_buffer_{predisable,postenable} positionsAlexandru Ardelean2019-11-021-8/+11
* iio: humidity: Use device-managed APIsChuhong Yuan2019-07-271-16/+3
* iio: add SPDX identifier for various driversMatt Ranostay2018-02-181-12/+4
* iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: humidity: hdc100x: add match table and device id'sMichael Stecklein2017-07-011-0/+11
* iio: humidity: hdc100x: document compatible HDC10xx devicesMichael Stecklein2017-07-011-0/+11
* iio: humidity: hdc100x: constify attribute_group structuressimran singhal2017-04-011-1/+1
* iio: humidity: hdc100x: add triggered buffer support for HDC100XAlison Schofield2016-10-231-2/+128
* iio: humidity: hdc100x: fix sensor data reads of temp and humidityAlison Schofield2016-08-151-20/+7
* iio: hudmidity: hdc100x: fix incorrect shifting and scalingMatt Ranostay2016-06-031-8/+8
* iio: humidity: hdc100x: fix IIO_TEMP channel reportingMatt Ranostay2016-05-291-1/+1
* iio: humidity: hdc100x: correct humidity integration time maskAlison Schofield2016-05-211-1/+1
* iio: convert to common i2c_check_functionality() return valueMatt Ranostay2016-02-271-1/+1
* iio: hdc100x: correct IIO_CHAN_INFO_OFFSET valueMatt Ranostay2015-10-111-2/+3
* iio: humidity: add HDC100x supportMatt Ranostay2015-09-231-0/+319