aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-11staging:iio:ad2s90: Make probe handle spi_setup failureMatheus Tavares1-1/+6
2018-11-11staging:iio:ad2s90: Make read_raw return spi_read's error codeMatheus Tavares1-3/+4
2018-11-11staging: iio: ad7780: fix offset read valueRenato Lui Geh1-1/+1
2018-11-11staging: iio: ad2s1210: Add device tree table.Nishad Kamdar1-0/+7
2018-11-11staging: iio: ad2s1210: Drop the gpioin flag.Nishad Kamdar2-61/+8
2018-11-11staging: iio: ad2s1210: Switch to the gpio descriptor interfaceNishad Kamdar2-47/+63
2018-11-11staging: iio: adc: ad7280a: don't cast type inside switch expressionSlawomir Stepien1-3/+3
2018-11-03staging: iio: ad5933: Remove unnecessary blank lineVictor Colombo1-1/+0
2018-11-03staging: iio: ad5933: Remove unnecessary space on castingVictor Colombo1-1/+1
2018-10-29Merge tag 'staging-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds12-21/+76
2018-10-21staging: iio: ad7816: Switch to the gpio descriptor interfaceNishad Kamdar1-46/+34
2018-10-21Staging:iio:adc:ad7606: Match parenthesis alignmentMarcelo Schmitt1-1/+1
2018-10-21staging: iio: adc: ad7280a: use crc8.h API to build crc tableSlawomir Stepien2-21/+4
2018-10-21staging: iio: adc: ad7280a: handle error from __ad7280_read32()Slawomir Stepien1-4/+13
2018-10-14staging: iio: adt7316: fix parenthesis alignmentRenato Lui Geh2-231/+233
2018-10-08staging: iio: ad2s1210: fix 'assignment operator' style checksMatheus Tavares1-4/+4
2018-10-07staging: iio: cdc: ad7150: fix misaligned linesSlawomir Stepien1-2/+2
2018-10-07staging: iio: cdc: ad7150: use value copy to shorten the line lengthSlawomir Stepien1-2/+3
2018-10-07staging: iio: ad5933: rename ext_clk_Hz -> ext_clk_hzAlexandru Ardelean1-4/+4
2018-09-22staging:iio:ad7606: Add support for the ad7605-4Alexandru Ardelean5-6/+36