summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
Commit message (Expand)AuthorAgeFilesLines
* motion_sense: hold 'ready_status' until next lid angle calculationInno.Park2020-05-291-3/+4
* common: motion_sense: implement AP command to read dirty calibrationYuval Peress2020-03-111-0/+17
* ec_commands.h: add info_4 in sensor request structureGwendal Grignou2020-03-071-1/+1
* motion_sense: simple typo correction (CONIFG_ -> CONFIG)Jack Rosenthal2020-03-031-1/+1
* common: Migrate online calibration to own moduleYuval Peress2020-02-131-0/+2
* common/motion_sense: finish change that change ODR in motion taskGwendal Grignou2020-01-131-0/+3
* common: motion_sense_fifo: Read temperature on stageYuval Peress2020-01-111-1/+3
* common: Add feature flag for online calibrationYuval Peress2019-12-191-5/+12
* Clean up double tap related definitionHeng-Ruey Hsu2019-11-131-4/+4
* common: Refactor motion_sense_fifoYuval Peress2019-11-111-27/+17
* Add double tap and make motion sense wake up apHeng-Ruey Hsu2019-11-111-1/+5
* common: motion_sense: Refactor common code out of event processYuval Peress2019-10-161-50/+48
* Remove uses of %lEvan Green2019-10-051-1/+1
* include: De-longify BIT() macroEvan Green2019-10-051-3/+3
* printf: Fix formatting errorsEvan Green2019-10-051-3/+3
* printf: Convert %T to %pTEvan Green2019-10-051-1/+2
* Revert "common: Refactor motion_sense_fifo"Scott Collyer2019-10-021-62/+76
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-021-1/+1
* common: Refactor motion_sense_fifoYuval Peress2019-09-271-76/+62
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-031-74/+77
* common: Move fifo logic out of motion_sense.cYuval Peress2019-08-231-407/+2
* 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