summaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity/si7020.c
Commit message (Expand)AuthorAgeFilesLines
* iio: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-211-1/+1
* iio: humidity: si7020: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-231-3/+2
* iio:humidity:si7020: Drop of_match_ptr protectionJonathan Cameron2020-09-211-1/+2
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 491Thomas Gleixner2019-06-191-9/+1
* iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron2017-08-221-1/+0
* iio: si7020: Add devicetree support and trivial bindingsPaul Kocialkowski2016-11-011-1/+10
* iio: convert to common i2c_check_functionality() return valueMatt Ranostay2016-02-271-1/+1
* iio: si7020: add support for Hoperf th06Cristina Moraru2016-01-301-0/+1
* Merge tag 'iio-fixes-for-4.4a' of ssh://ra.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman2015-11-181-4/+4
|\
| * iio: si7020: Swap data byte orderChris Lesiak2015-11-151-4/+4
* | iio: humidity: si7020: replaced bitmask on humidity values with range checkNicola Corna2015-08-241-1/+5
|/
* IIO: si7020: Allocate correct amount of memory in devm_iio_device_allocAndrey Smirnov2015-02-141-1/+1
* Revert "iio:humidity:si7020: fix pointer to i2c client"Jonathan Cameron2015-02-141-2/+2
* iio:humidity:si7020: fix pointer to i2c clientHartmut Knaack2014-10-251-2/+2
* iio:humidity:si7020: cleanup read_raw and probeHartmut Knaack2014-10-251-5/+3
* IIO: add si7020 driverDavid Barksdale2014-10-041-0/+163