summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-21iio:potentiometer:mcp4018: Drop of_match_ptr and CONFIG_OF protections.Jonathan Cameron1-8/+4
2020-09-21iio:potentiometer:max5481: Drop invalid ACPI binding.Jonathan Cameron1-13/+0
2020-09-21iio:potentiometer:max5481: Drop of_match_ptr and CONFIG_OF protections.Jonathan Cameron1-6/+4
2020-09-21iio:potentiometer:max5432: Drop of_match_ptr and use generic fw accessorsJonathan Cameron1-4/+4
2020-09-17iio:potentiometer:ds1803: Drop of_match_ptr and CONFIG_OF protectionsJonathan Cameron1-4/+2
2020-09-17iio:potentiometer:ad5272: Drop of_match_ptr and CONFIG_OF protections.Jonathan Cameron1-3/+2
2020-09-17iio:imu:adis16400: Sort out missing kernel doc.Jonathan Cameron1-0/+2
2020-09-17iio: buffer: split buffer sysfs creation to take buffer as primary argAlexandru Ardelean1-16/+30
2020-09-16iio: adc: meson-saradc: Make the of_device_id array style consistentMartin Blumenstingl1-7/+4
2020-09-16iio: adc: ad9467: return ENODEV vs EINVAL in ad9467_setup()Alexandru Ardelean1-1/+1
2020-09-16iio: adc: ad9467: refine mismatch vs unknown chip-id messagesAlexandru Ardelean1-1/+2
2020-09-16staging:iio:documentation: Drop most generic docsJonathan Cameron4-209/+0
2020-09-16staging:iio:light: drop stale ABI docsJonathan Cameron1-79/+0
2020-09-16staging:iio:light: Move tsl2x7x ABI docs to correct location.Jonathan Cameron1-13/+0
2020-09-16staging:iio:dac:max517 remove documentationJonathan Cameron1-41/+0
2020-09-16iio: adc: palmas_gpadc: use module_platform_driver to simplify the codeLiu Shixin1-12/+1
2020-09-16iio: adis: Drop non Managed device functionsNuno Sá2-120/+4
2020-09-16staging: iio: adis16240: Use Managed device functionsNuno Sá1-22/+3
2020-09-16staging: iio: adis16203: Use Managed device functionsNuno Sá1-23/+3
2020-09-16iio: adis16480: Use Managed device functionsNuno Sá1-30/+25
2020-09-16iio: adis16460: Use Managed device functionsNuno Sá1-21/+4
2020-09-16iio: adis16400: Use Managed device functionsNuno Sá1-23/+15
2020-09-16iio: adis16260: Use Managed device functionsNuno Sá1-22/+11
2020-09-16iio: adis16136: Use Managed device functionsNuno Sá1-24/+13
2020-09-16iio: adis16209: Use Managed device functionsNuno Sá1-22/+3
2020-09-16iio: adis16201: Use Managed device functionsNuno Sá1-23/+3
2020-09-16iio: frequency: adf4350: Replace indio_dev->mlock with own device lockSergiu Cuciurean1-6/+15
2020-09-16iio: dac: ti-dac7612: Replace indio_dev->mlock with own device lockSergiu Cuciurean1-2/+12
2020-09-16iio: stm32-dac: Replace indio_dev->mlock with own device lockSergiu Cuciurean1-4/+9
2020-09-13iio: gyro: adxrs290: Add debugfs register access supportNishant Malpani1-0/+26
2020-09-13iio: gyro: adxrs290: Add triggered buffer supportNishant Malpani2-14/+199
2020-09-13iio: gyro: adxrs290: use hook for devm resource unwindingNishant Malpani1-3/+58
2020-09-13iio: adc: stm32: Fix missing return in booster error pathKrzysztof Kozlowski1-1/+1
2020-09-13iio: light: as73211: Increase measurement timeoutChristian Eggers1-3/+2
2020-09-13iio: temperature: mlx90632: Interface to change object ambient temperatureCrt Mori2-2/+8
2020-09-06iio: sx9310: Prefer async probeDouglas Anderson1-0/+7
2020-09-06iio: adc: rockchip_saradc: Allow compile-testing with !ARMAlex Dewar1-1/+1
2020-09-06drivers/iio/humidity/hdc2010.c:305:2-3: Unneeded semicolonkernel test robot1-1/+1
2020-09-03iio: accel: bma220: Remove unneeded blank linesAndy Shevchenko1-4/+1
2020-09-03iio: accel: bma220: Use BIT() and GENMASK() macrosAndy Shevchenko1-2/+3
2020-09-03iio: accel: bma220: Group IIO headers togetherAndy Shevchenko1-1/+2
2020-09-03iio: accel: bma220: Drop ACPI_PTR() and accompanying ifdefferyAndy Shevchenko1-4/+2
2020-09-03iio: accel: bma220: Mark PM functions as __maybe_unusedAndy Shevchenko1-9/+3
2020-09-03iio: accel: bma220: Use dev_get_drvdata() directlyAndy Shevchenko1-4/+2
2020-09-03iio: accel: bma220: Convert to use ->read_avail()Andy Shevchenko1-15/+19
2020-09-03iio: accel: bma220: Fix returned codes from bma220_init(), bma220_deinit()Andy Shevchenko1-5/+9
2020-09-03iio: buffer-dmaengine: adjust `bytes_used` with residue infoAlexandru Ardelean1-2/+4
2020-09-03iio: accel: adxl372: Add support for FIFO peak modeStefan Popa1-12/+299
2020-09-03iio:temperature:mlx90632: Some stylefixing leftoversCrt Mori1-5/+5
2020-09-03iio:temperature:mlx90632: Adding extended calibration optionCrt Mori1-2/+216