summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* TCPMv2: Support Data Reset as UFP, initiatorAbe Levkoy2022-05-091-2/+196
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-092-2/+2
* TCPMV2: Followup on Revision additionJameson Thies2022-05-061-4/+12
* TCPMV2: Followup on Give_Status additionJameson Thies2022-05-061-15/+17
* chargesplash: State machine implementationJack Rosenthal2022-05-052-0/+256
* i2c_controller: Fix buffer overrun in `i2c_read_sized_block`Robert Zieba2022-05-051-2/+2
* PCHG: Remove device_enable_eventDaisuke Nojiri2022-05-051-9/+0
* i2c_controller: Add i2c_read_sized_block functionRobert Zieba2022-05-051-7/+25
* common/usbc: add new DPM for sink capability and request mismatchScott Chao2022-05-053-0/+31
* TCPMv2: Request partner's revision information in src/snk startupJameson Thies2022-05-042-0/+126
* TCPMv2: Verify data role in incoming messagesDiana Z2022-05-041-0/+23
* TCPMv2: Define an ErrorRecovery request interface for CTVPDsDiana Z2022-05-031-0/+11
* TCPMv2: Support Data Reset as DFP, recipientAbe Levkoy2022-05-031-0/+70