summaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity
Commit message (Expand)AuthorAgeFilesLines
* iio: humidity: si7020: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: humidity: si7005: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: humidity: htu21: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+3
* iio: humidity: hts221_i2c: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: humidity: hdc2010: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: humidity: hdc100x: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: humidity: am2315: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio: humidity: hts211: Use devm_regulator_get_enable()Jonathan Cameron2022-11-232-25/+4
* i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
* Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-07-144-9/+10
|\
| * iio: humidity: hts221: Move symbol exports into IIO_HTS221 namespaceJonathan Cameron2022-06-153-2/+5
| * iio: humidity: hts221: Use EXPORT_SIMPLE_DEV_PM_OPS() to allow compiler to re...Jonathan Cameron2022-06-153-8/+5
| * iio: humidity: hts221_buffer: explicitly add proper header filesNuno Sá2022-06-141-0/+1
* | iio:humidity:hts221: rearrange iio trigger get and registerDmitry Rokosov2022-06-191-1/+4
|/
* iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORSJonathan Cameron2022-02-181-0/+1
* iio: humidity: dht11: Switch from of headers to mod_devicetable.hAndy Shevchenko2022-02-061-2/+1
* 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: hid-sensors: Update header includesJonathan Cameron2021-06-161-0/+1
* iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko2021-06-161-0/+1
* 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: humidity: hdc2010: Drop duplicate setting of iio_dev.dev.parentJonathan Cameron2021-05-171-1/+0
* iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean2021-05-101-1/+0
* Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2021-03-263-11/+8
|\
| * iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou2021-03-251-1/+0
| * iio: Remove kernel-doc keyword in file header commentGwendal Grignou2021-03-251-1/+1
| * iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang2021-03-111-9/+7
* | iio: hid-sensor-humidity: Fix alignment issue of timestamp channelYe Xiang2021-03-061-5/+7
|/
* iio: humidity: hts221: add vdd voltage regulatorLorenzo Bianconi2020-12-032-0/+39
* iio:humidity:si7020: Drop of_match_ptr protectionJonathan Cameron2020-09-211-1/+2
* iio:humidity:htu21: Drop of_match_ptr protectionJonathan Cameron2020-09-211-1/+2
* iio:humidity:hdc100x: Drop of_match_ptr protection.Jonathan Cameron2020-09-211-1/+2
* drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolonkernel test robot2020-09-061-1/+1
* iio: humidity: Add TI HDC20x0 supportEugene Zaikonnikov2020-09-033-0/+364
* Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman2020-07-203-9/+17
|\
| * iio:humidity:hts221 Fix alignment and data leak issuesJonathan Cameron2020-07-052-6/+10
| * 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-202-13/+1
* | iio: remove left-over parent assignmentsAlexandru Ardelean2020-06-142-2/+0
* | iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-146-6/+0
* | iio: humidity: hts221: remove usage of iio_priv_to_dev()Alexandru Ardelean2020-06-143-8/+9
|/
* iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean2020-05-101-9/+3
* iio: humidity: hts221: Drop unneeded casting when print error codeAndy Shevchenko2020-03-212-4/+4
* iio: humidity: hts221: Make use of device propertiesAndy Shevchenko2020-03-213-4/+3
* iio: humidity: hts221: Use dev_get_platdata() to get platform_dataAndy Shevchenko2020-03-211-2/+1
* iio: humidity: dht11 remove TODO since it doesn't make senseKent Gustavsson2020-01-121-1/+0
* Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2020-01-101-13/+6
|\
| * iio: humidity: hts221: move register definitions to sensor structsLorenzo Bianconi2019-12-151-13/+6