Skip to content

Commit 21ce1ce

Browse files
committed
staging: iio: accel: adis16240: Drop driver for this impact sensor
Whilst an interesting part, no one has done significant work on this driver since 2019. The recent changes are all as a result of adis library improvements having to incorporate this device. https://www.analog.com/en/products/adis16240.html now lists this part as obsolete so the chances of anyone working on it are likely to be greatly reduced. So drop it. We can always bring it back if anyone does have interest in this device and is willing to invest the time to make it suitable for a staging graduation. How to handle the hardware triggered short bursts of capture has never been resolved and is a somewhat challenging ABI design problem. Cc: Nuno Sa <[email protected]> Cc: Rodrigo Carvalho <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jonathan Cameron <[email protected]>
1 parent 08808b3 commit 21ce1ce

File tree

3 files changed

+0
-456
lines changed

3 files changed

+0
-456
lines changed

drivers/staging/iio/accel/Kconfig

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,4 @@ config ADIS16203
1616
To compile this driver as a module, say M here: the module will be
1717
called adis16203.
1818

19-
config ADIS16240
20-
tristate "Analog Devices ADIS16240 Programmable Impact Sensor and Recorder"
21-
depends on SPI
22-
select IIO_ADIS_LIB
23-
select IIO_ADIS_LIB_BUFFER if IIO_BUFFER
24-
help
25-
Say Y here to build support for Analog Devices adis16240 programmable
26-
impact Sensor and recorder.
27-
28-
To compile this driver as a module, say M here: the module will be
29-
called adis16240.
30-
3119
endmenu

drivers/staging/iio/accel/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@
44
#
55

66
obj-$(CONFIG_ADIS16203) += adis16203.o
7-
obj-$(CONFIG_ADIS16240) += adis16240.o

0 commit comments

Comments
 (0)