OSDN Git Service

Merge remote-tracking branch 'origin/abt/topic/gmin/l-dev/sensors/master' into gmin...
authorAdriana Reus <adriana.reus@intel.com>
Wed, 11 Feb 2015 11:59:31 +0000 (13:59 +0200)
committerReus, Adriana <adriana.reus@intel.com>
Wed, 11 Feb 2015 12:00:36 +0000 (12:00 +0000)
commit493c5eb55b080599fab798ffe1601e763ac4b3b6
tree56d3a0f234b4a0523385b430330d4c804edade5b
parent4ceeb0cdc372dd6a2709d5c7c9b70f4d46e37a17
parent80da20ea7df874fe727dc953d126fdadda38c171
Merge remote-tracking branch 'origin/abt/topic/gmin/l-dev/sensors/master' into gmin/l-dev/master

git log --pretty=format:"%h %ad | %s%d [%an]" m/abt/topic/gmin/l-dev/master..origin/abt/topic/gmin/l-dev/sensors/master:
  80da20e Wed Feb 11 10:46:13 2015 +0100 | Lower MAX_EVENTS constant to save a little bit of RAM (origin/abt/topic/gmin/l-dev/sensors/master) [Patrick Porlan]
  a80f4c9 Wed Feb 11 10:40:36 2015 +0100 | IRDA-3621: Fix a bug where accel and gyro get stuck at 200 Hz [Patrick Porlan]
  5a6ab39 Wed Feb 11 10:20:10 2015 +0100 | Fix a warning [Patrick Porlan]
  848c708 Tue Feb 10 10:33:11 2015 +0200 | Get max frequency from property if it's present. [Adriana Reus]
  115f76c Mon Feb 9 18:52:24 2015 +0200 | Checking raw and input paths on enumeration [Viorel Suman]
  9b8b896 Fri Feb 6 14:16:13 2015 +0200 | Utils review - numerical write functions [Viorel Suman]
  8c85d63 Fri Feb 6 15:47:51 2015 +0200 | Utils review - numerical read functions [Viorel Suman]
  9ef803b Fri Feb 6 11:20:47 2015 +0200 | Utils review - string read/write functions [Viorel Suman]
  7953db2 Fri Feb 6 11:14:09 2015 +0200 | Utils review - introducing base read and write functions [Viorel Suman]
  58eef71 Thu Feb 5 17:40:17 2015 +0200 | Pass iio provided timestamps without further processing. [Adriana Reus]
  eb4520a Fri Feb 6 15:14:07 2015 +0100 | Unbreak branch [Patrick Porlan]
  8c426f3 Fri Feb 6 14:43:06 2015 +0100 | Bulk-extend copyright headers to 2015 [Patrick Porlan]
  93ec5a9 Tue Feb 3 18:13:03 2015 +0200 | iio-sensors: Add suport for STEP_DETECTOR sensor [Daniel Baluta]
  7dd11cd Thu Jan 29 14:16:26 2015 +0200 | iio-sensors: Add infrastructure for IIO events [Daniel Baluta]
  66e79fc Thu Jan 29 12:20:33 2015 +0200 | iio-sensors: Add support for STEP_COUNTER sensor [Daniel Baluta]
  df5e4c7 Wed Jan 28 12:03:09 2015 +0200 | iio-sensors: Add sensor mode parameter [Daniel Baluta]
  c4b636d Thu Dec 11 15:57:32 2014 +0200 | iio-sensors: Refactor sensor_catalog definition [Daniel Baluta]
  69c468d Tue Jan 27 18:23:57 2015 +0200 | enumeration: Refactor discover sensors code [Daniel Baluta]
  13789af Thu Oct 9 17:05:50 2014 +0300 | iio-sensors: Fix build warnings [Irina Tirdea]
  5182797 Thu Oct 9 16:49:56 2014 +0300 | sens: enable build warnings [Irina Tirdea]

git diff --stat m/abt/topic/gmin/l-dev/master..HEAD:
  Android.mk                |   2 +-
  Makefile                  |   2 +-
  calibration.h             |   2 +-
  common.h                  |  48 +++++++-
  compass-calibration.c     |   2 +-
  control.c                 | 257 +++++++++++++++++++++++++++++++++--------
  control.h                 |   2 +-
  description.c             |  25 ++--
  description.h             |   2 +-
  entry.c                   |   2 +-
  enumeration.c             | 284 +++++++++++++++++++++++++++++++++++-----------
  enumeration.h             |  74 ++++--------
  filtering.c               |   5 +-
  filtering.h               |   2 +-
  gyro-calibration.c        |   5 +-
  linux/cutils/properties.h |   2 +-
  linux/log.c               |   2 +-
  linux/utils/Atomic.h      |   2 +-
  linux/utils/Log.h         |   2 +-
  matrix-ops.c              |   2 +-
  matrix-ops.h              |   2 +-
  sens.c                    |   6 +-
  transform.c               |  58 ++++++++--
  transform.h               |   5 +-
  utils.c                   | 201 +++++++++++++-------------------
  utils.h                   |   4 +-
  26 files changed, 665 insertions(+), 335 deletions(-)

Tracked-On: https://jira01.devtools.intel.com/browse/GMINL-5919
Change-Id: I646d5c0acdabaeef46287e8487b439431985694a
Signed-off-by: Adriana Reus <adriana.reus@intel.com>