summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesstabilize-quickfix-15278.72.B-ishstabilize-quickfix-15183.78.B-ishstabilize-15446.B-ishstabilize-15439.B-ishstabilize-15432.B-ishstabilize-15429.B-ishstabilize-15415.B-ishstabilize-15395.B-ishstabilize-15393.48.B-ishstabilize-15381.B-ishstabilize-15364.B-ishstabilize-15361.B-ishstabilize-15359.B-ishstabilize-15359.58.B-ishstabilize-15359.50.B-ishstabilize-15359.45.B-ishstabilize-15335.B-ishstabilize-15329.59.B-ishstabilize-15329.44.B-ishstabilize-15317.B-ishstabilize-15301.B-ishstabilize-15300.B-ishstabilize-15278.64.B-ishstabilize-15251.B-ishstabilize-15245.B-ishstabilize-15236.66.B-ishstabilize-15208.B-ishstabilize-15207.B-ishstabilize-15185.B-ishstabilize-15185.7.B-ishstabilize-15183.82.B-ishstabilize-15183.69.B-ishstabilize-15183.14.B-ishstabilize-15174.B-ishstabilize-15167.B-ishstabilize-15129.B-ishstabilize-15122.B-ishstabilize-15120.B-ishstabilize-15117.86.B-ishstabilize-15117.48.B-ishstabilize-15117.111.B-ishrelease-R114-15437.B-ishrelease-R113-15393.B-ishrelease-R112-15359.B-ishrelease-R111-15329.B-ishrelease-R110-15278.B-ishrelease-R109-15237.B-ishrelease-R109-15236.B-ishrelease-R108-15183.B-ishrelease-R107-15117.B-ishishfirmware-ti50-prepvt-15315.B-ishfirmware-skyrim-15390.B-ishfirmware-skyrim-15369.B-ishfirmware-nissa-15217.B-ishfirmware-nissa-15217.45.B-ishfirmware-nissa-15217.126.B-ishfirmware-duplo-15151.B-ishfirmware-corsola-15194.B-ishfactory-trogdor-15210.B-ishfactory-skyrim-15384.B-ishfactory-nissa-15199.B-ishfactory-corsola-15197.B-ishfactory-corsola-15196.B-ishfactory-brya-15231.B-ishMike Frysinger2022-09-141-1/+1
* motion_sense: Fix ap_event_interval calculation.Gwendal Grignou2021-09-231-12/+12
* tablet_mode: Fix the race condition of setting the tablet modeWai-Hong Tam2021-07-231-1/+1
* motion: check console task when availableTomasz Michalec2021-06-301-0/+4
* common: body_detection: re-enable body_detection in S0Ching-Kang Yen2021-03-291-3/+16
* common: motion_sense: Prevent on/off body from waking up deviceGwendal Grignou2021-03-291-6/+8
* common: motion: fix races at shutdownGwendal Grignou2021-02-131-7/+10
* common: motion: move read fifo console commandGwendal Grignou2021-01-291-32/+0
* zephyr: add motion sense supportHyungwoo Yang2021-01-221-1/+13
* task_set_event: remove the wait argumentDawid Niedzwiecki2020-12-141-5/+5
* ec_commands: add struct ec_response_activity_dataChing-Kang Yen2020-12-111-7/+12
* motion: Control on which task sensor setting functions are running onGwendal Grignou2020-12-011-31/+53
* motion_sense: Stop collection when sensor is powered downGwendal Grignou2020-12-011-5/+12
* common: motion_sense: Add spoofing activityChing-Kang Yen2020-11-131-0/+49
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-13/+16
* Revert "motion_sense: set sensor data rate to 0, when sensors are being power...Gwendal Grignou2020-11-061-3/+1
* common: motion: add IF_ENABLED()Gwendal Grignou2020-11-061-237/+205
* motion: Use empty CONFIG_ variable to use IS_ENABLED()Gwendal Grignou2020-11-061-2/+2
* motion: orientation: update interfaceGwendal Grignou2020-11-061-43/+15
* motion_sense: set sensor data rate to 0, when sensors are being powered offMike Lee2020-11-041-1/+3
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* atomic: rename atomic_read_clear to atomic_clearDawid Niedzwiecki2020-11-021-2/+2
* tree: Use new atomic_* implementationDawid Niedzwiecki2020-10-271-10/+7
* common: online_calibration: Fix compilation issueGwendal Grignou2020-10-201-3/+1
* tree: rename atomic_* functions to deprecated_atomic_*Jack Rosenthal2020-09-291-8/+10
* common: implement body_detection state machineChing-Kang Yen2020-09-031-9/+66
* motion_sense: use clamp functions in sending 32bit sensor valuesIkjoon Jang2020-09-021-13/+15
* 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