summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* TCPMv2: Check PRL flag names array sizeAbe Levkoy2023-03-171-0/+5
* TCPMv2: Ignore data role mismatch during DRSAbe Levkoy2023-03-173-2/+29
* usb_charger: support processing events synchronouslyPeter Marheine2023-03-151-5/+13
* system_safe_mode: Remove ifdef around IDLE taskRob Barnes2023-03-151-2/+0
* system_safe_mode: Fix typo in HAS_TASK_HOOKRob Barnes2023-03-151-1/+1
* frostflow: Modify charger frequence for power consumption.Logan_Liao2023-03-151-0/+15
* fpsensor: Fix error code checkTom Hughes2023-03-151-1/+1
* fpsensor: Compile more fingerprint files with C++Tom Hughes2023-03-144-20/+44
* safe_mode: Add EC_CMD_GET_PANIC_INFO to allowed host commandsRob Barnes2023-03-141-4/+4
* TCPM: Fold expected SVID check into mode consumptionDiana Z2023-03-142-14/+7
* TCPM: Move pd_get_mode_vdo() to TCPMv1Diana Z2023-03-142-8/+8
* TCPM: Remove unused USB2 cable functionDiana Z2023-03-141-11/+0
* PD: Add retimer/redriver cable details in Host command responseRajesh Kumar2023-03-141-0/+4
* TCPMv2: Only notify failed discovery onceAbe Levkoy2023-03-132-0/+14
* common: motion_sense: Call manage_activity only when neededGwendal Grignou2023-03-111-3/+4
* USB-PD: Trim excessive PDOsDaisuke Nojiri2023-03-101-0/+7
* USB-PD: Use macros for mv and ma in pd_find_pdo_indexDaisuke Nojiri2023-03-101-2/+2
* USB-PD: Add EPR sink capability to TCPMv2Daisuke Nojiri2023-03-103-6/+482
* body_detection,tablet_mode: Cleanup parameter checkingTim Van Patten2023-03-092-6/+10
* TCPMv2: Create a HPD GPIO moduleDiana Z2023-03-093-57/+93
* TCPMV2: Create AP VDM control moduleDiana Z2023-03-094-183/+250
* cbi: flash: Implement CBI flash storage driver interfaceMadhurima Paruchuri2023-03-091-1/+1
* led_pwm: Only show charge and battery state if board has batteryReka Norman2023-03-091-0/+8
* charge_manager: fix race condition of PSNKSTDBYEric Yilun Lin2023-03-091-7/+21
* common/body_detection: Add bodydetectmode commandTim Van Patten2023-03-081-5/+44
* crc16: Add CRC-16 utility functionsDerek Huang2023-03-081-0/+20
* PCHG: Support firmware update for CPS8200 wireless chargerDerek Huang2023-03-081-5/+14
* system: Introduce Memory Dump Host CommandsRob Barnes2023-03-071-0/+135
* HC: check response buffer size before copying dataLi Feng2023-03-041-0/+3
* driver/fingerprint: Rename fpsensor.hBobby Casey2023-03-031-1/+1
* chgstv2: Separate v0 and v1 param struct for EC_CMD_CHARGE_CURRENT_LIMITDaisuke Nojiri2023-03-031-12/+11
* fpsensor: Rename fpsensor_private.h to fpsensor_utils.hBobby Casey2023-03-025-27/+4
* USB-PD: Use VDO_MAX_OBJECTS to define max VDO objectsDaisuke Nojiri2023-03-023-4/+4
* USB-PD: Print DPM state only if debug_level >= 2Daisuke Nojiri2023-03-022-3/+25
* Reduce AP communication failure spamTim Van Patten2023-03-021-3/+23
* Replace CONFIG_DMA with CONFIG_DMA_CROS in EC codebasePatryk Duda2023-03-012-3/+3
* system_boot_time: Fix warm reboot counter update for native power seqRajesh Kumar2023-03-011-1/+29
* USB-PD: Use TCH_SET_FLAG to set PRL_FLAGS_CHUNKINGDaisuke Nojiri2023-02-281-1/+1
* gpio: Wrap gpio_get_default_flags by gpio_get_flagsDaisuke Nojiri2023-02-282-10/+6
* Add host event: EC_HOST_EVENT_BODY_DETECT_CHANGETim Van Patten2023-02-241-3/+2
* zephyr: make bc1.2 optionalTing Shen2023-02-241-0/+8
* TCPMV2: Remove EC_CMD_USB_PD_DEV_INFOAbe Levkoy2023-02-243-57/+25
* TCPM: Correct mfallow error returnsDiana Z2023-02-232-4/+4
* TCPM: Divorce v1 and v2 alternate mode handlingDiana Z2023-02-238-817/+1188
* TCPM: Remove active mode caps from the PE console commandDiana Z2023-02-231-10/+0
* Remove CONFIG_HOST_EVENT64Tim Van Patten2023-02-214-21/+7
* TCPMv2: Remove pd_dev_dump_infoAbe Levkoy2023-02-212-16/+0
* common/button.c: Support configuring recovery buttons as active high.Sam McNally2023-02-211-2/+8
* Add unit test for EC_CMD_CHARGE_CURRENT_LIMIT v1Daisuke Nojiri2023-02-191-2/+2
* motion_sense: Log stats at suspend, resume, and shutdownDouglas Anderson2023-02-181-1/+33