All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch v6 0/6] Quaternion support
@ 2014-04-15 18:21 Srinivas Pandruvada
  2014-04-15 18:21 ` [Patch v6 1/6] devres: introduce API "devm_kmemdup Srinivas Pandruvada
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Srinivas Pandruvada @ 2014-04-15 18:21 UTC (permalink / raw)
  To: jic23; +Cc: linux-iio, linux-kernel, Srinivas Pandruvada

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-04-26 19:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-15 18:21 [Patch v6 0/6] Quaternion support Srinivas Pandruvada
2014-04-15 18:21 ` [Patch v6 1/6] devres: introduce API "devm_kmemdup Srinivas Pandruvada
2014-04-15 18:21 ` [Patch v6 2/6] IIO: core: Introduce read_raw_multi Srinivas Pandruvada
2014-04-15 18:21 ` [Patch v6 3/6] IIO: core: Modify scan element type Srinivas Pandruvada
2014-04-25 18:02   ` Jonathan Cameron
2014-04-26 19:36     ` Srinivas Pandruvada
2014-04-15 18:21 ` [Patch v6 4/6] IIO: core: Add quaternion modifier Srinivas Pandruvada
2014-04-15 18:21 ` [Patch v6 5/6] iio: hid-sensors: Added device rotation support Srinivas Pandruvada
2014-04-15 18:21 ` [Patch v6 6/6] iio: Added ABI description for quaternion Srinivas Pandruvada

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.