aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-05staging: iio: adc: ad7606: Simplify the Kconfing menuStefan Popa1-17/+10
2018-12-22staging: iio: adc: ad7606: Add OF device ID tableStefan Popa2-0/+20
2018-12-22staging: iio: adc: ad7606: Use vendor prefix for DT propertiesStefan Popa1-4/+6
2018-12-22staging: iio: adc: ad7606: Use find_closest() macroStefan Popa1-36/+22
2018-12-22staging: iio: adc: ad7606: Use devm functions in probeStefan Popa4-51/+21
2018-12-22staging: iio: adc: ad7606: Use wait-for-completion handlerStefan Popa2-11/+9
2018-12-16staging: iio: ad7816: drop unnecessary initialization of variablesHardik Singh Rathore1-4/+3
2018-12-16staging: iio: adc: ad7280a: split ad7280_attr_init() to more functionsSlawomir Stepien1-38/+72
2018-12-16staging: iio: adc: ad7280a: split ad7280_channel_init() to more functionsSlawomir Stepien1-47/+86
2018-12-16staging: iio: ad5933: use clock framework for clock referenceMarcelo Schmitt1-21/+22
2018-12-16staging: iio: ad5933: change regulator binging for vrefMarcelo Schmitt1-8/+6
2018-12-16Staging: iio: adt7316: Add all irq related code in adt7316_irq_setup()Shreeya Patel1-14/+38
2018-12-16staging: iio: adt7316: drop unnecessary initialization of variablesHardik Singh Rathore3-6/+6
2018-12-16staging: iio: adt7316: correct spelling of ADT7316_DA_EN_VIA_DAC_LDCAJeremy Fertic1-6/+6
2018-12-16staging: iio: adt7316: change interpretation of write to dac update modeJeremy Fertic1-2/+3
2018-12-16staging: iio: adt7316: remove dac vref buffer bypass from adt751xJeremy Fertic1-14/+0
2018-12-16staging: iio: adt7316: allow adt751x to use internal vref for all dacsJeremy Fertic1-1/+1
2018-12-16staging: iio: adt7316: use correct variable in DAC_internal_Vref readJeremy Fertic1-2/+2
2018-12-16staging: iio: adt7316: invert the logic of the check for an ldac pinJeremy Fertic1-1/+1
2018-12-16staging: iio: adt7316: fix register and bit definitionsJeremy Fertic1-3/+3
2018-12-08Revert "Staging: iio: adt7316: Add an extra check for 'ret' equals to 0"Jeremy Fertic1-4/+0
2018-12-02staging: iio: adc: ad7280a: fix overwrite of the returned valueSlawomir Stepien1-4/+4
2018-12-01staging: iio: adc: ad7280a: check for devm_kasprint() failureNicholas Mc Guire1-22/+21
2018-12-01staging:iio:ad2s90: Move out of stagingMatheus Tavares3-142/+0
2018-12-01staging:iio:ad2s90: Add comment to device state mutexVictor Colombo1-1/+1
2018-12-01staging:iio:ad2s90: Replace license text w/ SPDX identifierMatheus Tavares1-5/+1
2018-12-01staging:iio:ad2s90: Add max frequency check at probeAlexandru Ardelean1-0/+12
2018-12-01staging:iio:ad2s90: Remove spi setup that should be done via dtMatheus Tavares1-11/+0
2018-12-01staging:iio:ad2s90: Add device tree supportMatheus Tavares1-0/+7
2018-11-25Staging: iio: adt7316: Change the name from irq_flags to irq_typeShreeya Patel1-4/+4
2018-11-25Staging: iio: adt7316: Switch irq_flags to a local variableShreeya Patel4-7/+4
2018-11-25Staging: iio: adt7316: Use device tree data to set ldac_pinShreeya Patel1-4/+10
2018-11-25Staging: iio: adt7316: Add of_device_id tableShreeya Patel1-0/+13
2018-11-25staging: iio: ad5933: add device tree supportMarcelo Schmitt1-0/+9
2018-11-22Merge tag 'iio-for-4.21a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-testingGreg Kroah-Hartman13-527/+529
2018-11-17Staging: iio: adt7316: Add an extra check for 'ret' equals to 0Shreeya Patel1-0/+4
2018-11-17Staging: iio: adt7316: Fix i2c data reading, set the data fieldShreeya Patel1-0/+2
2018-11-16staging: iio: ad7816: Add device tree table.Nishad Kamdar1-0/+9
2018-11-16staging: iio: adc: ad7280a: use devm_* APIsSlawomir Stepien1-60/+40
2018-11-16staging: iio: adc: ad7280a: power down the device on error in probeSlawomir Stepien1-9/+21
2018-11-16staging: iio: ad7780: remove unnecessary stashed voltage valueRenato Lui Geh1-8/+1
2018-11-16staging: iio: ad7780: update voltage on readRenato Lui Geh1-1/+5
2018-11-16staging: iio: ad7780: generates pattern_mask from PAT bitsGiuliano Belinassi1-16/+24
2018-11-16staging: iio: ad7780: check if ad778x before gain updateGiuliano Belinassi1-4/+11
2018-11-11staging: iio: ad7816: Set RD/WR pin and CONVST pin as outputs.Nishad Kamdar1-2/+3
2018-11-11staging: iio: ad7816: Do not use busy_pin in case of AD7818Nishad Kamdar1-11/+24
2018-11-11staging:iio:ad2s90: Check channel type at read_rawMatheus Tavares1-0/+3
2018-11-11staging:iio:ad2s90: Add IIO_CHAN_INFO_SCALE to channel spec and read_rawVictor Colombo1-9/+21
2018-11-11staging:iio:ad2s90: Move device registration to the end of probeMatheus Tavares1-5/+1
2018-11-11staging:iio:ad2s90: Remove always overwritten assignmentMatheus Tavares1-1/+1