summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
Commit message (Expand)AuthorAgeFilesLines
...
* motion: FIFO: add lost per vector typeGwendal Grignou2015-07-151-11/+14
* driver: bmi160: Add FIFO and interrupt supportGwendal Grignou2015-07-101-35/+263
* motion: Add commands for calibrationGwendal Grignou2015-07-091-1/+23
* accel: move X,Y,Z definitionGwendal Grignou2015-06-091-4/+0
* motion: Add MOTIONSENSE_CMD_DATA: retrieve single sensor dataGwendal Grignou2015-06-031-1/+18
* driver: Add BMM150 behind BMI160 support.Gwendal Grignou2015-05-161-1/+1
* driver: Use common data structure to store default accel valuesGwendal Grignou2015-05-121-7/+8
* lsm6ds0: Cache ODR and range on EC.Aseda Aboagye2015-04-201-1/+1
* motion: do not enter S3 if it is already in S5Chris Zhong2015-04-021-0/+5
* Convert motion sense calculations to fixed point.Randall Spangler2015-02-051-3/+7
* motion: Add decoding for MOTION_CMD_DUMP v1 commandGwendal Grignou2014-11-181-92/+52
* Samus: Fixed sensor init when sysjump to between RO and RW codeSheng-Liang Song2014-10-311-3/+13
* Samus: Split motion sense and lid angleGwendal Grignou2014-10-291-236/+107
* Samus: move gesture to commonGwendal Grignou2014-10-291-24/+17
* samus: add tap for batteryAlec Berg2014-10-181-7/+36
* samus: added sensor init retry logicSheng-Liang Song2014-10-181-11/+10
* samus: support sensor at different power state.Sheng-Liang Song2014-10-081-31/+58
* samus: Fixed a bug in host_sensor_id_to_motion_sensorSheng-Liang Song2014-10-081-4/+3
* [common]: Remove accelerator calibration code.Gwendal Grignou2014-09-251-37/+0
* samus: accel: fix calibration bug, only using base sensor dataAlec Berg2014-09-231-1/+1
* accel: fix bug, initialize accels every time we boot out of G3Alec Berg2014-09-031-3/+10
* samus: added gyro support for lsm6ds0Sheng-Liang Song2014-08-261-165/+354
* Refactor accel / gyro driver to accomodate various configurationsShawn Nematbakhsh2014-08-191-60/+89
* Add cprints() and ccprints()Vic Yang2014-05-211-10/+9
* accel: add accel driver for lsm6ds0Alec Berg2014-04-231-0/+162
* accel: Add host cmd for setting lid angle threshold for disabling keyboard wakeAlec Berg2014-04-111-2/+28
* accel: refined motion sense host command interfaceAlec Berg2014-04-051-10/+37
* accel: changed motion sense host command to be more permissive with data argsAlec Berg2014-04-051-9/+9
* accel: add host command to modify accel params and add ectool commandAlec Berg2014-04-051-11/+165
* rambi: glimmer: Disable key scanning in suspend when lid is openAlec Berg2014-03-271-9/+46
* accel: clapper: glimmer: Add support for accelerometer interrupt.stabilize-5696.BAlec Berg2014-03-261-0/+18
* rambi: change EC accel sampling rate and default sensor output data rate.Alec Berg2014-03-201-2/+24
* rambi: Changed accel i2c speed to 400kHz and added accels present bitAlec Berg2014-03-011-1/+4
* rambi: Rotate accelerometer data into standard reference frameAlec Berg2014-03-011-8/+15
* rambi: Add acceleration data to LPC shared memoryAlec Berg2014-02-221-8/+45
* rambi: Add motion sense task to track motionAlec Berg2014-02-221-0/+214