Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IIO: hw_consumer: add devm_iio_hw_consumer_alloc | Arnaud Pouliquen | 2018-01-10 | 1 | -0/+2 |
| | | | | | | | | | Add devm_iio_hw_consumer_alloc function that calls iio_hw_consumer_free when the device is unbound from the bus. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Mark Brown <broonie@kernel.org> | ||||
* | iio: Add hardware consumer buffer support | Lars-Peter Clausen | 2018-01-10 | 1 | -0/+19 |
Hardware consumer interface can be used when one IIO device has a direct connection to another device in hardware. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Signed-off-by: Mark Brown <broonie@kernel.org> |