summaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity
AgeCommit message (Expand)AuthorLines
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait-1/+1
2022-11-23iio: humidity: si7020: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23iio: humidity: si7005: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23iio: humidity: htu21: Convert to i2c's .probe_new()Uwe Kleine-König-3/+3
2022-11-23iio: humidity: hts221_i2c: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23iio: humidity: hdc2010: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23iio: humidity: hdc100x: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23iio: humidity: am2315: Convert to i2c's .probe_new()Uwe Kleine-König-3/+2
2022-11-23iio: humidity: hts211: Use devm_regulator_get_enable()Jonathan Cameron-25/+4
2022-08-16i2c: Make remove callback return voidUwe Kleine-König-3/+1
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-9/+10
2022-06-19iio:humidity:hts221: rearrange iio trigger get and registerDmitry Rokosov-1/+4
2022-06-15iio: humidity: hts221: Move symbol exports into IIO_HTS221 namespaceJonathan Cameron-2/+5
2022-06-15iio: humidity: hts221: Use EXPORT_SIMPLE_DEV_PM_OPS() to allow compiler to re...Jonathan Cameron-8/+5
2022-06-14iio: humidity: hts221_buffer: explicitly add proper header filesNuno Sá-0/+1
2022-02-18iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORSJonathan Cameron-0/+1
2022-02-06iio: humidity: dht11: Switch from of headers to mod_devicetable.hAndy Shevchenko-2/+1
2022-01-30iio: humidity: hdc100x: Add ACPI HID tableKai-Heng Feng-0/+7
2021-07-24iio: humidity: hdc100x: Add margin to the conversion timeChris Lesiak-2/+4
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron-0/+1
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko-0/+1
2021-05-17iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_times...Jonathan Cameron-6/+10
2021-05-17iio: am2315: Remove acpi_device_id tableGuenter Roeck-9/+0
2021-05-17iio: humidity: hdc2010: Drop duplicate setting of iio_dev.dev.parentJonathan Cameron-1/+0
2021-05-10iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean-1/+0
2021-03-26Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman-11/+8
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou-1/+0
2021-03-25iio: Remove kernel-doc keyword in file header commentGwendal Grignou-1/+1
2021-03-11iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang-9/+7
2021-03-06iio: hid-sensor-humidity: Fix alignment issue of timestamp channelYe Xiang-5/+7
2020-12-03iio: humidity: hts221: add vdd voltage regulatorLorenzo Bianconi-0/+39
2020-09-21iio:humidity:si7020: Drop of_match_ptr protectionJonathan Cameron-1/+2
2020-09-21iio:humidity:htu21: Drop of_match_ptr protectionJonathan Cameron-1/+2
2020-09-21iio:humidity:hdc100x: Drop of_match_ptr protection.Jonathan Cameron-1/+2
2020-09-06drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolonkernel test robot-1/+1
2020-09-03iio: humidity: Add TI HDC20x0 supportEugene Zaikonnikov-0/+364
2020-07-20Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman-9/+17
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov-5/+5
2020-07-05iio:humidity:hts221 Fix alignment and data leak issuesJonathan Cameron-6/+10
2020-07-05iio:humidity:hdc100x Fix alignment and data leak issuesJonathan Cameron-3/+7
2020-06-20iio: Move attach/detach of the poll func to the coreLars-Peter Clausen-13/+1
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean-2/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean-6/+0
2020-06-14iio: humidity: hts221: remove usage of iio_priv_to_dev()Alexandru Ardelean-8/+9
2020-05-10iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean-9/+3
2020-03-21iio: humidity: hts221: Drop unneeded casting when print error codeAndy Shevchenko-4/+4
2020-03-21iio: humidity: hts221: Make use of device propertiesAndy Shevchenko-4/+3
2020-03-21iio: humidity: hts221: Use dev_get_platdata() to get platform_dataAndy Shevchenko-2/+1
2020-01-12iio: humidity: dht11 remove TODO since it doesn't make senseKent Gustavsson-1/+0
2020-01-10Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman-13/+6