aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/adc/ad7280a.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2020-03-23staging: iio: adc: ad7280a: Add comments to clarify stringified argumentsDeepak R Varma1-0/+4
2019-04-04Merge tag 'iio-for-5.2a-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-57/+52
2019-04-04staging: iio: adc: ad7280a: Tab alignmentCristian Sicilia1-18/+18
2019-04-04staging: iio: adc: ad7280a: Remove CamelCase notationCristian Sicilia1-6/+5
2019-04-04staging: iio: adc: ad7280a: Adding temp var to improve readabilityCristian Sicilia1-30/+25
2019-04-04staging: iio: adc: ad7280a: Avoid precedence issues in macroCristian Sicilia1-3/+4
2019-04-03staging: iio: add proper SPDX identifiers to remaining driver filesGreg Kroah-Hartman1-2/+1
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-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-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-11staging: iio: adc: ad7280a: don't cast type inside switch expressionSlawomir Stepien1-3/+3
2018-10-21staging: iio: adc: ad7280a: use crc8.h API to build crc tableSlawomir Stepien1-21/+3
2018-10-21staging: iio: adc: ad7280a: handle error from __ad7280_read32()Slawomir Stepien1-4/+13
2018-08-19drivers: iio: Update MODULE AUTHOR email addressMichael Hennerich1-1/+1
2017-08-22staging:iio:adc: drop assign iio_info.driver_moduleJonathan Cameron1-1/+0
2017-07-22Staging: iio: adc: ad7280a.c: Fixed Macro argument reuseJaya Durga1-8/+13
2017-03-25staging: iio: adc: ad7280a: fix permission coding style issueOlivier Leveque1-6/+6
2017-03-19staging: iio: ad7280: Replace mlock with driver private lockGargi Sharma1-10/+12
2016-10-03Staging: iio: ad7280a: constify attribute_group structuresBhumika Goyal1-1/+1
2016-09-27Staging:iio:adc:ad7280a: constify attribute_group structuresBhumika Goyal1-1/+1
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-4/+4
2016-03-28staging: iio: convert bare unsigned usage to unsigned intAlison Schofield1-20/+20
2016-02-09staging: iio: Remove parantheses around right hand side of assignmentJanani Ravichandran1-2/+2
2015-12-02Staging: iio: adc: use dev_get_platdata()Nizam Haider1-1/+1
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spiLinus Torvalds1-1/+0
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-10-16staging: iio: adc: remove the use of CamelCaseIoana Ciornei1-2/+2
2015-10-16staging: iio: adc: remove multiple blank linesIoana Ciornei1-1/+0
2015-10-16staging: iio: adc: remove space after castIoana Ciornei1-3/+3
2015-10-16staging: iio: adc: remove explicit comparison to NULLIoana Ciornei1-4/+4
2015-10-16staging: iio: adc: properly indent to match open paranthesisIoana Ciornei1-78/+81
2015-10-13Staging: iio: Remove exceptional & on function nameShraddha Barke1-1/+1
2015-03-26Staging: iio: use the BIT macro in adcHaneen Mohammed1-28/+28
2015-03-15staging: iio: Use kcalloc instead of kzalloc.Navya Sri Nizamkari1-2/+3
2014-10-20Staging: iio: adc: Refine delay computationVaishali Thakkar1-1/+1
2014-04-30staging: iio: Fix format string mismatch in ad7280a.cMasanari Iida1-2/+2
2013-12-03staging:iio:ad7280a: Do not store transfer buffer on the stackLars-Peter Clausen1-14/+15
2013-12-03staging:iio:ad7280a: Mark transfer buffer as __be32Lars-Peter Clausen1-3/+4
2013-10-01staging:iio:ad7280a: Report scale as fractional valueLars-Peter Clausen1-6/+4
2013-09-07staging: iio: ad7280a: Use devm_iio_device_allocSachin Kamat1-7/+4
2013-05-13staging:iio:adc: Use kstrtol()/kstrtoul()Aida Mynzhasova1-1/+1
2013-03-17staging:iio:adc:ad7280a move to info_mask_(shared_by_type/separate)Jonathan Cameron1-6/+6
2013-02-09staging:iio: Use spi_sync_transfer()Lars-Peter Clausen1-5/+1
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devexitBill Pemberton1-1/+1
2012-11-21staging: iio: remove use of __devinitBill Pemberton1-1/+1