aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/cdc/ad7150.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-01Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-36/+22
2019-06-17staging: iio: ad7150: clean up of commentsMelissa Wen1-9/+2
2019-06-17staging: iio: ad7150: simplify i2c SMBus return treatmentMelissa Wen1-7/+2
2019-06-17staging: iio: ad7150: use FIELD_GET and GENMASKMelissa Wen1-1/+5
2019-06-17staging: iio: ad7150: use ternary operating to ensure 0/1 valueMelissa Wen1-2/+2
2019-05-27staging:iio:ad7150: fix threshold mode config bitMelissa Wen1-8/+11
2019-05-26staging: iio: cdc: ad7150: create macro for capacitance channelsBárbara Fernandes1-17/+12
2019-04-03staging: iio: add proper SPDX identifiers to remaining driver filesGreg Kroah-Hartman1-2/+1
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-03-10staging:iio:ad7150: Align arguments to match open parenthesisTom Lebreux1-2/+3
2017-08-22staging:iio:cdc: drop assign iio_info.driver_moduleJonathan Cameron1-1/+0
2017-03-23staging: iio: Replace a bit shift by a use of BIT.Arushi Singhal1-1/+1
2017-01-28drivers:staging:iio:cdc: Style fix.Anthony Brandon1-15/+15
2016-12-04staging: iio: cdc: fix improper return valuePan Bian1-1/+1
2016-12-03staging: iio: replace symbolic permissionAmit Kumar Kushwaha1-1/+1
2016-10-03Staging: iio: ad7150: constify attribute_group structuresBhumika Goyal1-1/+1
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-1/+1
2016-01-04Staging: iio: cdc: ad7150: Fix alignment should match open parenthesisShraddha Barke1-13/+15
2016-01-04Staging: iio: cdc: ad7150: Prefer using the BIT macroShraddha Barke1-3/+3
2015-10-24staging: iio: cdc: Remove explicit comparisonsCristina Moraru1-1/+1
2015-10-16staging: iio: cdc: simplify return flowIoana Ciornei1-4/+1
2015-10-04staging: iio: cdc: use devm_iio_device_register instead iio_device_registerIoana Ciornei1-11/+1
2014-09-19staging: iio: cdc: Don't put an else right after a returnCatalina Mocanu1-7/+3
2013-12-08iio: Remove support for the legacy event config interfaceLars-Peter Clausen1-4/+4
2013-10-19Merge tag 'iio-for-3.12d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-nextGreg Kroah-Hartman1-64/+99
2013-10-12staging:iio:ad7150: Switch to new event config interfaceLars-Peter Clausen1-64/+99
2013-10-11staging: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-08-28staging: iio: ad7150: Use devm_* APIsSachin Kamat1-28/+8
2013-03-17staging:iio:cdc:ad7150 move to info_mask_(shared_by_type/separate)Jonathan Cameron1-4/+4
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
2012-10-19drivers/staging/iio: Remove unnecessary semicolonPeter Senna Tschudin1-6/+6
2012-07-08staging:iio: Request threaded-only IRQs with IRQF_ONESHOTLars-Peter Clausen1-2/+4
2012-05-14staging:iio:cdc: Use dev_to_iio_dev()Lars-Peter Clausen1-2/+2
2012-04-29staging:iio: Streamline API function namingLars-Peter Clausen1-3/+3
2012-04-25IIO: Move core headers to include/linux/iioJonathan Cameron1-3/+3
2012-04-18staging:iio:cdc Add IIO_CHAN_INFO_RAW/PROCESSED entries to all drivers.Jonathan Cameron1-3/+5
2012-02-13staging:iio: Rename IIO_EVENT_CODE_EXTRACT_NUM to IIO_EVENT_CODE_EXTRACT_CHANLars-Peter Clausen1-5/+5
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-4/+4
2011-11-26staging:iio:treewide only use shared to decide on interfacesJonathan Cameron1-3/+3
2011-11-26staging:iio: Do not use bitmasks for channel info addressesLars-Peter Clausen1-1/+1
2011-11-26staging:iio: header reorganizationJonathan Cameron1-1/+1
2011-11-17staging:iio: Use module_i2c_driver to register I2C driversLars-Peter Clausen1-13/+1
2011-10-19iio: cdc: Fix pushed event code - Typo, should be IIO_CAPACITANCE.Michael Hennerich1-4/+4
2011-10-19iio: adc: Relocate Capacitance to Digital Converters (CDC) into own subdirMichael Hennerich1-0/+676