From: Greg KH <gregkh@linuxfoundation.org>
To: michael.hennerich@analog.com
Cc: jic23@kernel.org, linux-iio@vger.kernel.org,
device-drivers-devel@blackfin.uclinux.org
Subject: Re: [PATCH 3/3] iio: amplifiers: New driver for AD8366 Dual-Digital Variable Gain Amplifier
Date: Mon, 14 May 2012 13:13:48 -0700 [thread overview]
Message-ID: <20120514201348.GA21542@kroah.com> (raw)
In-Reply-To: <1336729014-26855-3-git-send-email-michael.hennerich@analog.com>
On Fri, May 11, 2012 at 11:36:54AM +0200, michael.hennerich@analog.com wrote:
> From: Michael Hennerich <michael.hennerich@analog.com>
>
> Changes since V1:
>
> Apply review feedback:
> Introduce and use IIO_CHAN_INFO_HARDWAREGAIN
> Introduce and use Use IIO_VAL_INT_PLUS_MICRO_DB
>
> Modify out of staging include paths.
> Convert to new iio core API naming.
>
> Changes since V2:
>
> more sanity checking in write_raw
>
> Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
> Acked-by: Jonathan Cameron<jic23@kernel.org>
> ---
> drivers/iio/Kconfig | 2 +
> drivers/iio/Makefile | 2 +
> drivers/iio/amplifiers/Kconfig | 17 +++
> drivers/iio/amplifiers/Makefile | 5 +
> drivers/iio/amplifiers/ad8366.c | 222 +++++++++++++++++++++++++++++++++++++++
Woah, the first "real" iio driver? Congrats!
greg k-h
next prev parent reply other threads:[~2012-05-14 20:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-11 9:36 [PATCH 1/3] iio: core: introduce dB scle: IIO_VAL_INT_PLUS_MICRO_DB michael.hennerich
2012-05-11 9:36 ` [PATCH 2/3] iio: core: introduce IIO_CHAN_INFO_HARDWAREGAIN michael.hennerich
2012-05-11 9:36 ` [PATCH 3/3] iio: amplifiers: New driver for AD8366 Dual-Digital Variable Gain Amplifier michael.hennerich
2012-05-14 20:13 ` Greg KH [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-09 10:36 [PATCH 1/3] iio: core: introduce dB scle: IIO_VAL_INT_PLUS_MICRO_DB michael.hennerich
2012-05-09 10:36 ` [PATCH 3/3] iio: amplifiers: New driver for AD8366 Dual-Digital Variable Gain Amplifier michael.hennerich
2012-05-10 9:08 ` Jonathan Cameron
2012-05-11 7:32 ` Michael Hennerich
2012-05-11 7:36 ` 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=20120514201348.GA21542@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=device-drivers-devel@blackfin.uclinux.org \
--cc=jic23@kernel.org \
--cc=linux-iio@vger.kernel.org \
--cc=michael.hennerich@analog.com \
/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.