lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 15 Apr 2014 11:21:07 -0700
From:	Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>
To:	jic23@...nel.org
Cc:	linux-iio@...r.kernel.org, linux-kernel@...r.kernel.org,
	Srinivas Pandruvada <srinivas.pandruvada@...ux.intel.com>
Subject: [Patch v6 0/6] Quaternion support

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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ