All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan Cameron <jic23@cam.ac.uk>
To: Jonathan Cameron <jic23@cam.ac.uk>
Cc: linux-iio@vger.kernel.org, manuel.stahl@iis.fraunhofer.de
Subject: Re: [PATCH 3/4] staging:iio:adis16350 Add optional event support
Date: Fri, 10 Sep 2010 00:11:11 +0100	[thread overview]
Message-ID: <4C89698F.8000108@cam.ac.uk> (raw)
In-Reply-To: <1283725218-15157-4-git-send-email-jic23@cam.ac.uk>

On 09/05/10 23:20, Jonathan Cameron wrote:
> This is fairly complex.  The device provides two alarms
> which can be configured as rising or falling thresholds
> on the magnitude or the rate of change of any channel.
Oops.  This patch doesn't actually contain adis16350_event.c
that is the actual event code. Sorry about that.

Jonathan
> 
> I have made things a little more manageable by restricting
> things so you can't set both alarms to the same setting.
> 
> This also rolls in some name changes etc to make possible
> use of macros for some elements.
> 
> Note there is an issue with event codes for ADC channels (there
> are now too many of them) that will need fixing before this merges.
> 
> Various other minor fixes are also in here.
> ---
>  drivers/staging/iio/adc/adc.h            |    8 +++-
>  drivers/staging/iio/gyro/gyro.h          |   31 ++++++++++----
>  drivers/staging/iio/imu/Kconfig          |    7 +++
>  drivers/staging/iio/imu/Makefile         |    1 +
>  drivers/staging/iio/imu/adis16350.h      |   62 ++++++++++++++++++++++++-----
>  drivers/staging/iio/imu/adis16350_core.c |   17 ++++++--
>  drivers/staging/iio/imu/adis16350_ring.c |   10 ++--
>  drivers/staging/iio/sysfs.h              |   17 ++++++++-
>  8 files changed, 122 insertions(+), 31 deletions(-)

  reply	other threads:[~2010-09-09 23:11 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-05 22:20 [RFC PATCH 0/4] staging:iio:adis16350 various updates and fixes Jonathan Cameron
2010-09-05 22:20 ` [PATCH 1/4] staging:iio:adis16350 add non burst buffer fill and fix burst logic Jonathan Cameron
2010-09-05 22:20 ` [PATCH 2/4] staging:iio:adis16350 move datardy trigger to straight interrupt Jonathan Cameron
2010-09-06  8:13   ` Manuel Stahl
2010-09-06 11:50     ` Jonathan Cameron
2010-09-05 22:20 ` [PATCH 3/4] staging:iio:adis16350 Add optional event support Jonathan Cameron
2010-09-09 23:11   ` Jonathan Cameron [this message]
2010-09-05 22:20 ` [PATCH 4/4] staging:iio:adis16350 add missing registration of temp_offset attr Jonathan Cameron
2010-09-06  9:00 ` [RFC PATCH 0/4] staging:iio:adis16350 various updates and fixes Manuel Stahl
2010-09-06 11:49   ` 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=4C89698F.8000108@cam.ac.uk \
    --to=jic23@cam.ac.uk \
    --cc=linux-iio@vger.kernel.org \
    --cc=manuel.stahl@iis.fraunhofer.de \
    /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.