summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc
AgeCommit message (Expand)AuthorLines
2025-08-25staging: iio: adc: ad7816: Drop unnecessary dev_set_drvdata() callSalah Triki-2/+0
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman-1/+1
2025-04-22iio: normalize array sentinel styleDavid Lechner-1/+1
2025-04-18staging: iio: adc: ad7816: Correct conditional logic for store modeGabriel Shahrouzi-1/+1
2022-02-21iio:adc:ad7280a: Move out of stagingJonathan Cameron-1123/+0
2022-02-21staging:iio:adc:ad7280a: Use more conservative delays to allow 105C operation.Jonathan Cameron-2/+2
2022-02-21staging:iio:adc:ad7280a: Remove shift from cb_mask state cache.Jonathan Cameron-5/+7
2022-02-21staging:iio:adc:ad7280a: Drop buggy support for early termination of AUX alert.Jonathan Cameron-22/+0
2022-02-21staging:iio:adc:ad7280a: Use device properties to replace platform data.Jonathan Cameron-45/+86
2022-02-21staging:iio:adc:ad7280a: Use a local dev pointer to avoid &spi->devJonathan Cameron-4/+5
2022-02-21staging:iio:ad7280a: Reflect optionality of irq in ABIJonathan Cameron-19/+29
2022-02-21staging:iio:adc:ad7280a: Cleanup includesJonathan Cameron-7/+9
2022-02-21staging:iio:adc:ad7280a: Make oversampling_ratio a runtime controlJonathan Cameron-34/+72
2022-02-21staging:iio:adc:ad7280a: Trivial comment formatting cleanupJonathan Cameron-10/+11
2022-02-21staging:iio:adc:ad7280a: Drop unused timestamp channel.Jonathan Cameron-13/+1
2022-02-21staging:iio:adc:ad7280a: Standardize extended ABI namingJonathan Cameron-131/+43
2022-02-21staging:iio:adc:ad7280a: Switch to standard event controlJonathan Cameron-103/+110
2022-02-21staging:iio:adc:ad7280a: Use bitfield ops to managed fields in transfers.Jonathan Cameron-19/+45
2022-02-21staging:iio:adc:ad7280a: Split buff[2] into tx and rx partsJonathan Cameron-8/+9
2022-02-21staging:iio:adc:ad7280a: rename _read() to _read_reg()Jonathan Cameron-4/+4
2022-02-21staging:iio:adc:ad7280a: Register define cleanup.Jonathan Cameron-131/+154
2022-02-21staging:iio:adc:ad7280a: Fix handing of device address bit reversing.Jonathan Cameron-2/+2
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean-2/+0
2020-03-23staging: iio: adc: ad7280a: Add comments to clarify stringified argumentsDeepak R Varma-0/+4
2020-03-08staging: iio: adc: ad7192: move out of stagingAlexandru Tachici-1047/+0
2020-03-08staging: iio: adc: ad7192: removed spi_device_idAlexandru Tachici-22/+11
2020-03-08staging: iio: adc: ad7192: modify iio_chan_spec arrayAlexandru Tachici-46/+66
2020-03-08staging: iio: adc: ad7192: fail probe on get_voltageAlexandru Tachici-2/+5
2019-09-08staging: iio: adc: ad7192: Add system calibration supportMircea Caprioru-1/+78
2019-08-18staging: iio: adc: ad7192: Add low_pass_3db_filter_frequencyMircea Caprioru-16/+133
2019-08-18staging: iio: adc: ad7192: Remove platform dataMircea Caprioru-49/+2
2019-07-27staging: iio: ad7192: create of_device_id arrayBárbara Fernandes-0/+12
2019-05-05staging: iio: adc: Add paragraph to describe Kconfig symbolVatsala Narang-0/+3
2019-04-21Merge 5.1-rc6 into staging-nextGreg Kroah-Hartman-4/+4
2019-04-04Merge tag 'iio-for-5.2a-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman-442/+199
2019-04-04staging: iio: adc: ad7280a: Tab alignmentCristian Sicilia-18/+18
2019-04-04staging: iio: adc: ad7192: Use read_avail for available attributesMircea Caprioru-38/+61
2019-04-04staging: iio: adc: ad7280a: Remove CamelCase notationCristian Sicilia-6/+5
2019-04-04staging: iio: adc: ad7280a: Adding temp var to improve readabilityCristian Sicilia-30/+25
2019-04-04staging: iio: adc: ad7280a: Avoid precedence issues in macroCristian Sicilia-3/+4
2019-04-04staging: iio: ad7780: moving ad7780 out of stagingRenato Lui Geh-390/+0
2019-04-04staging: iio: ad7780: add new copyright holderRenato Lui Geh-0/+1
2019-04-04staging: iio: ad7780: add SPDX identifierRenato Lui Geh-2/+1
2019-04-04staging: iio: ad7780: move regulator to after GPIO initRenato Lui Geh-10/+10
2019-04-04staging:iio:ad7780: add chip ID values and maskRenato Lui Geh-0/+6
2019-04-04staging: iio: ad7780: set pattern values and masks directlyRenato Lui Geh-11/+9
2019-04-04staging: iio: ad7780: add filter reading to ad778xRenato Lui Geh-4/+14
2019-04-04staging: iio: ad7780: add gain reading to ad778xRenato Lui Geh-0/+5
2019-04-04staging: iio: ad7780: add missing switch default caseRenato Lui Geh-0/+2
2019-04-04staging: iio: ad7780: add gain & filter gpio supportRenato Lui Geh-18/+96