summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* TCMPV2: Add state to send Status extended messagesJameson Thies2022-05-023-4/+89
* lid_switch: Move LID_DEBOUNCE_US to public headerJack Rosenthal2022-05-021-2/+0
* TCPMv2: Clean up Data Reset slightlyAbe Levkoy2022-05-022-14/+16
* RGBKBD: Move initialization to keyboard backlightDaisuke Nojiri2022-05-023-68/+31
* TCPMV2: Send alerts with ADO based on alert function callJameson Thies2022-04-302-14/+69
* power: Add new chipset_power_on APIJack Rosenthal2022-04-291-3/+11
* zephyr: Do not shutdown alt mode for sysjumpAndrew McRae2022-04-291-0/+2
* throttle_ap: Add option to gate PROCHOT based on C10Keith Short2022-04-281-12/+50
* ocpc: consider battery voltage only if it is validDeepti Deshatty2022-04-261-4/+7
* test: add tests for the accelinit commandYuval Peress2022-04-261-1/+1
* common/keyboard_8042: Add print when updating buttonRaul E Rangel2022-04-251-0/+2
* virtual battery: Write manufacturer access commandMichael5 Chen12022-04-251-1/+8
* test: add tests for the accelread commandYuval Peress2022-04-241-1/+1