summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: Remove kernel-doc keyword in file header commentGwendal Grignou2021-03-2513-13/+13
* iio: kfifo: mask flags without zero-check in devm_iio_kfifo_buffer_setup()Alexandru Ardelean2021-03-251-3/+2
* iio: hrtimer: Allow sub Hz granularityGwendal Grignou2021-03-251-10/+23
* staging: iio: remove mention of defunct listBaruch Siach2021-03-251-4/+0
* iio: accel: mma8452: fix indentationSean Nyekjaer2021-03-251-23/+23
* iio: proximity: vcnl3020: add proximity rateIvan Mikhaylov2021-03-251-1/+96
* iio: adc: npcm_adc: Replace indio_dev->mlock with own device lockSergiu Cuciurean2021-03-251-2/+13
* iio: adc: palmas_gpadc: Replace indio_dev->mlock with own device lockSergiu Cuciurean2021-03-251-3/+13
* iio: adc: spear_adc: Replace indio_dev->mlock with own device lockSergiu Cuciurean2021-03-251-4/+16
* iio: adc: mt6360: Include right headerLinus Walleij2021-03-111-1/+2
* iio: adis: add helpers for lockingNuno Sa2021-03-113-25/+22
* iio: adis16475: improve sync scale mode handlingNuno Sa2021-03-111-28/+90
* iio: adis16480: fix pps mode sampling frequency mathNuno Sa2021-03-111-34/+94
* iio: dac: ad5686: Add support for AD5673R/AD5677RMircea Caprioru2021-03-114-4/+21
* iio: hid-sensor-als: Add relative hysteresis supportYe Xiang2021-03-111-2/+12
* iio: Add relative sensitivity supportYe Xiang2021-03-112-4/+71
* hid-sensors: Add more data fields for sensitivity checkingYe Xiang2021-03-114-0/+4
* iio: hid-sensors: Move get sensitivity attribute to hid-sensor-commonYe Xiang2021-03-1113-150/+104
* iio: use getter/setter functionsJulia Lawall2021-03-115-7/+7
* iio: core: rename 'dev' -> 'indio_dev' in iio_device_alloc()Alexandru Ardelean2021-03-111-14/+14
* iio: buffer: add ioctl() to support opening extra buffers for IIO deviceAlexandru Ardelean2021-03-112-11/+145
* iio: buffer: introduce support for attaching more IIO buffersAlexandru Ardelean2021-03-116-38/+102
* iio: dummy: iio_simple_dummy_buffer: use triggered buffer core callsAlexandru Ardelean2021-03-111-62/+6
* iio: buffer: move __iio_buffer_free_sysfs_and_mask() before allocAlexandru Ardelean2021-03-111-8/+8
* iio: core: wrap iio device & buffer into struct for character devicesAlexandru Ardelean2021-03-113-6/+27
* iio: buffer: dmaengine: obtain buffer object from attributeAlexandru Ardelean2021-03-111-2/+2
* iio: buffer: wrap all buffer attributes into iio_dev_attrAlexandru Ardelean2021-03-112-27/+52
* iio: add reference to iio buffer on iio_dev_attrAlexandru Ardelean2021-03-114-0/+13
* iio: core: merge buffer/ & scan_elements/ attributesAlexandru Ardelean2021-03-111-27/+88
* iio: buffer: group attr count and attr allocAlexandru Ardelean2021-03-111-34/+37
* iio: core: rework iio device group creationAlexandru Ardelean2021-03-115-10/+46
* iio: core-trigger: make iio_device_register_trigger_consumer() an int returnAlexandru Ardelean2021-03-112-2/+6
* iio: core: register chardev only if neededAlexandru Ardelean2021-03-111-5/+18
* iio: buffer-dma,adi-axi-adc: introduce devm_iio_dmaengine_buffer_setup()Alexandru Ardelean2021-03-112-12/+33
* iio: kfifo: un-export devm_iio_kfifo_allocate() functionAlexandru Ardelean2021-03-111-2/+1
* iio: accel: sca3000: use devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-16/+3
* iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-1113-124/+74
* iio: kfifo: add devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean2021-03-111-0/+39
* iio: Add basic unit test for iio_format_value()Lars-Peter Clausen2021-03-115-0/+216
* iio: iio_format_value(): Fix IIO_VAL_FRACTIONAL_LOG2 values between -1.0 and 0.0Lars-Peter Clausen2021-03-111-1/+4
* iio: iio_format_value(): Use signed temporary for IIO_VAL_FRACTIONAL_LOG2Lars-Peter Clausen2021-03-111-3/+2
* iio: proximity: sx9500: Fix a spelling postive to positiveBhaskar Chowdhury2021-03-111-1/+1
* iio: accel: kxcjk-1013: Set label based on accel-location on 2-accel yoga-sty...Hans de Goede2021-03-111-4/+10
* iio: accel: bmc150: Set label based on accel-location on 2-accel yoga-style 2...Hans de Goede2021-03-111-6/+12
* iio: core: Allow drivers to specify a label without it coming from ofHans de Goede2021-03-111-2/+4
* iio: adc: Add driver for Texas Instruments ADS131E0x ADC familyTomislav Denis2021-03-113-0/+961
* iio: accel: Add support for the Bosch-Sensortec BMI088Mike Looijmans2021-03-115-0/+688
* iio:adc:dac:ad5791 typo fix of regsterzuoqilin2021-03-111-1/+1
* iio: adc: stm32-adc: enable timestamping for non-DMA usageAhmad Fatoum2021-03-111-8/+31
* iio: hid-sensor-rotation: Fix quaternion data not correctYe Xiang2021-03-111-3/+10