dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/staging/iio/meter
Jonathan Cameron e1703b329f staging:iio:meter:ade7753 should be 16 bit read not 8 bit for mode register.
Build tested only.

Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Reported-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-07-18 13:25:23 -07:00
..
Kconfig staging: iio: meter: new driver for ADE7854/58/68/78 devices 2010-11-09 15:46:43 -08:00
Makefile staging: iio: meter: new driver for ADE7854/58/68/78 devices 2010-11-09 15:46:43 -08:00
ade7753.c staging:iio:meter:ade7753 should be 16 bit read not 8 bit for mode register. 2011-07-18 13:25:23 -07:00
ade7753.h staging:iio:meter:ade7753 allocate chip state with iio_dev; allocate buffers within state 2011-06-28 14:39:48 -07:00
ade7754.c staging:iio:meter:ade7754: allocate state with iio_dev and buffers in state. 2011-06-28 14:39:48 -07:00
ade7754.h staging:iio:meter:ade7754: allocate state with iio_dev and buffers in state. 2011-06-28 14:39:48 -07:00
ade7758.h staging:iio:meter:ade7758: Use private data space from iio_allocate_device 2011-05-19 16:15:05 -07:00
ade7758_core.c staging:iio: implement an iio_info structure to take some of the constant elements out of iio_dev. 2011-05-19 16:15:05 -07:00
ade7758_ring.c staging:iio: use pollfunc allocation helpers in remaining drivers. 2011-05-19 16:15:06 -07:00
ade7758_trigger.c staging:iio:meter:ade7758: Use private data space from iio_allocate_device 2011-05-19 16:15:05 -07:00
ade7759.c staging:iio:meter:ade7759: allocate state with iio_dev 2011-06-28 14:39:51 -07:00
ade7759.h staging:iio:meter:ade7759: allocate state with iio_dev 2011-06-28 14:39:51 -07:00
ade7854-i2c.c staging:iio:meter:ade7854: Allocate buffers in state and state with iio_dev. 2011-06-28 14:39:49 -07:00
ade7854-spi.c staging:iio:meter:ade7854: Allocate buffers in state and state with iio_dev. 2011-06-28 14:39:49 -07:00
ade7854.c staging:iio:meter:ade7854: Allocate buffers in state and state with iio_dev. 2011-06-28 14:39:49 -07:00
ade7854.h staging:iio:meter:ade7854: Allocate buffers in state and state with iio_dev. 2011-06-28 14:39:49 -07:00
meter.h