From: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
To: jic23@kernel.org
Cc: linux-iio@vger.kernel.org,
Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
Subject: [PATCH 0/6] Quaternion support
Date: Mon, 28 Apr 2014 16:51:41 -0700 [thread overview]
Message-ID: <1398729107-16748-1-git-send-email-srinivas.pandruvada@linux.intel.com> (raw)
v7:
Scan element format with repeats is changed to:
[be|le]:[s|u]bits/storagebitsXr[>>shift]
Here r is specifying how may times, real/storage bits are repeating.
v6:
Minor changes suggested by Peter Meerwald
v5:
Only change is for aligning function paramaters as suggested by Joe Perches
Srinivas Pandruvada (6):
devres: introduce API "devm_kmemdup
IIO: core: Introduce read_raw_multi
IIO: core: Modify scan element type
IIO: core: Add quaternion modifier
iio: hid-sensors: Added device rotation support
iio: Added ABI description for quaternion
Documentation/ABI/testing/sysfs-bus-iio | 12 +
Documentation/driver-model/devres.txt | 1 +
drivers/base/devres.c | 21 ++
drivers/iio/iio_core.h | 2 +-
drivers/iio/industrialio-buffer.c | 41 ++-
drivers/iio/industrialio-core.c | 66 +++--
drivers/iio/industrialio-event.c | 6 +-
drivers/iio/inkern.c | 16 +-
drivers/iio/orientation/Kconfig | 12 +
drivers/iio/orientation/Makefile | 1 +
drivers/iio/orientation/hid-sensor-rotation.c | 348 ++++++++++++++++++++++++++
include/linux/device.h | 2 +
include/linux/hid-sensor-ids.h | 1 +
include/linux/iio/iio.h | 24 ++
include/linux/iio/types.h | 2 +
15 files changed, 522 insertions(+), 33 deletions(-)
create mode 100644 drivers/iio/orientation/hid-sensor-rotation.c
--
1.7.11.7
next reply other threads:[~2014-04-28 23:48 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-28 23:51 Srinivas Pandruvada [this message]
2014-04-28 23:51 ` [PATCH 1/6] devres: introduce API "devm_kmemdup Srinivas Pandruvada
2014-04-29 21:06 ` Jonathan Cameron
2014-04-28 23:51 ` [PATCH 2/6] IIO: core: Introduce read_raw_multi Srinivas Pandruvada
2014-04-29 21:07 ` Jonathan Cameron
2014-04-28 23:51 ` [PATCH 3/6] IIO: core: Modify scan element type Srinivas Pandruvada
2014-04-29 21:08 ` Jonathan Cameron
2014-04-28 23:51 ` [PATCH 4/6] IIO: core: Add quaternion modifier Srinivas Pandruvada
2014-04-29 21:09 ` Jonathan Cameron
2014-04-28 23:51 ` [PATCH 5/6] iio: hid-sensors: Added device rotation support Srinivas Pandruvada
2014-04-29 21:13 ` Jonathan Cameron
2014-04-28 23:51 ` [PATCH 6/6] iio: Added ABI description for quaternion Srinivas Pandruvada
2014-04-29 21:14 ` 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=1398729107-16748-1-git-send-email-srinivas.pandruvada@linux.intel.com \
--to=srinivas.pandruvada@linux.intel.com \
--cc=jic23@kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).