summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/cdc
AgeCommit message (Expand)AuthorLines
2020-06-14iio: remove left-over comments about parent assignmentAlexandru Ardelean-1/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean-3/+0
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman-36/+32
2019-06-17staging: iio: ad7150: clean up of commentsMelissa Wen-9/+2
2019-06-17staging: iio: ad7150: simplify i2c SMBus return treatmentMelissa Wen-7/+2
2019-06-17staging: iio: ad7150: use FIELD_GET and GENMASKMelissa Wen-1/+5
2019-06-17staging: iio: ad7150: use ternary operating to ensure 0/1 valueMelissa Wen-2/+2
2019-05-27staging:iio:ad7150: fix threshold mode config bitMelissa Wen-8/+11
2019-05-26staging: iio: ad7746: add device tree supportJoão Seckler-0/+10
2019-05-26staging: iio: cdc: ad7150: create macro for capacitance channelsBárbara Fernandes-17/+12
2019-04-03staging: iio: add proper SPDX identifiers to remaining driver filesGreg Kroah-Hartman-6/+3
2019-04-03staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman-0/+1
2019-04-03staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman-0/+1
2019-02-02staging: iio: cdc: ad7152: remove driver completelyAlexandru Ardelean-563/+0
2018-10-07staging: iio: cdc: ad7150: fix misaligned linesSlawomir Stepien-2/+2
2018-10-07staging: iio: cdc: ad7150: use value copy to shorten the line lengthSlawomir Stepien-2/+3
2018-08-19drivers: iio: Update MODULE AUTHOR email addressMichael Hennerich-1/+1
2018-04-21staging: iio: ad7746: Fix bound checkingsHernán Gonzalez-2/+2
2018-04-15staging: iio: ad7746: Reorder variable declarationsHernán Gonzalez-3/+3
2018-04-15staging: iio: ad7746: Reorder includes alphabeticallyHernán Gonzalez-5/+5
2018-04-15staging: iio: ad7746: Fix multiple line dereferenceHernán Gonzalez-2/+1
2018-04-15staging: iio: ad7746: Adjust arguments to match open parenthesisHernán Gonzalez-2/+3
2018-04-15staging: iio: ad7746: Automatically swap values in readings/writingsHernán Gonzalez-8/+8
2018-03-10staging:iio:ad7150: Align arguments to match open parenthesisTom Lebreux-2/+3
2018-03-10staging:iio:ad7152: Align arguments to match open parenthesisTom Lebreux-3/+3
2018-03-10Staging: iio: ad7746: Adjust arguments to match open parenthesisDavid Veenstra-6/+6
2018-01-08Staging: iio: cdc: ad7152: Prefer using BIT macroSumit Pundir-4/+4
2017-12-02staging: iio: ad7746: Improve unlocking of a mutex in ad7746_start_calib()Markus Elfring-8/+9
2017-12-02staging: iio: ad7152: Improve unlocking of a mutex in ad7152_start_calib()Markus Elfring-8/+9
2017-08-22staging:iio:cdc: drop assign iio_info.driver_moduleJonathan Cameron-3/+0
2017-05-28staging: iio: ad7152: Fix deadlock in ad7152_write_raw_samp_freq()Alexey Khoroshilov-5/+1
2017-03-25staging: iio: Remove extra Parenthesis.Arushi Singhal-8/+8
2017-03-23staging: iio: cdc: ad7746: Fix alignment with paranthesisNarcisa Ana Maria Vasile-1/+1
2017-03-23staging: iio: Add blank lines after function declarationsNarcisa Ana Maria Vasile-0/+1
2017-03-23staging: iio: Replace a bit shift by a use of BIT.Arushi Singhal-9/+9
2017-03-19Staging: iio: cdc: ad7746: use octal permissions instead of symbolicMiguel Robles-5/+5
2017-03-15Staging: iio: cdc: ad7152.c, use octal permissions instead of symbolicMiguel Robles-4/+4
2017-03-15staging:iio:cdc:ade7746 replace mlock with driver private lockAishwarya Pant-8/+10
2017-03-13staging: iio: cdc: ad7152: Remove exceptional & on function namesimran singhal-3/+3
2017-03-13staging: iio: cdc: ad7746: Remove exceptional & on function namesimran singhal-2/+2
2017-02-25staging: iio: ad7152: Use BIT() macro for left shifting 1sayli karnik-4/+4
2017-01-28drivers:staging:iio:cdc: Style fix.Anthony Brandon-15/+15
2016-12-04staging: iio: cdc: fix improper return valuePan Bian-1/+1
2016-12-03staging: iio: replace symbolic permissionAmit Kumar Kushwaha-1/+1
2016-11-01staging: iio: cdc: ad7746: add additional config definesEva Rachel Retuya-16/+22
2016-10-25staging: iio: cdc/ad7746: fix missing return valueArnd Bergmann-0/+1
2016-10-23staging: iio: cdc: ad7152: Replace mlock with a local mutex locksayli karnik-11/+13
2016-10-23staging: iio: cdc: ad7746: implement IIO_CHAN_INFO_SAMP_FREQEva Rachel Retuya-70/+50
2016-10-23staging: iio: cdc: ad7152: Implement IIO_CHAN_INFO_SAMP_FREQ attributesayli karnik-51/+67
2016-10-03Staging: iio: ad7150: constify attribute_group structuresBhumika Goyal-1/+1