Skip to content

Commit

Permalink
staging:iio:meter: Drop ADE7759 driver
Browse files Browse the repository at this point in the history
I announced the intent to drop some of these meter drivers
on the IIO list last cycle. This device is obsolete and not easily
obtained.  No one has come forward with suitable test hardware and
the driver would need a lot of work to move out of staging.

As such I am dropping it.  We can always bring it back again
if a user / tester emerges in the future.

Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
  • Loading branch information
Jonathan Cameron authored and Jonathan Cameron committed May 20, 2018
1 parent 1f31ee3 commit be3be78
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 569 deletions.
10 changes: 0 additions & 10 deletions drivers/staging/iio/meter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,6 @@
#
menu "Active energy metering IC"

config ADE7759
tristate "Analog Devices ADE7759 Active Energy Metering IC Driver"
depends on SPI
help
Say yes here to build support for Analog Devices ADE7758 Active Energy
Metering IC with di/dt Sensor Interface.

To compile this driver as a module, choose M here: the
module will be called ade7759.

config ADE7854
tristate "Analog Devices ADE7854/58/68/78 Polyphase Multifunction Energy Metering IC Driver"
depends on SPI || I2C
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/iio/meter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Makefile for metering ic drivers
#

obj-$(CONFIG_ADE7759) += ade7759.o
obj-$(CONFIG_ADE7854) += ade7854.o
obj-$(CONFIG_ADE7854_I2C) += ade7854-i2c.o
obj-$(CONFIG_ADE7854_SPI) += ade7854-spi.o
Loading

0 comments on commit be3be78

Please sign in to comment.