summaryrefslogtreecommitdiffstats
path: root/drivers/staging/iio/cdc/ad7150.c
Commit message (Expand)AuthorAgeFilesLines
* iio:cdc:ad7150: Move driver out of staging.Jonathan Cameron2021-04-071-673/+0
* staging:iio:cdc:ad7150: Add copyright notice given substantial changes.Jonathan Cameron2021-04-071-0/+1
* staging:iio:cdc:ad7150: Add of_match_tableJonathan Cameron2021-04-071-0/+8
* staging:iio:cdc:ad7150: Really basic regulator support.Jonathan Cameron2021-04-071-0/+21
* staging:iio:cdc:ad7150: Add scale and offset to info_mask_shared_by_typeJonathan Cameron2021-04-071-0/+16
* staging:iio:cdc:ad7150: Shift the _raw readings by 4 bits.Jonathan Cameron2021-04-071-1/+1
* staging:iio:cdc:ad7150: Drop unnecessary block comments.Jonathan Cameron2021-04-071-9/+1
* staging:iio:cdc:ad7150: Tidy up local variable positioning.Jonathan Cameron2021-04-071-7/+7
* staging:iio:cdc:ad7150: Reorganize headers.Jonathan Cameron2021-04-071-4/+4
* staging:iio:cdc:ad7150: More consistent register and field namingJonathan Cameron2021-04-071-68/+61
* staging:iio:cdc:ad7150: Rework interrupt handling.Jonathan Cameron2021-04-071-105/+148
* staging:iio:cdc:ad7150: Change timeout units to seconds and use core supportJonathan Cameron2021-04-071-107/+52
* staging:iio:cdc:ad7150: Add sampling_frequency supportJonathan Cameron2021-04-071-0/+6
* staging:iio:cdc:ad7150: Drop noisy print in probeJonathan Cameron2021-04-071-11/+2
* staging:iio:cdc:ad7150: Simplify event handling by only using rising direction.Jonathan Cameron2021-04-071-1/+0
* staging:iio:cdc:ad7150: Handle variation in chan_spec across device and irq p...Jonathan Cameron2021-04-071-8/+63
* staging:iio:cdc:ad7150: Drop platform data supportJonathan Cameron2021-04-071-14/+0
* staging:iio:cdc:ad7150: Timeout register covers both directions so both need ...Jonathan Cameron2021-04-071-2/+16
* staging:iio:cdc:ad7150: Refactor event parameter updateJonathan Cameron2021-04-071-15/+17
* staging:iio:cdc:ad7150: Remove magnitude adaptive eventsJonathan Cameron2021-04-071-56/+0
* staging:iio:cdc:ad7150: use swapped reads/writes for i2c rather than open codingJonathan Cameron2021-04-071-9/+11
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-2/+0
* Merge tag 'iio-for-5.3b' of git://git.kernel.org/pub/scm/linux/kernel/git/jic...Greg Kroah-Hartman2019-07-011-36/+22
|\
| * staging: iio: ad7150: clean up of commentsMelissa Wen2019-06-171-9/+2
| * staging: iio: ad7150: simplify i2c SMBus return treatmentMelissa Wen2019-06-171-7/+2
| * staging: iio: ad7150: use FIELD_GET and GENMASKMelissa Wen2019-06-171-1/+5
| * staging: iio: ad7150: use ternary operating to ensure 0/1 valueMelissa Wen2019-06-171-2/+2
| * staging: iio: cdc: ad7150: create macro for capacitance channelsBárbara Fernandes2019-05-261-17/+12
* | staging:iio:ad7150: fix threshold mode config bitMelissa Wen2019-05-271-8/+11
|/
* staging: iio: add proper SPDX identifiers to remaining driver filesGreg Kroah-Hartman2019-04-031-2/+1
* staging: iio: cdc: ad7150: fix misaligned linesSlawomir Stepien2018-10-071-2/+2
* staging: iio: cdc: ad7150: use value copy to shorten the line lengthSlawomir Stepien2018-10-071-2/+3
* staging:iio:ad7150: Align arguments to match open parenthesisTom Lebreux2018-03-101-2/+3
* staging:iio:cdc: drop assign iio_info.driver_moduleJonathan Cameron2017-08-221-1/+0
* staging: iio: Replace a bit shift by a use of BIT.Arushi Singhal2017-03-231-1/+1
* drivers:staging:iio:cdc: Style fix.Anthony Brandon2017-01-281-15/+15
* staging: iio: cdc: fix improper return valuePan Bian2016-12-041-1/+1
* staging: iio: replace symbolic permissionAmit Kumar Kushwaha2016-12-031-1/+1
* Staging: iio: ad7150: constify attribute_group structuresBhumika Goyal2016-10-031-1/+1
* iio:core: timestamping clock selection supportGregor Boirie2016-06-301-1/+1
* Staging: iio: cdc: ad7150: Fix alignment should match open parenthesisShraddha Barke2016-01-041-13/+15
* Staging: iio: cdc: ad7150: Prefer using the BIT macroShraddha Barke2016-01-041-3/+3
* staging: iio: cdc: Remove explicit comparisonsCristina Moraru2015-10-241-1/+1
* staging: iio: cdc: simplify return flowIoana Ciornei2015-10-161-4/+1
* staging: iio: cdc: use devm_iio_device_register instead iio_device_registerIoana Ciornei2015-10-041-11/+1
* staging: iio: cdc: Don't put an else right after a returnCatalina Mocanu2014-09-191-7/+3
* iio: Remove support for the legacy event config interfaceLars-Peter Clausen2013-12-081-4/+4
* Merge tag 'iio-for-3.12d' of git://git.kernel.org/pub/scm/linux/kernel/git/ji...Greg Kroah-Hartman2013-10-191-64/+99
|\
| * staging:iio:ad7150: Switch to new event config interfaceLars-Peter Clausen2013-10-121-64/+99
* | staging: Remove unnecessary semicolonsJoe Perches2013-10-111-1/+1
|/