Skip to content

Commit 71472a7

Browse files
commodoTravis CI User
authored andcommitted
iio: buffer: use upstream IIO HW consumer
This change removes ADI's HW consumer module and uses the upstream version. Only the AXI ADC uses the old module, and now it points to the new one. Signed-off-by: Alexandru Ardelean <alexandru.ardelean@analog.com> (cherry picked from commit 9420999)
1 parent 4677510 commit 71472a7

File tree

4 files changed

+1
-164
lines changed

4 files changed

+1
-164
lines changed

drivers/iio/adc/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ config AT91_ADC
281281
config CF_AXI_ADC
282282
tristate "Analog Devices High-Speed AXI ADC driver core"
283283
select IIO_BUFFER
284-
select IIO_HW_CONSUMER
284+
select IIO_BUFFER_HW_CONSUMER
285285
select IIO_BUFFER_DMAENGINE
286286
help
287287
Say yes here to build support for Analog Devices AD9467 and AD9643,

drivers/iio/buffer/Kconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,3 @@ config IIO_TRIGGERED_BUFFER
5252
select IIO_KFIFO_BUF
5353
help
5454
Provides helper functions for setting up triggered buffers.
55-
56-
config IIO_HW_CONSUMER
57-
tristate
58-
help
59-
Hardware consumer buffer

drivers/iio/buffer/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ obj-$(CONFIG_IIO_BUFFER_DMAENGINE) += industrialio-buffer-dmaengine.o
1010
obj-$(CONFIG_IIO_BUFFER_HW_CONSUMER) += industrialio-hw-consumer.o
1111
obj-$(CONFIG_IIO_TRIGGERED_BUFFER) += industrialio-triggered-buffer.o
1212
obj-$(CONFIG_IIO_KFIFO_BUF) += kfifo_buf.o
13-
obj-$(CONFIG_IIO_HW_CONSUMER) += hw_consumer.o

drivers/iio/buffer/hw_consumer.c

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)