summaryrefslogtreecommitdiffstats
path: root/drivers/iio (follow)
Commit message (Expand)AuthorAgeFilesLines
* iio: adc: at91_adc: remove at91_adc_idsAlexandre Belloni2020-12-031-20/+0
* iio: buffer: Fix demux updateNuno Sá2020-12-031-3/+3
* iio: core: Simplify iio_format_list()Lars-Peter Clausen2020-12-031-27/+18
* iio: core: Consolidate iio_format_avail_{list,range}()Lars-Peter Clausen2020-12-031-43/+14
* iio: potentiometer: ad5272: Correct polarity of resetPhil Reid2020-12-031-2/+2
* iio: accel: bmc150-accel: Add rudimentary regulator supportLinus Walleij2020-12-031-2/+33
* iio: accel: bmc150-accel: Add support for BMA222Linus Walleij2020-12-034-0/+22
* iio: ad_sigma_delta: Don't put SPI transfer buffer on the stackLars-Peter Clausen2020-12-031-10/+8
* iio: buffer: Return error if no callback is givenNuno Sá2020-12-031-0/+5
* iio: humidity: hts221: add vdd voltage regulatorLorenzo Bianconi2020-12-032-0/+39
* iio: adc: ad7298: check regulator for null in ad7298_get_ref_voltage()Alexandru Ardelean2020-12-031-1/+1
* iio: adc: ad7298: convert probe to device-managed functionsAlexandru Ardelean2020-11-281-31/+15
* iio: imu: st_lsm6dsx: add vdd-vddio voltage regulatorLorenzo Bianconi2020-11-252-0/+43
* Merge tag 'iio-for-5.11a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2020-11-2447-275/+1544
|\
| * iio: core: return -EINVAL when no ioctl handler has been runAlexandru Ardelean2020-11-211-0/+3
| * iio: core: organize buffer file-ops in the order defined in the structAlexandru Ardelean2020-11-211-4/+4
| * iio: accel: adis16209: remove unneeded spi_set_drvdata()Alexandru Ardelean2020-11-211-1/+0
| * iio: accel: adis16201: remove unneeded spi_set_drvdata()Alexandru Ardelean2020-11-211-1/+0
| * iio: adc: ad7292: remove unneeded spi_set_drvdata()Alexandru Ardelean2020-11-211-2/+0
| * iio: adc: cpcap: Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-211-0/+1
| * iio: buffer: remove iio_buffer_set_attrs() helperAlexandru Ardelean2020-11-211-12/+0
| * iio: hid-sensors: use iio_triggered_buffer_setup_ext()Alexandru Ardelean2020-11-211-13/+9
| * iio: cros_ec: use devm_iio_triggered_buffer_setup_ext()Alexandru Ardelean2020-11-211-6/+9
| * iio: adc: at91-sama5d2_adc: use devm_iio_triggered_buffer_setup_ext()Alexandru Ardelean2020-11-211-4/+8
| * iio: accel: bmc150: use iio_triggered_buffer_setup_ext()Alexandru Ardelean2020-11-211-11/+14
| * iio: accel: adxl372: use devm_iio_triggered_buffer_setup_ext()Alexandru Ardelean2020-11-211-6/+5
| * iio: triggered-buffer: add {devm_}iio_triggered_buffer_setup_ext variantsAlexandru Ardelean2020-11-211-12/+19
| * iio: adc: at91-sama5d2_adc: merge buffer & trigger init into a functionAlexandru Ardelean2020-11-211-42/+36
| * iio: buffer: dmaengine: unwrap the use of iio_buffer_set_attrs()Alexandru Ardelean2020-11-211-2/+1
| * iio: adc: ad7887: convert probe to device-managed functionsAlexandru Ardelean2020-11-141-28/+15
| * iio: adc: stm32-adc: adapt clock duty cycle for proper operationFabrice Gasnier2020-11-141-1/+20
| * iio: core: centralize ioctl() calls to the main chardevAlexandru Ardelean2020-11-143-16/+83
| * iio: adc: mt6360: Add ADC driver for MT6360Gene Chen2020-11-083-0/+384
| * iio: adc: stm32-adc: dma transfers cleanupOlivier Moysan2020-11-081-23/+6
| * iio: adc: ad7768-1: Add channel labels.Cristian Pop2020-11-081-0/+41
| * iio: core: Add optional symbolic label to a device channelCristian Pop2020-11-081-0/+41
| * iio: remove unneeded breakTom Rix2020-11-012-3/+0
| * iio:light:tsl2563 use generic fw accessorsVaishnav M A2020-11-011-7/+9
| * iio: light: vcnl4035 add i2c_device_idVaishnav M A2020-11-011-0/+7
| * iio: proximity: vl53l0x-i2c add i2c_device_idVaishnav M A2020-11-011-0/+7
| * iio: magnetometer: bmc150: remove unneeded semicolonTom Rix2020-11-011-1/+1
| * iio: pressure: bmp280: remove unneeded semicolonTom Rix2020-11-011-2/+2
| * iio: adc: at91-sama5d2_adc: remove unneeded semicolonTom Rix2020-10-311-1/+1
| * iio/adc: ingenic: remove unneeded semicolonTom Rix2020-10-311-1/+1
| * iio: light: apds9960: remove unneeded semicolonTom Rix2020-10-311-1/+1
| * iio: accel: mma8452: Constify static struct attribute_groupRikard Falkeborn2020-10-101-1/+1
| * iio: dac: ad7303: remove platform data headerAlexandru Ardelean2020-10-101-2/+0
| * iio: adc: ad7298: rework external ref setup & remove platform dataAlexandru Ardelean2020-10-101-8/+9
| * iio: core: Fix IIO_VAL_FRACTIONAL calculation for negative valuesAnand Ashok Dumbre2020-10-101-3/+7
| * iio: adc: exynos: do not rely on 'users' counter in ISRdmitry.torokhov@gmail.com2020-10-101-1/+6