Commit 7d2b8e6
staging: iio: ad5933: switch buffer mode to software
Since commit 152a6a8 ("staging:iio:accel:sca3000 move
to hybrid hard / soft buffer design.")
the buffer mechanism has changed and the
INDIO_BUFFER_HARDWARE flag has been unused.
Since commit 2d6ca60 ("iio: Add a DMAengine framework
based buffer")
the INDIO_BUFFER_HARDWARE flag has been re-purposed for
DMA buffers.
This driver has lagged behind these changes, and
in order for buffers to work, the INDIO_BUFFER_SOFTWARE
needs to be used.
Signed-off-by: Alexandru Ardelean <[email protected]>
Fixes: 2d6ca60 ("iio: Add a DMAengine framework based buffer")
Cc: <[email protected]>
Signed-off-by: Jonathan Cameron <[email protected]>1 parent a3b5655 commit 7d2b8e6
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
651 | | - | |
652 | | - | |
653 | 651 | | |
654 | 652 | | |
655 | 653 | | |
| |||
762 | 760 | | |
763 | 761 | | |
764 | 762 | | |
765 | | - | |
| 763 | + | |
766 | 764 | | |
767 | 765 | | |
768 | 766 | | |
| |||
0 commit comments