summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/cdc/ad7746.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-16iio: cdc: ad7746: Move driver out of staging.Jonathan Cameron1-820/+0
2022-08-16staging: iio: ad7746: White space cleanupJonathan Cameron1-10/+7
2022-08-16staging: iio: cdc: ad7746: Use read_avail() rather than opencoding.Jonathan Cameron1-6/+33
2022-08-16staging: iio: cdc: ad7746: Switch from _offset to _zeropoint for differential...Jonathan Cameron1-2/+8
2022-08-16staging: iio: cdc: ad7746: Use _raw and _scale for temperature channels.Jonathan Cameron1-15/+8
2022-08-16staging: iio: cdc: ad7746: Drop unused i2c_set_clientdata()Jonathan Cameron1-2/+0
2022-08-16staging: iio: cdc: ad7746: Break up use of chan->address and use FIELD_PREP etcJonathan Cameron1-53/+99
2022-08-16staging: iio: cdc: ad7764: Push locking down into case statements in read/wri...Jonathan Cameron1-73/+54
2022-08-16staging: iio: cdc: ad7746: Factor out ad7746_read_channel()Jonathan Cameron1-34/+46
2022-08-16staging: iio: cdc: ad7746: Use local buffer for multi byte reads.Jonathan Cameron1-6/+3
2022-08-16staging: iio: cdc: ad7746: Push handling of supply voltage scale to userspace.Jonathan Cameron1-10/+6
2022-08-16staging: iio: cdc: ad7746: Use explicit be24 handling.Jonathan Cameron1-7/+7
2022-04-28iio: Replace strtobool() with kstrtobool()Lars-Peter Clausen1-1/+1
2021-09-14staging: iio: cdc: remove braces from single line if blocksAlexander Vorwerk1-3/+1
2021-06-09Merge tag 'iio-for-5.14a' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman1-57/+57
2021-06-03staging: iio: cdc: ad7746: extract capac setup to own functionLucas Stankus1-18/+18
2021-06-03staging: iio: cdc: ad7746: clean up probe returnLucas Stankus1-5/+1
2021-06-03staging: iio: cdc: ad7746: remove ordinary commentsLucas Stankus1-12/+4
2021-06-03staging: iio: cdc: ad7746: use dt for capacitive channel setup.Lucas Stankus1-21/+33
2021-06-03staging: iio: cdc: ad7746: Remove unnecessary assignment in ad7746_probe()Tang Bin1-1/+1
2021-05-13staging: iio: cdc: ad7746: avoid overwrite of num_channelsLucas Stankus1-1/+0
2020-06-14iio: remove left-over comments about parent assignmentAlexandru Ardelean1-1/+0
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-05-26staging: iio: ad7746: add device tree supportJoão Seckler1-0/+10
2019-04-03staging: iio: add proper SPDX identifiers to remaining driver filesGreg Kroah-Hartman1-2/+1
2018-08-19drivers: iio: Update MODULE AUTHOR email addressMichael Hennerich1-1/+1
2018-04-21staging: iio: ad7746: Fix bound checkingsHernán Gonzalez1-2/+2
2018-04-15staging: iio: ad7746: Reorder variable declarationsHernán Gonzalez1-3/+3
2018-04-15staging: iio: ad7746: Reorder includes alphabeticallyHernán Gonzalez1-5/+5
2018-04-15staging: iio: ad7746: Fix multiple line dereferenceHernán Gonzalez1-2/+1
2018-04-15staging: iio: ad7746: Adjust arguments to match open parenthesisHernán Gonzalez1-2/+3
2018-04-15staging: iio: ad7746: Automatically swap values in readings/writingsHernán Gonzalez1-8/+8
2018-03-10Staging: iio: ad7746: Adjust arguments to match open parenthesisDavid Veenstra1-6/+6
2017-12-02staging: iio: ad7746: Improve unlocking of a mutex in ad7746_start_calib()Markus Elfring1-8/+9
2017-08-23staging:iio:cdc: drop assign iio_info.driver_moduleJonathan Cameron1-1/+0
2017-03-25staging: iio: Remove extra Parenthesis.Arushi Singhal1-8/+8
2017-03-23staging: iio: cdc: ad7746: Fix alignment with paranthesisNarcisa Ana Maria Vasile1-1/+1
2017-03-23staging: iio: Replace a bit shift by a use of BIT.Arushi Singhal1-8/+8
2017-03-19Staging: iio: cdc: ad7746: use octal permissions instead of symbolicMiguel Robles1-5/+5
2017-03-16staging:iio:cdc:ade7746 replace mlock with driver private lockAishwarya Pant1-8/+10
2017-03-14staging: iio: cdc: ad7746: Remove exceptional & on function namesimran singhal1-2/+2
2016-11-01staging: iio: cdc: ad7746: add additional config definesEva Rachel Retuya1-16/+22
2016-10-25staging: iio: cdc/ad7746: fix missing return valueArnd Bergmann1-0/+1
2016-10-23staging: iio: cdc: ad7746: implement IIO_CHAN_INFO_SAMP_FREQEva Rachel Retuya1-70/+50
2016-02-12staging: iio: Remove parentheses on the right hand side of assignmentJanani Ravichandran1-2/+2
2015-10-17Staging: iio: cdc: Remove unused macrosShraddha Barke1-7/+0
2015-10-17Merge tag 'iio-for-4.4b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman1-10/+10
2015-10-11staging: iio: adc: fix comment block coding style issueHugo Camboulive1-3/+5
2015-10-04staging: iio: adc: fix comment block coding style issueHugo Camboulive1-1/+1
2015-10-04staging: iio: cdc: use devm_iio_device_register instead iio_device_registerIoana Ciornei1-11/+1