summaryrefslogtreecommitdiff
path: root/common/motion_sense.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge remote-tracking branch cros/main into factory-brya-14909.124.B-...factory-brya-14909.124.B-mainYH Lin2022-12-051-22/+8
* common: Sort header filesJeremy Bettis2022-11-291-4/+4
* motion_sense: avoid possible invalid memory accessBoris Mittelberg2022-11-281-2/+3
* common: body_detection: add a configuration to enable body detection in S0 stateJosh Tsai2022-11-221-1/+6
* common: Add override for lid angle calculationGwendal Grignou2022-10-281-1/+9
* build: clang workaround for LTOYuval Peress2022-10-281-2/+7
* motion_sense: Trigger AP interrupt based on sensor timestampGwendal Grignou2022-10-281-153/+12
* tree: Enable warning for fallthrough in switch statementsTom Hughes2022-10-191-2/+2
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-7/+7
* util: remove unused includesYuval Peress2022-08-051-0/+1
* motion_sense_fifo: Reset timestamp only when ODR changesGwendal Grignou2022-08-031-0/+4
* motion_sense_fifo: Move lost to motion_sensor_fifoGwendal Grignou2022-08-031-4/+0
* tree: Replace %pT with snprintf_timestampTom Hughes2022-07-151-2/+5
* common/motion_sense.c: Format with clang-formatJack Rosenthal2022-06-291-176/+154
* motion_sense: Remove use of CONFIG_ACCEL_INTERRUPTSGwendal Grignou2022-05-231-3/+2
* motion_sense: make motion_sense_push_raw_xyz() publicGwendal Grignou2022-05-231-1/+1
* test: add tests for the accelinit commandYuval Peress2022-04-261-1/+1
* test: add tests for the accelread commandYuval Peress2022-04-241-1/+1
* test: add tests for the accelinfo commandYuval Peress2022-04-201-4/+3
* ztest: motion_sense: add tests for ec_rate subcommandYuval Peress2022-04-121-1/+1
* zephyr: suppress warnings about pointers to unaligned dataMichał Barnaś2022-02-171-11/+27
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-1/+1
* Task: Introduce generic deferred checkDiana Z2021-11-081-3/+3
* motion_sense: Fix Fix ap_event_interval calculationGwendal Grignou2021-10-081-1/+1
* common/motion_sense: Avoid comparison between negative value and unsigned charTom Hughes2021-10-011-0/+2
* 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