From: Jonathan Cameron <jic23-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Reyad Attiyat
<reyad.attiyat-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
srinivas.pandruvada-VuQAYsv1563Yd54FQh9/CA@public.gmane.org,
linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
jkosina-AlSwsSmVLrQ@public.gmane.org
Subject: Re: [PATCHv2 2/3] IIO: Add iio_chan modifier for True/Magnetic North HID usages
Date: Mon, 09 Jun 2014 18:52:15 +0100 [thread overview]
Message-ID: <5395F44F.8010005@kernel.org> (raw)
In-Reply-To: <5395F424.4070407-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
On 09/06/14 18:51, Jonathan Cameron wrote:
> On 03/06/14 00:14, Reyad Attiyat wrote:
>> Updated iio modifier enum for compass north usages,
>> including magnetic/true north with tilt compensation.
>>
>> Signed-off-by: Reyad Attiyat <reyad.attiyat-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> This looks fine.
gah. With the from_ prefix you suggested of course!
>> ---
>> drivers/iio/industrialio-core.c | 4 ++++
>> include/linux/iio/types.h | 4 ++++
>> 2 files changed, 8 insertions(+)
>>
>> diff --git a/drivers/iio/industrialio-core.c b/drivers/iio/industrialio-core.c
>> index ede16aec..2f523b5 100644
>> --- a/drivers/iio/industrialio-core.c
>> +++ b/drivers/iio/industrialio-core.c
>> @@ -84,6 +84,10 @@ static const char * const iio_modifier_names[] = {
>> [IIO_MOD_LIGHT_RED] = "red",
>> [IIO_MOD_LIGHT_GREEN] = "green",
>> [IIO_MOD_LIGHT_BLUE] = "blue",
>> + [IIO_MOD_NORTH_MAGN] = "north_magnetic",
>> + [IIO_MOD_NORTH_TRUE] = "north_true",
>> + [IIO_MOD_NORTH_MAGN_TILT_COMP] = "north_magnetic_tilt_comp",
>> + [IIO_MOD_NORTH_TRUE_TILT_COMP] = "north_true_tilt_comp",
>> };
>>
>> /* relies on pairs of these shared then separate */
>> diff --git a/include/linux/iio/types.h b/include/linux/iio/types.h
>> index 084d882..5bf8847 100644
>> --- a/include/linux/iio/types.h
>> +++ b/include/linux/iio/types.h
>> @@ -53,6 +53,10 @@ enum iio_modifier {
>> IIO_MOD_LIGHT_RED,
>> IIO_MOD_LIGHT_GREEN,
>> IIO_MOD_LIGHT_BLUE,
>> + IIO_MOD_NORTH_MAGN,
>> + IIO_MOD_NORTH_TRUE,
>> + IIO_MOD_NORTH_MAGN_TILT_COMP,
>> + IIO_MOD_NORTH_TRUE_TILT_COMP
>> };
>>
>> enum iio_event_type {
>>
>
WARNING: multiple messages have this Message-ID (diff)
From: Jonathan Cameron <jic23@kernel.org>
To: Reyad Attiyat <reyad.attiyat@gmail.com>,
linux-kernel@vger.kernel.org, linux-iio@vger.kernel.org,
srinivas.pandruvada@linux.intel.com, linux-input@vger.kernel.org,
jkosina@suse.cz
Subject: Re: [PATCHv2 2/3] IIO: Add iio_chan modifier for True/Magnetic North HID usages
Date: Mon, 09 Jun 2014 18:52:15 +0100 [thread overview]
Message-ID: <5395F44F.8010005@kernel.org> (raw)
In-Reply-To: <5395F424.4070407@kernel.org>
On 09/06/14 18:51, Jonathan Cameron wrote:
> On 03/06/14 00:14, Reyad Attiyat wrote:
>> Updated iio modifier enum for compass north usages,
>> including magnetic/true north with tilt compensation.
>>
>> Signed-off-by: Reyad Attiyat <reyad.attiyat@gmail.com>
> This looks fine.
gah. With the from_ prefix you suggested of course!
>> ---
>> drivers/iio/industrialio-core.c | 4 ++++
>> include/linux/iio/types.h | 4 ++++
>> 2 files changed, 8 insertions(+)
>>
>> diff --git a/drivers/iio/industrialio-core.c b/drivers/iio/industrialio-core.c
>> index ede16aec..2f523b5 100644
>> --- a/drivers/iio/industrialio-core.c
>> +++ b/drivers/iio/industrialio-core.c
>> @@ -84,6 +84,10 @@ static const char * const iio_modifier_names[] = {
>> [IIO_MOD_LIGHT_RED] = "red",
>> [IIO_MOD_LIGHT_GREEN] = "green",
>> [IIO_MOD_LIGHT_BLUE] = "blue",
>> + [IIO_MOD_NORTH_MAGN] = "north_magnetic",
>> + [IIO_MOD_NORTH_TRUE] = "north_true",
>> + [IIO_MOD_NORTH_MAGN_TILT_COMP] = "north_magnetic_tilt_comp",
>> + [IIO_MOD_NORTH_TRUE_TILT_COMP] = "north_true_tilt_comp",
>> };
>>
>> /* relies on pairs of these shared then separate */
>> diff --git a/include/linux/iio/types.h b/include/linux/iio/types.h
>> index 084d882..5bf8847 100644
>> --- a/include/linux/iio/types.h
>> +++ b/include/linux/iio/types.h
>> @@ -53,6 +53,10 @@ enum iio_modifier {
>> IIO_MOD_LIGHT_RED,
>> IIO_MOD_LIGHT_GREEN,
>> IIO_MOD_LIGHT_BLUE,
>> + IIO_MOD_NORTH_MAGN,
>> + IIO_MOD_NORTH_TRUE,
>> + IIO_MOD_NORTH_MAGN_TILT_COMP,
>> + IIO_MOD_NORTH_TRUE_TILT_COMP
>> };
>>
>> enum iio_event_type {
>>
>
next prev parent reply other threads:[~2014-06-09 17:52 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-02 23:14 [PATCHv2 0/3] IIO: Add support for compass north usage attribute Reyad Attiyat
[not found] ` <1401750890-31854-1-git-send-email-reyad.attiyat-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-06-02 23:14 ` [PATCHv2 1/3] IIO: Documentation: Add north attribute to ABI docs Reyad Attiyat
2014-06-02 23:14 ` Reyad Attiyat
[not found] ` <1401750890-31854-2-git-send-email-reyad.attiyat-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-06-09 17:50 ` Jonathan Cameron
2014-06-09 17:50 ` Jonathan Cameron
2014-06-02 23:14 ` [PATCHv2 2/3] IIO: Add iio_chan modifier for True/Magnetic North HID usages Reyad Attiyat
2014-06-02 23:14 ` Reyad Attiyat
2014-06-09 17:51 ` Jonathan Cameron
[not found] ` <5395F424.4070407-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
2014-06-09 17:52 ` Jonathan Cameron [this message]
2014-06-09 17:52 ` Jonathan Cameron
2014-06-02 23:14 ` [PATCHv2 3/3] IIO: hid-sensor-magn-3d: Add in support " Reyad Attiyat
[not found] ` <1401750890-31854-4-git-send-email-reyad.attiyat-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-06-03 17:43 ` Srinivas Pandruvada
2014-06-03 17:43 ` Srinivas Pandruvada
[not found] ` <538E092F.9040004-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2014-06-04 15:23 ` Reyad Attiyat
2014-06-04 15:23 ` Reyad Attiyat
2014-06-04 15:42 ` Srinivas Pandruvada
2014-06-09 17:47 ` Jonathan Cameron
2014-06-09 17:43 ` Jonathan Cameron
2014-06-09 17:43 ` Jonathan Cameron
2014-06-09 19:55 ` Jonathan Cameron
2014-06-09 19:55 ` Jonathan Cameron
2014-06-10 17:33 ` Reyad Attiyat
2014-06-10 18:29 ` 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=5395F44F.8010005@kernel.org \
--to=jic23-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=jkosina-AlSwsSmVLrQ@public.gmane.org \
--cc=linux-iio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-input-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=reyad.attiyat-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=srinivas.pandruvada-VuQAYsv1563Yd54FQh9/CA@public.gmane.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.