Skip to content

Commit

Permalink
staging: iio: meter: new driver for ADE7759 devices
Browse files Browse the repository at this point in the history
Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Barry Song authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent 8210cfe commit 2919fa5
Show file tree
Hide file tree
Showing 4 changed files with 801 additions and 0 deletions.
7 changes: 7 additions & 0 deletions drivers/staging/iio/meter/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ config ADE7758
help
Say yes here to build support for Analog Devices ADE7758 Polyphase
Multifunction Energy Metering IC with Per Phase Information Driver.

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.
2 changes: 2 additions & 0 deletions drivers/staging/iio/meter/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ obj-$(CONFIG_ADE7754) += ade7754.o
ade7758-y := ade7758_core.o
ade7758-$(CONFIG_IIO_RING_BUFFER) += ade7758_ring.o ade7758_trigger.o
obj-$(CONFIG_ADE7758) += ade7758.o

obj-$(CONFIG_ADE7759) += ade7759.o
Loading

0 comments on commit 2919fa5

Please sign in to comment.