summaryrefslogtreecommitdiff
path: root/include/motion_sense.h
Commit message (Expand)AuthorAgeFilesLines
* tree: Replace "unsigned" with "unsigned int"Andrea Grandi2023-01-041-2/+2
* motion_sense: avoid possible invalid memory accessBoris Mittelberg2022-11-281-0/+4
* common: Add override for lid angle calculationGwendal Grignou2022-10-281-0/+6
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* motion_sense_fifo: Move lost to motion_sensor_fifoGwendal Grignou2022-08-031-6/+0
* include/motion_sense.h: Format with clang-formatJack Rosenthal2022-07-011-23/+22
* motion_sense: make motion_sense_push_raw_xyz() publicGwendal Grignou2022-05-231-0/+8
* hooks: Remove parenthesis from MOTION_SENSE_HOOK_PRIOKeith Short2022-03-291-1/+1
* gpio: cleanup header usage for sensorsKeith Short2022-02-251-1/+0
* motion_sensor: Remove |int_signal| fieldGwendal Grignou2021-12-141-3/+0
* driver: remove MOTIONSENSE_FLAG_INT_ACTIVE_HIGHGwendal Grignou2021-12-141-1/+0
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-1/+2
* COIL: Rename motion sense address macrosDiana Z2021-06-091-8/+8
* zephyr: Clean up motion_sensor headerDawid Niedzwiecki2021-06-071-5/+0
* zephyr: Add CBI SSFC supportDawid Niedzwiecki2021-04-291-0/+5
* zephyr: add motion sense supportHyungwoo Yang2021-01-221-3/+4
* motion_sense: Make change in range permanentGwendal Grignou2020-11-121-1/+4
* common: motion: add IF_ENABLED()Gwendal Grignou2020-11-061-2/+1
* motion: Use empty CONFIG_ variable to use IS_ENABLED()Gwendal Grignou2020-11-061-6/+0
* motion: orientation: update interfaceGwendal Grignou2020-11-061-6/+0
* Replace I2C_GET_ADDR with I2C_STRIP_FLAGSYuval Peress2020-11-021-1/+1
* motion_sense: Fix signed/unsigned comparison in ec_motion_sensor_clamp_* helpersFurquan Shaikh2020-09-051-2/+2
* common: motion_sense_fifo: modify SENSOR_COUNTChing-Kang Yen2020-09-031-1/+12
* common: motion_sense: Add helper functions clamping 32bit into ec protocolIkjoon Jang2020-09-021-0/+36
* common: online_calibration: Fire MKBP event on new calibrationYuval Peress2020-03-091-0/+25
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-031-1/+1
* common: Move fifo logic out of motion_sense.cYuval Peress2019-08-231-26/+8
* driver: lis2dwl: add driver supportPaul Ma2019-08-211-2/+3
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-6/+6
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-1/+20
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: motion_sense: Spread timestamps in motion sense fifoYuval Peress2019-06-061-5/+12
* driver: lsm6dsm: Move the interrupt GPIO into sensor structYuval Peress2019-05-231-0/+3
* motionsense: Convert in_spoof_mode to a more generic flagsYuval Peress2019-05-231-3/+8
* motion sense: Calculate loop time based on sensor needsMathew King2019-04-271-6/+10
* tasks: convert TASK_EVENT_CUSTOM macro to bitJett Rink2019-04-241-5/+5
* driver: lis2mdl: add standalone supportYuval Peress2019-04-231-0/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* motion: Define macros for custom eventsGwendal Grignou2019-03-201-5/+34
* driver: lsm6dsm: Integrate LIS2MDL behind LSM6DSMGwendal Grignou2019-02-081-6/+0
* common: sensor: Honor roundup flag for rangeGwendal Grignou2019-02-081-0/+1
* sensor: Adjust max_frequency based on EC performanceGwendal Grignou2018-12-031-0/+10
* include/motion_sense: Add a parent motion sensor fieldKarthikeyan Ramasubramanian2018-10-191-0/+6
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-131-1/+1
* type: Rename vector_3_t to intv3_t.Yilun Lin2018-09-131-3/+3
* motion: Lower jitter of Sensor->EC timestampAlexandru M Stan2018-03-141-4/+7
* motion_sense: Fix indentation in headerAlexandru M Stan2018-01-021-5/+5
* chipset: Introduce CHIPSET_STATE_ANY_SUSPENDFurquan Shaikh2017-11-281-1/+1
* motion_sense: Put set_range in common codeGwendal Grignou2017-11-171-4/+4
* motion_sense: Add CONFIG_DYNAMIC_MOTION_SENSOR_COUNT config optionScott Collyer2017-10-111-0/+4