summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kindred: fix set TCPC_AUX_SWITCH to 0xC on Port 0firmware-hatch-12672.BBoris Mittelberg2023-04-182-30/+25
* jinlon: Adjust TEMP_SENSOR_4 thresholds to reduce fan speed in clamshellDevin Lu2023-02-171-15/+15
* dratini: Set TCPC_AUX_SWITCH to 0xC on Port 0 on mux setBoris Mittelberg2023-01-102-0/+23
* usb_mux: add board_set callbackBoris Mittelberg2023-01-102-0/+13
* Revert "dratini: Set TCPC_AUX_SWITCH to 0xC on Port 0 on CCD enable"Boris Mittelberg2022-12-283-29/+0
* jinlon: moving buttons and switches to use MKBPShelley Chen2022-06-151-0/+1
* mkbp: Move key simulation to input devicesBoris Mittelberg2022-06-1515-600/+80
* mkbp: EC buttons and switches via MKBPBoris Mittelberg2022-06-159-167/+245
* mkbp: Separate MKBP_INFO host command from the keyboard driverBoris Mittelberg2022-06-154-122/+167
* mkbp: Separate FIFO from the keyboard driverBoris Mittelberg2022-06-159-214/+317
* zephyr: provide a definition of K_MUTEX_DEFINE for CrOS EC OSJack Rosenthal2022-06-151-0/+8
* Zephyr: add support for shimming the mutex structYuval Peress2022-06-151-2/+14
* jinlon: Update fan table version for acousticDevin Lu2021-11-021-29/+29
* driver: als_bh1730: Set last_valueGwendal Grignou2021-10-071-3/+4
* Clear OWNERS for factory/firmware branchBrian Norris2021-09-117-22/+0
* helios: gyro sensor add 2nd source icm40608Michael5 Chen12021-08-243-1/+100
* kindred: Set TCPC_AUX_SWITCH to 0xC on Port 0 on CCD enableShelley Chen2021-07-143-0/+33
* common: motionsense fifo: Reset the initialized bits after commitYuval Peress2021-07-122-2/+13
* motion_sense: Fix signed/unsigned comparison in ec_motion_sensor_clamp_* helpersFurquan Shaikh2021-06-021-2/+2
* dratini: Set TCPC_AUX_SWITCH to 0xC on Port 0 on CCD enableBoris Mittelberg2021-04-153-0/+29
* nightfury : change key debounce timeYongBeum.Ha2021-03-103-0/+10
* driver: tcs3400: Check for device status only onceGwendal Grignou2021-02-261-28/+31
* motion_sense: use clamp functions in sending 32bit sensor valuesIkjoon Jang2021-02-261-13/+15
* drivers/tcs3400: code cleanups in transferring sensor valuesIkjoon Jang2021-02-261-62/+49
* common: motion_sense: Add helper functions clamping 32bit into ec protocolIkjoon Jang2021-02-261-0/+36
* ec_commands: add uint16_t alias to motion_sensor_data for light sensorsIkjoon Jang2021-02-261-0/+2
* util/ecst: Make sure that copying back arguments doesn't exceed MAX_ARGSPatrick Georgi2021-02-261-1/+2
* ectool_keyscan: add missing null terminator to kbd_plain_xlateFabio Baltieri2021-02-261-1/+1
* kohaku: Set base light sensor information correctlyGwendal Grignou2021-02-132-4/+9
* kindred: Add detect accel/gyro sensor in HOOK_INITBen Chen2021-02-041-1/+5
* driver: icm426xx: Use calibration unit to set/get offsetGwendal Grignou2021-01-291-24/+15
* kindred: config motion sensor driver by chip idBen Chen2021-01-293-2/+142
* icm426xx: reset data rate when initDavid Huang2021-01-221-0/+2
* driver: add icm426xx chip type defineJean-Baptiste Maneyrol2021-01-222-0/+4
* driver: add ICM-426xx driver supportJean-Baptiste Maneyrol2021-01-227-0/+1729
* driver: tcs3400: Report ODR for RGB sensorGwendal Grignou2020-12-111-5/+5
* driver/opt3100: Set min/max frequency that match the driverGwendal Grignou2020-12-012-5/+8
* driver: bmi: remove unnecessary msleep()Gwendal Grignou2020-10-291-42/+0
* driver: bmi160: Read only the first 2 bytes of the interrupt fieldGwendal Grignou2020-10-291-1/+1
* common: motion_sense_fifo: fix iteration bugYuval Peress2020-10-292-2/+54
* common/motion_sense: finish change that change ODR in motion taskGwendal Grignou2020-10-291-0/+3
* driver: bma2x2: Limit max frequency to 125HzGwendal Grignou2020-10-181-2/+8
* driver: lis2ds: set up the minimum value for set_rangeInno.Park2020-10-152-0/+3
* nightfury: set compatible device for SKU 2.Jongpil Jung2020-10-091-1/+1
* kindred: modify power button timeoutben.chen2@quanta.corp-partner.google.com2020-08-141-0/+2
* Jinlon: Re-scale power LED pulsing duty cycleDevin Lu2020-07-281-2/+3
* driver: bmi160: Increase the deadline for gyro calibrationInno.Park2020-06-301-3/+19
* driver: Add BMI common codeChing-Kang Yen2020-06-2210-976/+1346
* driver: bmi160: Fix rounding error in set_offset() and get_offset()Ching-Kang Yen2020-06-203-8/+26
* driver: lis2mdl: Define LIS2MDL_CAL even when CONFIG_MAG_CALIBRATE is notGwendal Grignou2020-06-202-8/+17