summaryrefslogtreecommitdiff
path: root/driver/accelgyro_bmi160.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various misspellings in commentsMartin Roth2016-11-151-1/+1
* driver: sensor: Remove set_interruptGwendal Grignou2016-11-081-8/+0
* driver: bmi160: Autocalibrate Accelerometer properly.Gwendal Grignou2016-11-021-1/+6
* driver: bmi160: Fix logic issue when accelerometer is not first sensorGwendal Grignou2016-10-071-4/+2
* driver: bmi160: Add config variable for INT2 settingGwendal Grignou2016-10-071-8/+10
* i2c: Add i2ctest console commandVijay Hiremath2016-09-231-2/+14
* driver: bmi160: Add support bmi168Wonjoon Lee2016-05-101-1/+1
* driver/accelgyro_bmi160.c: fix the error handle in read()james_chao2016-05-061-1/+1
* sensor: update sensor driver to use I2C port from motion_sensor_tKevin K Wong2016-03-311-93/+104
* common: spi: Add a delay after write commands.Gwendal Grignou2015-11-191-0/+6
* motion: Remove duplicate shutdown codeGwendal Grignou2015-10-281-4/+0
* driver: bmi160: Add magic sequence to unlockGwendal Grignou2015-10-271-1/+12
* motion: fix manage_activity interfaceGwendal Grignou2015-10-161-1/+1
* motion: fix spellingGwendal Grignou2015-10-151-4/+4
* common: Add magnetometer online calibration.Gwendal Grignou2015-10-131-0/+23
* board: ryu: Match Samus double tap behavior.Gwendal Grignou2015-09-291-0/+2
* driver: bmi160: Reenable FIFO when EC wants it.Gwendal Grignou2015-09-241-2/+5
* driver: bmi160: Fix for significant motion while in suspend.Gwendal Grignou2015-09-211-8/+10
* driver: bmi160: Allow double tap to be set by the host.Gwendal Grignou2015-09-211-6/+28
* common: motion: Fix accelgyro interfaceGwendal Grignou2015-09-211-4/+4
* driver: bmi160: Add Significant motion support.Gwendal Grignou2015-09-211-0/+94
* common: accel: Add error code for irq handlerGwendal Grignou2015-09-191-1/+1
* GLaDOS: Add base accel & gyro.Aseda Aboagye2015-09-191-0/+6
* motion: Add Gesture InterfaceGwendal Grignou2015-09-181-0/+1
* driver: bmi160: add code for setting double tapGwendal Grignou2015-09-181-16/+18
* common: motion: move gesture actions in motion task.Gwendal Grignou2015-09-181-2/+2
* driver: bmi160: Prevent crash when FIFO is not validGwendal Grignou2015-09-071-12/+34
* motion_sense: Add more complex EC/AP sensor rate support.Gwendal Grignou2015-08-291-10/+10
* driver: change get_ interface.Gwendal Grignou2015-08-291-15/+8
* driver: bmi160: use rotation matrix to handle offsets.Gwendal Grignou2015-08-241-9/+19
* motion_sense: Force flush when sensor disabled.Gwendal Grignou2015-08-241-1/+9
* bmm150: add measurement repetitionGwendal Grignou2015-08-241-3/+4
* motion_sense: Allow multiple IRQ based sensorsGwendal Grignou2015-08-221-4/+6
* bmm150: Add support for calibrationGwendal Grignou2015-08-221-0/+5
* driver: bmi160: Allow Dynamic selection of SPI or I2C transportGwendal Grignou2015-08-011-76/+64
* driver: bmi160: Improve FIFO handlingGwendal Grignou2015-08-011-25/+58
* driver: bmi160: Fix bugs found testing SPIGwendal Grignou2015-08-011-9/+10
* driver: bmi160: Add SPI access supportGwendal Grignou2015-08-011-19/+85
* accel: mechanical changes from i2c_addr to addrGwendal Grignou2015-07-301-61/+61
* driver: bmi160: fix FIFO pollution at bootGwendal Grignou2015-07-251-8/+5
* driver: bmm150 measurement compensationGwendal Grignou2015-07-221-21/+17
* ryu: Fix orientation of accel and compassGwendal Grignou2015-07-221-3/+4
* common: Untie math_util from motion sense.Gwendal Grignou2015-07-221-0/+1
* motion: Fix for FIFO support and BMI150Gwendal Grignou2015-07-151-8/+22
* driver: bmi160 Add code for calibrationGwendal Grignou2015-07-151-40/+160
* driver: bmi160: Add FIFO and interrupt supportGwendal Grignou2015-07-101-19/+282
* accel: Fix BMM150 init sequenceGwendal Grignou2015-06-131-2/+4
* driver: Add BMM150 behind BMI160 support.Gwendal Grignou2015-05-161-34/+190
* driver: Add BMI160 basic driver supportGwendal Grignou2015-05-121-0/+392