aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity
AgeCommit message (Expand)AuthorFilesLines
2024-03-25iio: humidity: hdc3020: add reset managementJavier Carrasco1-0/+16
2024-03-25iio: humidity: hdc3020: add power managementJavier Carrasco1-19/+76
2024-03-25iio: humidity: hts211: drop casting to void in dev_set_drvdataJavier Carrasco1-1/+1
2024-02-25Merge tag 'iio-for-6.9a' of http://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2-138/+311
2024-02-17iio: humidity: hdc3020: add threshold events supportDimitri Fedrau1-0/+247
2024-02-17iio: humidity: hdc3020: switch to 16bit register definesDimitri Fedrau1-137/+63
2024-01-27iio: humidity: hdc3020: fix temperature offsetDimitri Fedrau1-1/+1
2024-01-23iio: humidity: hts221: Drop ACPI_PTR() usageJonathan Cameron1-2/+2
2024-01-22iio: humidity: hdc3020: Add Makefile, Kconfig and MAINTAINERS entryJonathan Cameron2-0/+13
2023-12-11iio: humidity: Add driver for ti HDC302x humidity sensorsLi peiyu1-0/+473
2023-10-14iio: si7005: Add device tree supportJavier Carrasco1-0/+7
2023-09-23iio: humidity: hid-sensor-humidity: Convert to platform remove callback retur...Uwe Kleine-König1-4/+2
2023-05-21iio: Switch i2c drivers back to use .probe()Uwe Kleine-König7-7/+7
2023-03-11iio: Rename iio_trigger_poll_chained and add kernel-docMehdi Djait1-1/+1
2022-11-23iio: humidity: si7020: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23iio: humidity: si7005: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23iio: humidity: htu21: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-23iio: humidity: hts221_i2c: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23iio: humidity: hdc2010: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23iio: humidity: hdc100x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23iio: humidity: am2315: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-23iio: humidity: hts211: Use devm_regulator_get_enable()Jonathan Cameron2-25/+4
2022-08-16i2c: Make remove callback return voidUwe Kleine-König1-3/+1
2022-07-14Merge tag 'iio-for-5.20a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman4-9/+10
2022-06-19iio:humidity:hts221: rearrange iio trigger get and registerDmitry Rokosov1-1/+4
2022-06-15iio: humidity: hts221: Move symbol exports into IIO_HTS221 namespaceJonathan Cameron3-2/+5
2022-06-15iio: humidity: hts221: Use EXPORT_SIMPLE_DEV_PM_OPS() to allow compiler to re...Jonathan Cameron3-8/+5
2022-06-14iio: humidity: hts221_buffer: explicitly add proper header filesNuno Sá1-0/+1
2022-02-18iio:common:meas-spec: Move exports into IIO_MEAS_SPEC_SENSORSJonathan Cameron1-0/+1
2022-02-06iio: humidity: dht11: Switch from of headers to mod_devicetable.hAndy Shevchenko1-2/+1
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
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_times...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/...Greg 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/jic...Greg 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/...Linus 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/jic...Greg 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 ...Shobhit 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
2018-02-17iio: dht11: Improve detection of sensor typeHarald Geyer1-1/+1
2018-01-30iio: humidity: hts221: remove unnecessary get_unaligned_le16()Lorenzo Bianconi1-4/+3
2018-01-30iio: humidity: hts221: add regmap API supportLorenzo Bianconi6-217/+103
2018-01-30iio: humidity: hts221: remove trailing whitespace from a commentLorenzo Bianconi1-1/+1
2018-01-30iio: humidity: hts221: remove warnings in hts221_parse_{temp,rh}_caldata()Lorenzo Bianconi1-13/+15
2018-01-08iio: humidity: hts221: move common code in hts221_coreLorenzo Bianconi4-35/+22
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-9/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-22iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron9-9/+0
2017-07-25iio: humidity: hts221: move drdy enable logic in hts221_trig_set_state()Lorenzo Bianconi3-16/+7
2017-07-25iio: humidity: hts221: support open drain modeLorenzo Bianconi1-1/+21
2017-07-22iio: humidity: hts221: support active-low interruptsLorenzo Bianconi3-2/+13
2017-07-22iio: humidity: hts221: squash hts221_power_on/off in hts221_set_enableLorenzo Bianconi3-23/+8
2017-07-22iio: humidity: hts221: avoid useless ODR reconfigurationLorenzo Bianconi1-9/+8
2017-07-22iio: humidity: hts221: do not overwrite reserved data during power-downLorenzo Bianconi1-6/+4
2017-07-22iio: humidity: hts221: move BDU configuration in probe routineLorenzo Bianconi1-6/+6
2017-07-22iio: humidity: hts221: refactor write_with_mask codeLorenzo Bianconi2-58/+42
2017-07-01iio: humidity: htu21: Add OF match tableManivannan Sadhasivam1-0/+8
2017-07-01iio: humidity: hdc100x: add match table and device id'sMichael Stecklein1-0/+11
2017-07-01iio: humidity: hdc100x: document compatible HDC10xx devicesMichael Stecklein2-1/+13
2017-05-14iio: humidity: hts221: add power management supportLorenzo Bianconi4-4/+55
2017-04-02iio: humidity: hts221: Remove unnecessary cast on void pointersimran singhal1-1/+1
2017-04-01iio: humidity: hdc100x: constify attribute_group structuressimran singhal1-1/+1
2017-03-25iio: hid: Add humidity sensor supportSong Hongyan3-0/+332
2017-02-06Merge 4.10-rc7 into staging-nextGreg Kroah-Hartman1-2/+4
2017-01-22iio: dht11: Use usleep_range instead of msleep for start signalJohn Brooks1-2/+4
2016-12-03iio: humidity: Support acpi probe for hts211Shrirang Bagul1-0/+8
2016-11-01iio: si7020: Add devicetree support and trivial bindingsPaul Kocialkowski1-1/+10
2016-11-01iio: humidity: remove duplicated include from hts221_buffer.cWei Yongjun1-1/+0
2016-10-23iio: humidity: hdc100x: add triggered buffer support for HDC100XAlison Schofield2-2/+130
2016-10-23iio: humidity: add support to hts221 rh/temp combo deviceLorenzo Bianconi7-0/+1193
2016-09-05Merge 4.8-rc5 into staging-nextGreg Kroah-Hartman3-21/+10
2016-08-15iio: humidity: hdc100x: add HDC1000 and HDC1008 to KconfigAlison Schofield1-4/+4
2016-08-15iio: humidity: hdc100x: fix sensor data reads of temp and humidityAlison Schofield1-20/+7
2016-08-15iio: add Kconfig selects needed for triggered buffer compilesAlison Schofield1-0/+2
2016-08-15iio: humidity: am2315: set up buffer timestamps for non-zero valuesAlison Schofield1-1/+1
2016-06-20Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman2-13/+11
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: Export I2C module alias informationJavier Martinez Canillas2-0/+2
2016-05-21iio: humidity: am2315: Remove a stray unlockDan Carpenter1-3/+1
2016-05-21iio: humidity: hdc100x: correct humidity integration time maskAlison Schofield1-1/+1
2016-04-24iio: humidity: Add triggered buffer support for AM2315Tiberiu Breana1-3/+78
2016-04-24iio: humidity: Add support for AM2315Tiberiu Breana3-0/+239
2016-04-10iio: dht11: Improve loggingHarald Geyer1-6/+34
2016-02-27iio: convert to common i2c_check_functionality() return valueMatt Ranostay4-4/+4
2016-02-07Merge 4.5-rc3 into staging-nextGreg Kroah-Hartman1-4/+4
2016-02-01iio: dht11: Use boottimeAbhilash Jindal1-4/+4
2016-01-30iio: si7020: add support for Hoperf th06Cristina Moraru2-1/+3
2016-01-30iio: si7005: add support for Hoperf th02Cristina Moraru2-1/+3
2016-01-30iio: dht11: Simplify decoding algorithmHarald Geyer1-22/+42
2016-01-30iio: dht11: Improve reliability - be more tolerant about missing start bitsHarald Geyer1-6/+9
2015-11-18Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-4/+4
2015-11-15iio: si7020: Swap data byte orderChris Lesiak1-4/+4
2015-10-11iio: hdc100x: correct IIO_CHAN_INFO_OFFSET valueMatt Ranostay1-2/+3
2015-10-11Add ms8607 meas-spec driver supportLudovic Tancerel2-3/+32
2015-10-11Add htu21 meas-spec driver supportLudovic Tancerel3-0/+238
2015-09-23iio: humidity: add HDC100x supportMatt Ranostay3-0/+330
2015-08-24iio: humidity: si7020: replaced bitmask on humidity values with range checkNicola Corna1-1/+5
2015-07-20iio: dht11: Use new function ktime_get_resolution_ns()Harald Geyer1-20/+22
2015-07-20iio: dht11: avoid multiple assignments to make checkpatch.pl --strict happyHarald Geyer1-1/+2
2015-07-20iio: dht11: add comment to make checkpatch.pl --strict happyHarald Geyer1-0/+1
2015-07-20iio: dht11: whitespace changes to make checkpatch.pl --strict happyHarald Geyer1-12/+13
2015-07-11iio: Drop owner assignment from i2c_driverKrzysztof Kozlowski1-1/+0
2015-05-10iio: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-1/+1
2015-02-14IIO: si7020: Allocate correct amount of memory in devm_iio_device_allocAndrey Smirnov1-1/+1
2015-02-14Revert "iio:humidity:si7020: fix pointer to i2c client"Jonathan Cameron1-2/+2
2015-01-10iio: dht11: IRQ fixesRichard Weinberger1-27/+35
2015-01-10iio: dht11: Add lockingRichard Weinberger1-0/+5
2015-01-10iio: dht11: Fix out-of-bounds readRichard Weinberger1-1/+1
2014-10-25iio:humidity:si7020: fix pointer to i2c clientHartmut Knaack1-2/+2
2014-10-25iio:humidity:si7020: cleanup read_raw and probeHartmut Knaack1-5/+3
2014-10-04IIO: add si7020 driverDavid Barksdale3-0/+174
2014-08-26iio: remove .owner field for driver using module_platform_driverSanjeev Sharma1-1/+0
2014-01-11iio: Add si7005 relative humidity and temperature sensor driverPeter Meerwald3-0/+200
2013-12-03iio: Add new driver dht11Harald Geyer3-0/+314