]> git.ipfire.org Git - thirdparty/linux.git/commit
iio: buffer: document store_to() callback may be called in any context
authorDavid Lechner <dlechner@baylibre.com>
Tue, 16 Sep 2025 21:02:56 +0000 (16:02 -0500)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Mon, 13 Oct 2025 07:37:24 +0000 (08:37 +0100)
commit748ed9fc8596015e7e136877465919b89c7d08d6
tree21e9ee2badaaac93739b26c9c408c64bfdad7af8
parentd87b03ced9e989a516cc000e1e65f4eb4d6d46aa
iio: buffer: document store_to() callback may be called in any context

Document that the struct iio_buffer_access_funcs.store_to() callback
must be safe to call from any context since it is called from
iio_push_to_buffer() which may be called from any context.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
include/linux/iio/buffer_impl.h