summaryrefslogtreecommitdiffstats
path: root/drivers/iio/humidity/si7020.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-23iio: humidity: si7020: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2020-09-21iio:humidity:si7020: Drop of_match_ptr protectionJonathan Cameron1-1/+2
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 491Thomas Gleixner1-9/+1
2017-08-22iio:humidity: drop assign iio_info.driver_module and iio_trigger_ops.ownerJonathan Cameron1-1/+0
2016-11-01iio: si7020: Add devicetree support and trivial bindingsPaul Kocialkowski1-1/+10
2016-02-27iio: convert to common i2c_check_functionality() return valueMatt Ranostay1-1/+1
2016-01-30iio: si7020: add support for Hoperf th06Cristina Moraru1-0/+1
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-08-24iio: humidity: si7020: replaced bitmask on humidity values with range checkNicola Corna1-1/+5
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
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 Barksdale1-0/+163