summaryrefslogtreecommitdiff
path: root/drivers/staging/iio
AgeCommit message (Expand)AuthorFilesLines
2021-04-07staging:iio:cdc:ad7150: Change timeout units to seconds and use core supportJonathan Cameron1-107/+52
2021-04-07staging:iio:cdc:ad7150: Add sampling_frequency supportJonathan Cameron1-0/+6
2021-04-07staging:iio:cdc:ad7150: Drop noisy print in probeJonathan Cameron1-11/+2
2021-04-07staging:iio:cdc:ad7150: Simplify event handling by only using rising direction.Jonathan Cameron1-1/+0
2021-04-07staging:iio:cdc:ad7150: Handle variation in chan_spec across device and irq p...Jonathan Cameron1-8/+63
2021-04-07staging:iio:cdc:ad7150: Drop platform data supportJonathan Cameron1-14/+0
2021-04-07staging:iio:cdc:ad7150: Timeout register covers both directions so both need ...Jonathan Cameron1-2/+16
2021-04-07staging:iio:cdc:ad7150: Refactor event parameter updateJonathan Cameron1-15/+17
2021-04-07staging:iio:cdc:ad7150: Remove magnitude adaptive eventsJonathan Cameron1-56/+0
2021-04-07staging:iio:cdc:ad7150: use swapped reads/writes for i2c rather than open codingJonathan Cameron1-9/+11
2021-03-25staging: iio: ad9832: kernel-doc fixesMugilraj Dhavachelvan1-2/+2
2021-03-25staging: iio: ad9834: convert to device-managed functions in probeAlexandru Ardelean1-36/+31
2021-03-25staging: iio: remove mention of defunct listBaruch Siach1-4/+0
2021-03-11iio: make use of devm_iio_kfifo_buffer_setup() helperAlexandru Ardelean1-19/+4
2020-10-26staging: iio: adis16240: add blank line before struct definitionDeepak R Varma1-0/+1
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-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-08-22staging: iio: ad9834: Remove excess blank lineCalvin Glisson1-1/+0
2020-08-22Staging: iio: Fixed a punctuation and a spelling mistake.Ankit Baluni1-2/+2
2020-06-14iio: remove left-over parent assignmentsAlexandru Ardelean1-1/+0
2020-06-14iio: remove left-over comments about parent assignmentAlexandru Ardelean1-1/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean10-11/+0
2020-06-14iio: core: pass parent device as parameter during allocationAlexandru Ardelean1-3/+1
2020-05-25Merge 5.7-rc7 into staging-nextGreg Kroah-Hartman1-5/+12
2020-05-11staging: iio: ad5933: attach life-cycle of kfifo buffer to parent device and ...Alexandru Ardelean1-40/+37
2020-05-03staging: iio: ad2s1210: Fix SPI readingDragos Bogdan1-5/+12
2020-04-23Merge tag 'iio-for-5.8a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman1-1/+1
2020-04-19iio: Fix misspellings of "Analog Devices"Geert Uytterhoeven1-1/+1
2020-03-23staging: iio: adc: ad7280a: Add comments to clarify stringified argumentsDeepak R Varma1-0/+4
2020-03-08staging: iio: update TODORohit Sarkar1-7/+1
2020-03-08staging: iio: adc: ad7192: move out of stagingAlexandru Tachici3-1047/+0
2020-03-08Documentation: ABI: testing: ad7192: update sysfs docsAlexandru Tachici1-20/+0
2020-03-08staging: iio: adc: ad7192: removed spi_device_idAlexandru Tachici1-22/+11
2020-03-08staging: iio: adc: ad7192: modify iio_chan_spec arrayAlexandru Tachici1-46/+66
2020-03-08staging: iio: adc: ad7192: fail probe on get_voltageAlexandru Tachici1-2/+5
2020-03-08iio: imu: adis: Add self_test_reg variableNuno Sá2-0/+2
2020-01-12iio: adis: Remove startup_delayNuno Sá2-2/+0
2020-01-12iio: adis: Introduce timeouts structureNuno Sá2-0/+14
2019-12-15staging: iio: accel: adis16240: enforce SPI mode on probe functionRodrigo Carvalho1-0/+7
2019-10-18staging: iio: ad9834: add a check for devm_clk_getChuhong Yuan1-0/+4
2019-09-15staging: iio: ADIS16240: Remove unused includeRohit Sarkar1-1/+0
2019-09-08staging: iio: adc: ad7192: Add system calibration supportMircea Caprioru1-1/+78
2019-08-18staging: iio: accel: adis16240: Improve readability on write_raw functionRodrigo Ribeiro1-4/+1
2019-08-18staging: iio: adc: ad7192: Add low_pass_3db_filter_frequencyMircea Caprioru1-16/+133
2019-08-18staging: iio: adc: ad7192: Remove platform dataMircea Caprioru2-49/+2
2019-07-28staging: iio: ad2s1210: Use device-managed APIChuhong Yuan1-11/+1