summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
Commit message (Expand)AuthorAgeFilesLines
* driver: Add support for calibration modeGwendal Grignou2019-07-241-5/+6
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-2/+2
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-1/+2
* motionsense: remove panicJett Rink2019-06-271-3/+9
* common: motion_sense: Fix pop logicYuval Peress2019-06-191-3/+12
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* motionsense: prevent loop after missing eventsJett Rink2019-06-141-8/+10
* common: motion_sense: Spread timestamps in motion sense fifoYuval Peress2019-06-061-35/+305
* motionsense: Convert in_spoof_mode to a more generic flagsYuval Peress2019-05-231-11/+14
* motion sense: Calculate loop time based on sensor needsMathew King2019-04-271-67/+69
* motion: Split configuration for sensor FIFO and tight timestampsEnrico Granata2019-03-261-0/+2
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-4/+4
* motion: Define macros for custom eventsGwendal Grignou2019-03-201-2/+4
* motion: Add config variable to fill LPC sense dataGwendal Grignou2019-03-011-7/+3
* motion: Wake up motion task when sampling rate changesGwendal Grignou2019-02-281-0/+4
* motion: Change ODR only within the motion sensor taskGwendal Grignou2019-02-281-41/+27
* motion_sense: send ODR events to the APEnrico Granata2019-02-281-6/+31
* common: sensor: Honor roundup flag for rangeGwendal Grignou2019-02-081-1/+2
* common: Added motion sense info to accelinfo commandDaniel Gonzalez2019-02-061-1/+22
* common: sensor: Add API to set sensor scaleGwendal Grignou2018-12-141-0/+28
* motion_sense: Print motion sensors count for accelinfo commandVijay Hiremath2018-12-121-0/+2
* sensor: Adjust max_frequency based on EC performanceGwendal Grignou2018-12-031-7/+1
* motion_sense: Remove global fifo_flush_needed, redundantstabilize-octopus-11316.38.Bstabilize-octopus-11316.37.Bstabilize-11316.37.Bstabilize-11316.35.BGwendal Grignou2018-11-291-7/+4
* motion_lid: Use CONFIG_TABLET_MODEFurquan Shaikh2018-11-291-1/+1
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-131-4/+4
* cleanup: Resolve some defects seen with Coverity.Jonathan Brandmeyer2018-07-201-0/+1
* motion_sense: Provide option to defer resume actions.Jonathan Brandmeyer2018-06-281-2/+3
* FIXUP: motion_sense: Check presence of {set,get}_{range,offset}Gwendal Grignou2018-06-151-6/+12
* motion_sense: Remove unnecessary includeGwendal Grignou2018-06-071-1/+0
* lpc/espi: convert remaning CONFIG_LPC to CONFIG_HOSTCMD_X86Jett Rink2018-05-221-1/+1
* motion_sense: Lower jitter of EC->AP timestampAlexandru M Stan2018-05-141-1/+1
* driver: sensor: Remove set_resolution when NOOPGwendal Grignou2018-03-151-1/+2
* motion: Lower jitter of Sensor->EC timestampAlexandru M Stan2018-03-141-16/+27
* motion: remove load_fifoGwendal Grignou2018-03-091-40/+54
* motion_sense: Check presence of {set,get}_{range,offset}Alexandru M Stan2018-02-011-0/+4
* sensors: Remove debug printfGwendal Grignou2018-01-291-2/+0
* ec_commands: Remove zero-size structsRandall Spangler2017-12-131-1/+1
* motion_sense: Put set_range in common codeGwendal Grignou2017-11-171-0/+21
* sensors: Support device with only one accelerometerGwendal Grignou2017-08-301-7/+14
* sensors: add bmi160 & kionix orientation driverNick Vaccaro2017-08-081-48/+124
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* sensor: Add board specific function for double tap eventScott Collyer2017-06-011-1/+2
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-3/+16
* motion: Add opt3001 as a motion sensorGwendal Grignou2017-02-161-5/+11
* console: Add non-verbose print config optionShawn Nematbakhsh2017-02-111-0/+6
* motion_sense: Defer switching the sensors rate if in S3Vijay Hiremath2017-02-021-1/+16
* motion_sense: Add "spoof" modeAseda Aboagye2017-01-071-7/+149
* motion: Disable tablet mode if one accel is brokenGwendal Grignou2017-01-041-0/+10
* motion: Fix last timestamp calculationGwendal Grignou2016-12-281-4/+2
* motion: Fix oversampling calculationGwendal Grignou2016-12-281-1/+1