aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-24iio: humidity: hdc100x: Add margin to the conversion timeChris Lesiak1-2/+4
2021-06-16iio: hid-sensors: Update header includesJonathan Cameron1-0/+1
2021-06-16iio: hid-sensors: lighten exported symbols by moving to IIO_HID namespaceAndy Shevchenko1-0/+1
2021-05-17iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-6/+10
2021-05-17iio: am2315: Remove acpi_device_id tableGuenter Roeck1-9/+0
2021-05-17iio: humidity: hdc2010: Drop duplicate setting of iio_dev.dev.parentJonathan Cameron1-1/+0
2021-05-10iio: hid-sensors: select IIO_TRIGGERED_BUFFER under HID_SENSOR_IIO_TRIGGERAlexandru Ardelean1-1/+0
2021-03-26Merge tag 'iio-for-5.13a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman3-11/+8
2021-03-25iio: fix devm_iio_trigger_alloc with parent.cocciGwendal Grignou1-1/+0
2021-03-25iio: Remove kernel-doc keyword in file header commentGwendal Grignou1-1/+1
2021-03-11iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang1-9/+7
2021-03-06iio: hid-sensor-humidity: Fix alignment issue of timestamp channelYe Xiang1-5/+7
2020-12-03iio: humidity: hts221: add vdd voltage regulatorLorenzo Bianconi2-0/+39
2020-09-21iio:humidity:si7020: Drop of_match_ptr protectionJonathan Cameron1-1/+2
2020-09-21iio:humidity:htu21: Drop of_match_ptr protectionJonathan Cameron1-1/+2
2020-09-21iio:humidity:hdc100x: Drop of_match_ptr protection.Jonathan Cameron1-1/+2
2020-09-06drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolonkernel test robot1-1/+1
2020-09-03iio: humidity: Add TI HDC20x0 supportEugene Zaikonnikov3-0/+364
2020-07-20Merge 5.8-rc6 into staging-nextGreg Kroah-Hartman3-9/+17
2020-07-13Replace HTTP links with HTTPS ones: drivers/iioAlexander A. Klimov1-5/+5
2020-07-05iio:humidity:hts221 Fix alignment and data leak issuesJonathan Cameron2-6/+10
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 Clausen2-13/+1
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean2-2/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean6-6/+0
2020-06-14iio: humidity: hts221: remove usage of iio_priv_to_dev()Alexandru Ardelean3-8/+9
2020-05-10iio: hid-sensors: move triggered buffer setup into hid_sensor_setup_triggerAlexandru Ardelean1-9/+3
2020-03-21iio: humidity: hts221: Drop unneeded casting when print error codeAndy Shevchenko2-4/+4
2020-03-21iio: humidity: hts221: Make use of device propertiesAndy Shevchenko3-4/+3
2020-03-21iio: humidity: hts221: Use dev_get_platdata() to get platform_dataAndy Shevchenko1-2/+1
2020-01-12iio: humidity: dht11 remove TODO since it doesn't make senseKent Gustavsson1-1/+0
2020-01-10Merge tag 'iio-for-5.6a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-13/+6
2019-12-15iio: humidity: hts221: move register definitions to sensor structsLorenzo Bianconi1-13/+6
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-27iio: humidity: Use device-managed APIsChuhong Yuan2-37/+6
2019-07-11Merge tag 'staging-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-18/+10
2019-07-03Merge branch 'timers/vdso' into timers/coreThomas Gleixner1-9/+1
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-18/+10
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld1-4/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 491Thomas Gleixner1-9/+1
2019-06-17iio: humidity: Replace older GPIO APIs with GPIO Consumer APIs for the dht11 sensorShobhit Kukreti1-18/+10
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330Thomas Gleixner2-8/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 309Thomas Gleixner1-12/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner6-12/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-04drivers: iio: Kconfig: pedantic cleanupEnrico Weigelt, metux IT consult1-10/+10
2018-11-16iio/hid-sensors: Fix IIO_CHAN_INFO_RAW returning wrong values for signed numbersHans de Goede1-1/+2
2018-02-18iio: add SPDX identifier for various driversMatt Ranostay1-12/+4