aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-21iio: adc: at91-sama5d2_adc: use devm_iio_triggered_buffer_setup_ext()Alexandru Ardelean1-4/+8
2020-11-21iio: accel: bmc150: use iio_triggered_buffer_setup_ext()Alexandru Ardelean1-11/+14
2020-11-21iio: accel: adxl372: use devm_iio_triggered_buffer_setup_ext()Alexandru Ardelean1-6/+5
2020-11-21iio: triggered-buffer: add {devm_}iio_triggered_buffer_setup_ext variantsAlexandru Ardelean1-12/+19
2020-11-21iio: adc: at91-sama5d2_adc: merge buffer & trigger init into a functionAlexandru Ardelean1-42/+36
2020-11-21iio: buffer: dmaengine: unwrap the use of iio_buffer_set_attrs()Alexandru Ardelean1-2/+1
2020-11-14iio: accel: kxcjk1013: Add support for KIOX010A ACPI DSM for setting tablet-modeHans de Goede1-0/+36
2020-11-14iio: accel: kxcjk1013: Replace is_smo8500_device with an acpi_type enumHans de Goede1-5/+10
2020-11-14iio: adc: ad7887: convert probe to device-managed functionsAlexandru Ardelean1-28/+15
2020-11-14iio: adc: stm32-adc: adapt clock duty cycle for proper operationFabrice Gasnier1-1/+20
2020-11-14iio: core: centralize ioctl() calls to the main chardevAlexandru Ardelean3-16/+83
2020-11-08iio: adc: mt6360: Add ADC driver for MT6360Gene Chen3-0/+384
2020-11-08iio: adc: stm32-adc: dma transfers cleanupOlivier Moysan1-23/+6
2020-11-08iio: adc: ad7768-1: Add channel labels.Cristian Pop1-0/+41
2020-11-08iio: core: Add optional symbolic label to a device channelCristian Pop1-0/+41
2020-11-08iio: light: fix kconfig dependency bug for VCNL4035Necip Fazil Yildiran1-0/+1
2020-11-08iio/adc: ingenic: Fix AUX/VBAT readings when touchscreen is usedPaul Cercueil1-6/+26
2020-11-08iio/adc: ingenic: Fix battery VREF for JZ4770 SoCPaul Cercueil1-1/+1
2020-11-01iio: imu: st_lsm6dsx: set 10ms as min shub slave timeoutLorenzo Bianconi1-2/+4
2020-11-01iio: adc: stm32-adc: fix a regression when using dma and irqOlivier Moysan2-26/+65
2020-11-01iio: remove unneeded breakTom Rix2-3/+0
2020-11-01iio:light:tsl2563 use generic fw accessorsVaishnav M A1-7/+9
2020-11-01iio: light: vcnl4035 add i2c_device_idVaishnav M A1-0/+7
2020-11-01iio: proximity: vl53l0x-i2c add i2c_device_idVaishnav M A1-0/+7
2020-11-01iio: adc: mediatek: fix unset fieldFabien Parent1-2/+4
2020-11-01iio: cros_ec: Use default frequencies when EC returns invalid informationGwendal Grignou1-5/+11
2020-11-01iio: magnetometer: bmc150: remove unneeded semicolonTom Rix1-1/+1
2020-11-01iio: pressure: bmp280: remove unneeded semicolonTom Rix1-2/+2
2020-10-31iio: adc: at91-sama5d2_adc: remove unneeded semicolonTom Rix1-1/+1
2020-10-31iio/adc: ingenic: remove unneeded semicolonTom Rix1-1/+1
2020-10-31iio: light: apds9960: remove unneeded semicolonTom Rix1-1/+1
2020-10-23Merge tag 'tag-chrome-platform-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds1-1/+1
2020-10-15Merge tag 'sound-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds2-0/+6
2020-10-15Merge tag 'staging-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds137-1481/+3833
2020-10-14Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-8/+8
2020-10-10iio: accel: mma8452: Constify static struct attribute_groupRikard Falkeborn1-1/+1
2020-10-10iio: dac: ad7303: remove platform data headerAlexandru Ardelean1-2/+0
2020-10-10iio: adc: ad7298: rework external ref setup & remove platform dataAlexandru Ardelean1-8/+9
2020-10-10iio: core: Fix IIO_VAL_FRACTIONAL calculation for negative valuesAnand Ashok Dumbre1-3/+7
2020-10-10iio: adc: exynos: do not rely on 'users' counter in ISRdmitry.torokhov@gmail.com1-1/+6
2020-10-10iio: sx9310: Set various settings from DTStephen Boyd1-1/+124
2020-10-10iio: sx9310: Support setting debounce valuesStephen Boyd1-0/+100
2020-10-10iio: sx9310: Support setting hysteresis valuesStephen Boyd1-1/+61
2020-10-10iio: sx9310: Support setting proximity thresholdsStephen Boyd1-0/+114
2020-10-10iio: sx9310: Support hardware gain factorStephen Boyd1-5/+104
2020-10-10iio: imu: st_lsm6dsx: add support to LSM6DSTLorenzo Bianconi6-4/+221
2020-10-10iio: adc: ad7887: invert/rework external ref logicAlexandru Ardelean1-4/+8
2020-10-10iio: adc: at91_adc: remove platform data and move defs in driver fileAlexandru Ardelean1-38/+22
2020-10-10iio: adc: at91_adc: add Kconfig dep on the OF symbol and remove of_match_ptr()Alexandru Ardelean2-2/+2
2020-10-10iio: adc: at91_adc: const-ify some driver dataAlexandru Ardelean1-4/+4