All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Hennerich, Michael" <Michael.Hennerich@analog.com>
To: Jonathan Cameron <jic23@cam.ac.uk>,
	"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Cc: "arnd@arndb.de" <arnd@arndb.de>,
	"device-drivers-devel@blackfin.uclinux.org"
	<device-drivers-devel@blackfin.uclinux.org>
Subject: RE: [PATCH 5/7] staging:iio: push the main buffer chrdev down to the top level.
Date: Tue, 26 Jul 2011 09:22:54 +0100	[thread overview]
Message-ID: <544AC56F16B56944AEC3BD4E3D591771430011964F@LIMKCMBX1.ad.analog.com> (raw)
In-Reply-To: <1311599921-15729-6-git-send-email-jic23@cam.ac.uk>

Jonathan Cameron wrote on 2011-07-25:
> Sorry all, this one is very invasive, though the driver changes are
> just trivial interface fixes. Not all done yet.
>
> V2 - bring the sca3000 with us.
> V3 - fix ade7758 bugs in conversion.
>
> Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk>
Looks good!
Acked-by: Michael Hennerich <michael.hennerich@analog.com>
> ---
>  drivers/staging/iio/Documentation/generic_buffer.c |   12 +-
>  drivers/staging/iio/Documentation/iio_utils.h      |    2 +-
>  drivers/staging/iio/accel/adis16201_core.c         |    6 +-
>  drivers/staging/iio/accel/adis16203_core.c         |    6 +-
>  drivers/staging/iio/accel/adis16204_core.c         |    6 +-
>  drivers/staging/iio/accel/adis16209_core.c         |    6 +-
>  drivers/staging/iio/accel/adis16240_core.c         |    6 +-
>  drivers/staging/iio/accel/lis3l02dq_core.c         |    6 +-
>  drivers/staging/iio/accel/sca3000_core.c           |    6 +-
>  drivers/staging/iio/accel/sca3000_ring.c           |   23 +--
>  drivers/staging/iio/adc/ad7298_core.c              |    4 +-
>  drivers/staging/iio/adc/ad7476_core.c              |    4 +-
>  drivers/staging/iio/adc/ad7606_core.c              |    4 +-
>  drivers/staging/iio/adc/ad7793.c                   |    6 +-
>  drivers/staging/iio/adc/ad7887_core.c              |    4 +-
>  drivers/staging/iio/adc/ad799x_core.c              |    4 +-
>  drivers/staging/iio/adc/max1363_core.c             |    6 +-
>  drivers/staging/iio/gyro/adis16260_core.c          |    6 +-
>  drivers/staging/iio/iio.h                          |    2 +-
>  drivers/staging/iio/iio_core.h                     |   32 +++
>  drivers/staging/iio/imu/adis16400_core.c           |    6 +-
>  drivers/staging/iio/industrialio-core.c            |   65 +++++-
>  drivers/staging/iio/industrialio-ring.c            |  239 ++++++------
>  -------- drivers/staging/iio/kfifo_buf.c                    |   26 +--
>  drivers/staging/iio/meter/ade7758.h                |    5 +-
>  drivers/staging/iio/meter/ade7758_core.c           |    6 +-
>  drivers/staging/iio/meter/ade7758_ring.c           |    4 +-
>  drivers/staging/iio/ring_generic.h                 |   24 +--
>  drivers/staging/iio/ring_sw.c                      |   25 +-- 29 files
>  changed, 244 insertions(+), 307 deletions(-)

Greetings,
Michael

--
Analog Devices GmbH      Wilhelm-Wagenfeld-Str. 6      80807 Muenchen
Sitz der Gesellschaft: Muenchen; Registergericht: Muenchen HRB 40368;
Geschaeftsfuehrer:Dr.Carsten Suckrow, Thomas Wessel, William A. Martin, Mar=
garet Seif

  reply	other threads:[~2011-07-26  8:22 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-25 13:18 [PATCH 0/7 V2] blue part 5: IIO: Reduce to 1 the number of chrdevs per device Jonathan Cameron
2011-07-25 13:18 ` [PATCH 1/7] staging:iio:chrdev.h rationalization Jonathan Cameron
2011-07-25 13:18 ` [PATCH 2/7] staging:iio: remove specific chrdev for event reading. Get fd from ioctl on buffer Jonathan Cameron
2011-07-26  8:36   ` Hennerich, Michael
2011-07-26  8:48     ` Jonathan Cameron
2011-07-25 13:18 ` [PATCH 3/7] ioctl region for IIO Jonathan Cameron
2011-07-25 13:18 ` [PATCH 4/7] staging:iio: squash chrdev handler remains into users Jonathan Cameron
2011-07-25 13:18 ` [PATCH 5/7] staging:iio: push the main buffer chrdev down to the top level Jonathan Cameron
2011-07-26  8:22   ` Hennerich, Michael [this message]
2011-07-29 16:09   ` Jonathan Cameron
2011-07-25 13:18 ` [PATCH 6/7] staging:iio: remove now defunct header definitions and add some statics Jonathan Cameron
2011-07-25 13:18 ` [PATCH 7/7] staging:iio:Documentation sysfs-bus-iio update for chrdev merge Jonathan Cameron
2011-08-30 11:32 [PATCH 0/7] staging:iio: character device merge Jonathan Cameron
2011-08-30 11:32 ` [PATCH 5/7] staging:iio: push the main buffer chrdev down to the top level Jonathan Cameron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=544AC56F16B56944AEC3BD4E3D591771430011964F@LIMKCMBX1.ad.analog.com \
    --to=michael.hennerich@analog.com \
    --cc=arnd@arndb.de \
    --cc=device-drivers-devel@blackfin.uclinux.org \
    --cc=jic23@cam.ac.uk \
    --cc=linux-iio@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.