Searched hist:"33 dd94cb972175249258329c4aaffddcc82c2005" (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/iio/buffer/ |
H A D | industrialio-buffer-dma.c | diff 838519b89fa7e162f7190c70d888a65ee7889e12 Mon Jun 12 21:31:36 CDT 2017 Phil Reid <preid@electromag.com.au> iio: buffer-dma: Add missing header buffer_impl.h
Add buffer_impl.h as buffer.h was split into interface for using and for internals. Without this industrialio-buffer-dma.c fails to compile.
Fixes: commit 33dd94cb972175249258329c4aaffddcc82c2005 ("iio:buffer.h - split into buffer.h and buffer_impl.h")
Signed-off-by: Phil Reid <preid@electromag.com.au> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
|
H A D | industrialio-buffer-cb.c | diff 33dd94cb972175249258329c4aaffddcc82c2005 Mon Jan 02 13:28:34 CST 2017 Jonathan Cameron <jic23@kernel.org> iio:buffer.h - split into buffer.h and buffer_impl.h
buffer.h supplies everything needed for devices using buffers. buffer_impl.h supplies access to the internals as needed to write a buffer implementation.
This was really motivated by the mess that turned up in the kernel-doc documentation pulled in by the new sphinx docs. It made it clear that our logical separations in headers were generally terrible. The buffer case was easy to sort out without greatly effecting drivers so here it is.
Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
|
H A D | kfifo_buf.c | diff 33dd94cb972175249258329c4aaffddcc82c2005 Mon Jan 02 13:28:34 CST 2017 Jonathan Cameron <jic23@kernel.org> iio:buffer.h - split into buffer.h and buffer_impl.h
buffer.h supplies everything needed for devices using buffers. buffer_impl.h supplies access to the internals as needed to write a buffer implementation.
This was really motivated by the mess that turned up in the kernel-doc documentation pulled in by the new sphinx docs. It made it clear that our logical separations in headers were generally terrible. The buffer case was easy to sort out without greatly effecting drivers so here it is.
Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
|
H A D | industrialio-buffer-dmaengine.c | diff 7981dc07fe317e3506d706e5ef91b94da02656f4 Tue Jun 13 00:12:35 CDT 2017 Phil Reid <preid@electromag.com.au> iio: buffer-dmaengine: Add missing header buffer_impl.h
Add buffer_impl.h as buffer.h was split into interface for using and for internals. Without this industrialio-buffer-dmaengine.c fails to compile.
Fixes: commit 33dd94cb972175249258329c4aaffddcc82c2005 ("iio:buffer.h - split into buffer.h and buffer_impl.h")
Signed-off-by: Phil Reid <preid@electromag.com.au> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
|
/openbmc/linux/include/linux/iio/ |
H A D | buffer_impl.h | 33dd94cb972175249258329c4aaffddcc82c2005 Mon Jan 02 13:28:34 CST 2017 Jonathan Cameron <jic23@kernel.org> iio:buffer.h - split into buffer.h and buffer_impl.h
buffer.h supplies everything needed for devices using buffers. buffer_impl.h supplies access to the internals as needed to write a buffer implementation.
This was really motivated by the mess that turned up in the kernel-doc documentation pulled in by the new sphinx docs. It made it clear that our logical separations in headers were generally terrible. The buffer case was easy to sort out without greatly effecting drivers so here it is.
Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
|
H A D | buffer.h | diff 33dd94cb972175249258329c4aaffddcc82c2005 Mon Jan 02 13:28:34 CST 2017 Jonathan Cameron <jic23@kernel.org> iio:buffer.h - split into buffer.h and buffer_impl.h
buffer.h supplies everything needed for devices using buffers. buffer_impl.h supplies access to the internals as needed to write a buffer implementation.
This was really motivated by the mess that turned up in the kernel-doc documentation pulled in by the new sphinx docs. It made it clear that our logical separations in headers were generally terrible. The buffer case was easy to sort out without greatly effecting drivers so here it is.
Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
|
/openbmc/linux/drivers/iio/ |
H A D | industrialio-buffer.c | diff 33dd94cb972175249258329c4aaffddcc82c2005 Mon Jan 02 13:28:34 CST 2017 Jonathan Cameron <jic23@kernel.org> iio:buffer.h - split into buffer.h and buffer_impl.h
buffer.h supplies everything needed for devices using buffers. buffer_impl.h supplies access to the internals as needed to write a buffer implementation.
This was really motivated by the mess that turned up in the kernel-doc documentation pulled in by the new sphinx docs. It made it clear that our logical separations in headers were generally terrible. The buffer case was easy to sort out without greatly effecting drivers so here it is.
Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
|
H A D | industrialio-core.c | diff 33dd94cb972175249258329c4aaffddcc82c2005 Mon Jan 02 13:28:34 CST 2017 Jonathan Cameron <jic23@kernel.org> iio:buffer.h - split into buffer.h and buffer_impl.h
buffer.h supplies everything needed for devices using buffers. buffer_impl.h supplies access to the internals as needed to write a buffer implementation.
This was really motivated by the mess that turned up in the kernel-doc documentation pulled in by the new sphinx docs. It made it clear that our logical separations in headers were generally terrible. The buffer case was easy to sort out without greatly effecting drivers so here it is.
Signed-off-by: Jonathan Cameron <jic23@kernel.org> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
|