summaryrefslogtreecommitdiffstats
path: root/drivers/iio
AgeCommit message (Expand)AuthorFilesLines
2021-03-11iio: use getter/setter functionsJulia Lawall5-7/+7
2021-03-11iio: core: rename 'dev' -> 'indio_dev' in iio_device_alloc()Alexandru Ardelean1-14/+14
2021-03-11iio: buffer: add ioctl() to support opening extra buffers for IIO deviceAlexandru Ardelean2-11/+145
2021-03-11iio: buffer: introduce support for attaching more IIO buffersAlexandru Ardelean6-38/+102
2021-03-11iio: dummy: iio_simple_dummy_buffer: use triggered buffer core callsAlexandru Ardelean1-62/+6
2021-03-11iio: buffer: move __iio_buffer_free_sysfs_and_mask() before allocAlexandru Ardelean1-8/+8
2021-03-11iio: core: wrap iio device & buffer into struct for character devicesAlexandru Ardelean3-6/+27
2021-03-11iio: buffer: dmaengine: obtain buffer object from attributeAlexandru Ardelean1-2/+2
2021-03-11iio: buffer: wrap all buffer attributes into iio_dev_attrAlexandru Ardelean2-27/+52
2021-03-11iio: add reference to iio buffer on iio_dev_attrAlexandru Ardelean4-0/+13
2021-03-11iio: core: merge buffer/ & scan_elements/ attributesAlexandru Ardelean1-27/+88
2021-03-11iio: buffer: group attr count and attr allocAlexandru Ardelean1-34/+37
2021-03-11iio: core: rework iio device group creationAlexandru Ardelean5-10/+46
2021-03-11iio: core-trigger: make iio_device_register_trigger_consumer() an int returnAlexandru Ardelean2-2/+6
2021-03-11iio: core: register chardev only if neededAlexandru Ardelean1-5/+18
2021-03-11iio: buffer-dma,adi-axi-adc: introduce devm_iio_dmaengine_buffer_setup()Alexandru Ardelean2-12/+33
2021-03-11iio: kfifo: un-export devm_iio_kfifo_allocate() functionAlexandru Ardelean1-2/+1
2021-03-11iio: accel: sca3000: use devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean1-16/+3
2021-03-11iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean12-105/+70
2021-03-11iio: kfifo: add devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean1-0/+39
2021-03-11iio: Add basic unit test for iio_format_value()Lars-Peter Clausen5-0/+216
2021-03-11iio: iio_format_value(): Fix IIO_VAL_FRACTIONAL_LOG2 values between -1.0 and 0.0Lars-Peter Clausen1-1/+4
2021-03-11iio: iio_format_value(): Use signed temporary for IIO_VAL_FRACTIONAL_LOG2Lars-Peter Clausen1-3/+2
2021-03-11iio: proximity: sx9500: Fix a spelling postive to positiveBhaskar Chowdhury1-1/+1
2021-03-11iio: accel: kxcjk-1013: Set label based on accel-location on 2-accel yoga-sty...Hans de Goede1-4/+10
2021-03-11iio: accel: bmc150: Set label based on accel-location on 2-accel yoga-style 2...Hans de Goede1-6/+12
2021-03-11iio: core: Allow drivers to specify a label without it coming from ofHans de Goede1-2/+4
2021-03-11iio: adc: Add driver for Texas Instruments ADS131E0x ADC familyTomislav Denis3-0/+961
2021-03-11iio: accel: Add support for the Bosch-Sensortec BMI088Mike Looijmans5-0/+688
2021-03-11iio:adc:dac:ad5791 typo fix of regsterzuoqilin1-1/+1
2021-03-11iio: adc: stm32-adc: enable timestamping for non-DMA usageAhmad Fatoum1-8/+31
2021-03-11iio: hid-sensor-rotation: Fix quaternion data not correctYe Xiang1-3/+10
2021-03-11iio:adc:stm32-adc: Add HAS_IOMEM dependencyJonathan Cameron1-0/+1
2021-03-11iio: st_sensors: fix typo in commentAhmad Fatoum1-1/+1
2021-02-22Merge tag 'thermal-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+50
2021-02-15thermal: qcom: add support for adc-tm5 PMIC thermal monitorDmitry Baryshkov1-0/+50
2021-01-25Merge 5.11-rc5 into staging-nextGreg Kroah-Hartman5-23/+29
2021-01-22Merge branch 'ib-iio-thermal-5.11-rc1' into togregJonathan Cameron6-367/+174
2021-01-22iio: adc: stm32-dfsdm: Remove redundant null check before clk_disable_unprepareXu Wang1-2/+1
2021-01-22iio:pressure:ms5637: add ms5803 supportAlexandre Belloni1-0/+8
2021-01-22iio:common:ms_sensors:ms_sensors_i2c: add support for alternative PROM layoutAlexandre Belloni1-11/+59
2021-01-22iio:common:ms_sensors:ms_sensors_i2c: rework CRC calculation helperAlexandre Belloni2-9/+7
2021-01-22iio:pressure:ms5637: limit available sample frequenciesAlexandre Belloni1-4/+15
2021-01-22iio:pressure:ms5637: introduce hardware differentiationAlexandre Belloni2-10/+51
2021-01-22iio: dac: ad5766: add driver support for AD5766Cristian Pop3-0/+654
2021-01-22iio: hid-sensor-rotation: Add timestamp channelYe Xiang1-20/+26
2021-01-22iio: hid-sensor-incl-3d: Add timestamp channelYe Xiang1-16/+27
2021-01-22iio: hid-sensor-magn-3d: Add timestamp channelYe Xiang1-18/+30
2021-01-22iio: hid-sensor-als: Add timestamp channelYe Xiang1-16/+23
2021-01-22iio: hid-sensor-gyro-3d: Add timestamp channelYe Xiang1-16/+24