summaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity/am2315.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: humidity: am2315: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_times...Jonathan Cameron2021-05-171-6/+10
* iio: am2315: Remove acpi_device_id tableGuenter Roeck2021-05-171-9/+0
* iio: Remove kernel-doc keyword in file header commentGwendal Grignou2021-03-251-1/+1
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* iio: humidity: Use device-managed APIsChuhong Yuan2019-07-271-21/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2019-06-051-4/+1
* iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: humidity: am2315: set up buffer timestamps for non-zero valuesAlison Schofield2016-08-151-1/+1
* Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman2016-06-201-3/+1
|\
| * iio: humidity: am2315: Remove a stray unlockDan Carpenter2016-05-211-3/+1
* | iio: Export I2C module alias informationJavier Martinez Canillas2016-05-211-0/+1
|/
* iio: humidity: Add triggered buffer support for AM2315Tiberiu Breana2016-04-241-3/+78
* iio: humidity: Add support for AM2315Tiberiu Breana2016-04-241-0/+228