aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/iio/sysfs.h
Commit message (Collapse)AuthorAge
* iio: Remove IIO_DEV_ATTR_RESET macroLars-Peter Clausen2013-08-03
| | | | | | | | | There are no users of this macro left and we have come to the conclusion that it is not a good idea to expose the raw chip reset to userspace so the macro is very unlikely to be used in new drivers. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
* iio: correct documentation for IIO_CONST_ATTR_SAMP_FREQ_AVAIL, match name of ↵Peter Meerwald2012-06-18
| | | | | | | | #define Signed-off-by: Peter Meerwald <pmeerw@pmeerw.net> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-25
Step 1 in moving the IIO core out of staging. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>