summaryrefslogtreecommitdiff
path: root/drivers/iio/humidity/hdc100x.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23iio: humidity: hdc100x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-01-30iio: humidity: hdc100x: Add ACPI HID tableKai-Heng Feng1-0/+7
2021-07-24iio: humidity: hdc100x: Add margin to the conversion timeChris Lesiak1-2/+4
2020-09-21iio:humidity:hdc100x: Drop of_match_ptr protection.Jonathan Cameron1-1/+2
2020-07-20Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman1-3/+7
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov1-5/+5
2020-07-05iio:humidity:hdc100x Fix alignment and data leak issuesJonathan Cameron1-3/+7
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen1-11/+1
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-12-08iio: humidity: hdc100x: fix IIO_HUMIDITYRELATIVE channel reportingChris Lesiak1-1/+1
2019-11-02iio: hdc100x: fix iio_triggered_buffer_{predisable,postenable} positionsAlexandru Ardelean1-8/+11
2019-07-28iio: humidity: Use device-managed APIsChuhong Yuan1-16/+3
2018-02-18iio: add SPDX identifier for various driversMatt Ranostay1-12/+4
2017-08-22iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2017-07-01iio: humidity: hdc100x: add match table and device id'sMichael Stecklein1-0/+11
2017-07-01iio: humidity: hdc100x: document compatible HDC10xx devicesMichael Stecklein1-0/+11
2017-04-01iio: humidity: hdc100x: constify attribute_group structuressimran singhal1-1/+1
2016-10-23iio: humidity: hdc100x: add triggered buffer support for HDC100XAlison Schofield1-2/+128
2016-08-15iio: humidity: hdc100x: fix sensor data reads of temp and humidityAlison Schofield1-20/+7
2016-06-03iio: hudmidity: hdc100x: fix incorrect shifting and scalingMatt Ranostay1-8/+8
2016-05-29iio: humidity: hdc100x: fix IIO_TEMP channel reportingMatt Ranostay1-1/+1
2016-05-21iio: humidity: hdc100x: correct humidity integration time maskAlison Schofield1-1/+1
2016-02-27iio: convert to common i2c_check_functionality() return valueMatt Ranostay1-1/+1
2015-10-11iio: hdc100x: correct IIO_CHAN_INFO_OFFSET valueMatt Ranostay1-2/+3
2015-09-23iio: humidity: add HDC100x supportMatt Ranostay1-0/+319