Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iio: Update iio_channel_get_all and iio_channel_get_all_cb API | Guenter Roeck | 2013-02-02 | 1 | -2/+2 |
| | | | | | | | | | Pass device pointer instead of device name as parameter to iio_channel_get_all and iio_channel_get_all_cb. This will enable us to use OF information to retrieve consumer channel information. Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Jonathan Cameron <jic23@kernel.org> | ||||
* | staging:iio: add a callback buffer for in kernel push interface | Jonathan Cameron | 2012-11-10 | 1 | -0/+113 |
This callback buffer is meant to be opaque to users, but basically adds a very simple pass through buffer to which data may be pushed when it is inserted into the buffer list. Signed-off-by: Jonathan Cameron <jic23@kernel.org> |