summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: Fix host command print formattingFiras Sammoura2022-06-162-5/+5
* chipset: introduce CONFIG_AP_POWER_CONTROLPeter Marheine2022-06-1510-16/+18
* zephyr: Remove ec_version.h dependency on common/system.cTristan Honscheid2022-06-131-1/+0
* kblight: Initialize on AP startupDaisuke Nojiri2022-06-081-0/+6
* fpsensor: Use correct return typeTom Hughes2022-06-081-1/+1
* fpsensor: Use correct return typeTom Hughes2022-06-081-1/+1
* RGBKBD: Set scale per keyDaisuke Nojiri2022-06-071-89/+148
* RGBKBD: Add demo sub-command to EC_CMD_RGBKBDDaisuke Nojiri2022-06-071-15/+18
* mkbp_info: Provide run time check volume buttons functionKnox Chiou2022-06-071-3/+13
* zephyr: shim: add single charge task supportFabio Baltieri2022-06-031-2/+71
* tablet_mode: remove tablet command in clamshell systemarthur.lin2022-06-031-0/+2
* Replace power_get_state calls with chipset_in_statePeter Marheine2022-06-031-30/+12
* TCPMv2: Add a host command to allow the AP to set muxesDiana Z2022-06-021-0/+9
* task: change task_set_event return type to voidFabio Baltieri2022-06-021-2/+2
* bc12: split task handler in init and eventFabio Baltieri2022-05-271-2/+13
* usbc: wrap task_set_event to have an explicit port argumentFabio Baltieri2022-05-273-9/+10
* usbc: fix the VID and PID field in Battery_CapabilitiesTing Shen2022-05-271-85/+89
* tcpm: Support PD chips with SBU protectionVijay Hiremath2022-05-261-0/+4
* TCPMv2: Add support for combination of PPC & non-PPC portsVijay Hiremath2022-05-261-0/+23
* usbc: cleanup: Abstract the TCPM control logicVijay Hiremath2022-05-2610-73/+102
* TCPMv2: Use ErrorRecovery rather than hard reset during FRSDiana Z2022-05-261-2/+15
* charge_manager: add command vbusEric Yilun Lin2022-05-261-0/+22
* TCPMv2: Set SOP'' revision with SOP' revisionDiana Z2022-05-251-10/+18
* RGBKBD: Run rgbkbd_task only when demo is enabledDaisuke Nojiri2022-05-251-15/+28
* RGBKBD: Init LED table only once per resetDaisuke Nojiri2022-05-251-2/+2
* keyboard_mkbp: Remove unused keyboard_send_battery_key methodmparuchuri2022-05-241-13/+0
* 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
* OCP: Update OCP handling to match PD 3.1 specDiana Z2022-05-234-50/+105
* usb_pd_host_cmd: support PD_RESET for TCPC chipsEric Yilun Lin2022-05-231-4/+0
* TCPMV2: Add power state change to statusJameson Thies2022-05-212-3/+83
* TCPMV2: Update Status to include temperature informationJameson Thies2022-05-211-2/+52
* keyboard: Modify register_scancode_set2 APIYu-An Chen2022-05-201-1/+1
* RGBKBD: Add late initializationDaisuke Nojiri2022-05-201-0/+33
* RGBKBD: Set GCC, scale, color in rgbkbd_initDaisuke Nojiri2022-05-201-2/+22
* RGBKBD: Consolidate grids' states into oneDaisuke Nojiri2022-05-191-20/+21
* RGBKBD: Add reset, enable, disable, scale console commandsDaisuke Nojiri2022-05-192-5/+54
* keyboard: Add register_scancode_set2 APIDaisuke Nojiri2022-05-171-0/+8
* zephyr: panic: Capture the panic informationAndrew McRae2022-05-172-20/+7
* retimer: resume PD port if system shutdown unexpectlyLi Feng2022-05-141-2/+46
* virtual_battery: Support Battery MFG function and manufacture infoMichael5 Chen12022-05-131-0/+16
* TCPMV2: Send Alert Message on Power State ChangeJameson Thies2022-05-121-0/+20
* ec: Make tests pass with TEST_ASAN=yJeremy Bettis2022-05-111-5/+3
* PCHG: Don't wake up device if lid is closedDaisuke Nojiri2022-05-111-3/+8
* ec: Include the pd console command in testsJeremy Bettis2022-05-111-2/+5
* emul: partner emuls reset roles on hard resetAaron Massey2022-05-111-9/+3
* TCPCI: Allow TCPM to use sink/source control without PPCs presenceDevin Lu2022-05-101-2/+0
* TCPMv2: Wait for VCONN discharge during Data ResetAbe Levkoy2022-05-091-4/+10
* TCPMv2: Clear flags during Data ResetAbe Levkoy2022-05-091-2/+5
* TCPMv2: Support Data Reset as UFP, recipientAbe Levkoy2022-05-091-8/+37