summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/adc/ad7280a.c
AgeCommit message (Expand)Author
2022-04-15staging:iio:adc:ad7280a: Fix handing of device address bit reversing.Jonathan Cameron
2019-04-04Merge tag 'iio-for-5.2a-2' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Greg Kroah-Hartman
2019-04-04staging: iio: adc: ad7280a: Tab alignmentCristian Sicilia
2019-04-04staging: iio: adc: ad7280a: Remove CamelCase notationCristian Sicilia
2019-04-04staging: iio: adc: ad7280a: Adding temp var to improve readabilityCristian Sicilia
2019-04-04staging: iio: adc: ad7280a: Avoid precedence issues in macroCristian Sicilia
2019-04-03staging: iio: add proper SPDX identifiers to remaining driver filesGreg Kroah-Hartman
2018-12-16staging: iio: adc: ad7280a: split ad7280_attr_init() to more functionsSlawomir Stepien
2018-12-16staging: iio: adc: ad7280a: split ad7280_channel_init() to more functionsSlawomir Stepien
2018-12-02staging: iio: adc: ad7280a: fix overwrite of the returned valueSlawomir Stepien
2018-12-01staging: iio: adc: ad7280a: check for devm_kasprint() failureNicholas Mc Guire
2018-11-16staging: iio: adc: ad7280a: use devm_* APIsSlawomir Stepien
2018-11-16staging: iio: adc: ad7280a: power down the device on error in probeSlawomir Stepien
2018-11-11staging: iio: adc: ad7280a: don't cast type inside switch expressionSlawomir Stepien
2018-10-21staging: iio: adc: ad7280a: use crc8.h API to build crc tableSlawomir Stepien
2018-10-21staging: iio: adc: ad7280a: handle error from __ad7280_read32()Slawomir Stepien
2018-08-19drivers: iio: Update MODULE AUTHOR email addressMichael Hennerich
2017-08-22staging:iio:adc: drop assign iio_info.driver_moduleJonathan Cameron
2017-07-22Staging: iio: adc: ad7280a.c: Fixed Macro argument reuseJaya Durga
2017-03-25staging: iio: adc: ad7280a: fix permission coding style issueOlivier Leveque
2017-03-19staging: iio: ad7280: Replace mlock with driver private lockGargi Sharma
2016-10-03Staging: iio: ad7280a: constify attribute_group structuresBhumika Goyal
2016-09-27Staging:iio:adc:ad7280a: constify attribute_group structuresBhumika Goyal
2016-06-30iio:core: timestamping clock selection supportGregor Boirie
2016-03-28staging: iio: convert bare unsigned usage to unsigned intAlison Schofield
2016-02-09staging: iio: Remove parantheses around right hand side of assignmentJanani Ravichandran
2015-12-02Staging: iio: adc: use dev_get_platdata()Nizam Haider
2015-11-05Merge tag 'spi-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-10-16staging: iio: adc: remove the use of CamelCaseIoana Ciornei
2015-10-16staging: iio: adc: remove multiple blank linesIoana Ciornei
2015-10-16staging: iio: adc: remove space after castIoana Ciornei
2015-10-16staging: iio: adc: remove explicit comparison to NULLIoana Ciornei
2015-10-16staging: iio: adc: properly indent to match open paranthesisIoana Ciornei
2015-10-13Staging: iio: Remove exceptional & on function nameShraddha Barke
2015-03-26Staging: iio: use the BIT macro in adcHaneen Mohammed
2015-03-15staging: iio: Use kcalloc instead of kzalloc.Navya Sri Nizamkari
2014-10-20Staging: iio: adc: Refine delay computationVaishali Thakkar
2014-04-30staging: iio: Fix format string mismatch in ad7280a.cMasanari Iida
2013-12-03staging:iio:ad7280a: Do not store transfer buffer on the stackLars-Peter Clausen
2013-12-03staging:iio:ad7280a: Mark transfer buffer as __be32Lars-Peter Clausen
2013-10-01staging:iio:ad7280a: Report scale as fractional valueLars-Peter Clausen
2013-09-07staging: iio: ad7280a: Use devm_iio_device_allocSachin Kamat
2013-05-13staging:iio:adc: Use kstrtol()/kstrtoul()Aida Mynzhasova
2013-03-17staging:iio:adc:ad7280a move to info_mask_(shared_by_type/separate)Jonathan Cameron
2013-02-09staging:iio: Use spi_sync_transfer()Lars-Peter Clausen
2012-11-21staging: iio: remove use of __devexit_pBill Pemberton
2012-11-21staging: iio: remove use of __devexitBill Pemberton
2012-11-21staging: iio: remove use of __devinitBill Pemberton
2012-11-02staging: iio: adc: ad7280a.c: fixed macro coding styleKumar Amit Mehta