summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* TCPMv2: PE: Clear PRS request following acceptfactory-13929.B-mainScott Collyer2021-04-211-0/+12
* battery: Correct battery_get_disconnect_state() returnSimon Glass2021-04-211-1/+1
* TCPC: Cleanup: Get Sink & SRC state from PD or PPCVijay Hiremath2021-04-211-0/+2
* TCPC: Cleanup: Enable PPC from PD or Power MUXVijay Hiremath2021-04-201-1/+1
* system: Wait 1s for EC to quiesce before hibernateAseda Aboagye2021-04-151-0/+7
* zephyr: i2c: Fix use of I2C_PORT_VIRTUAL_BATTERYYuval Peress2021-04-151-1/+2
* zephyr: use interrupt based RX bufferingYuval Peress2021-04-151-13/+6
* TCPMv2: Generate Hard Reset eventAbe Levkoy2021-04-152-0/+7
* TCPMv2: Soft reset on Vconn_Swap sequence interruptionDiana Z2021-04-141-0/+12
* TCPMv2: Remove dual-role capability check from Attached.SNK entryDiana Z2021-04-132-19/+13
* TCPMv2: Update source PDO flags alwaysDiana Z2021-04-131-8/+12
* usb_prl_sm: Fix spellingAbe Levkoy2021-04-131-1/+1
* TCPMv2: Don't retry after failed alt mode entryAbe Levkoy2021-04-132-5/+12
* TCPMv2: Set SOP before requesting chunkAbe Levkoy2021-04-131-0/+1
* ec: Filter non-FIXED PDOs in servo_v4{p1}Jeremy Bettis2021-04-131-0/+3
* ec: Parse battery and augmented PDOs correctly.Jeremy Bettis2021-04-121-16/+24
* cbi: API for EC to update fw_config tagScott Collyer2021-04-101-0/+26
* TCPMV2: Default PD Policy ManagementSam Hurst2021-04-093-18/+62
* system: Remember AP watchdog resetYu-Ping Wu2021-04-091-0/+4
* i2c_controller: zephyr: explicitly strip flags from addr_flagsFabio Baltieri2021-04-081-1/+6
* pd commands: support PD console command srccapsEric Yilun Lin2021-04-083-1/+26
* usb_common: support parse Augmented PDOEric Yilun Lin2021-04-085-89/+103
* TCPMv1: clear SourceCap in disconnected stateEric Yilun Lin2021-04-082-4/+2
* hooks: Avoid torn accesses in the hook taskEvan Green2021-04-071-16/+12
* TCPMv2: Detach from debug devices in Unattached entryDiana Z2021-04-071-7/+10
* Revert "fpsensor: Support building firmware that works for both sensors"Tom Hughes2021-04-073-115/+64
* it8xxx2: add support option CONFIG_PRESERVE_LOGSDino Li2021-04-071-0/+5
* PD_INT: Add ability to process non-TCPC alerts in PD_INTDiana Z2021-04-061-1/+9
* PCHG: Support firmware updateDaisuke Nojiri2021-04-051-3/+191
* fpsensor: Support building firmware that works for both sensorsYicheng Li2021-04-023-64/+115
* TCPMv2: Enter safe mode before entering TBT/USB4 mode for the cable.Madhusudanarao Amara2021-03-312-9/+15
* TCPMv2: PRL: Enahnce support for the tx message discard pathScott Collyer2021-03-311-14/+28
* TCPMv2: UFP-D: Make sure OPOS table is cleared in discoveryScott Collyer2021-03-311-0/+3
* chgstv2: Check string validityreno.wang2021-03-301-0/+39
* fpsensor: Enable -WvlaTom Hughes2021-03-301-4/+17
* common: body_detection: re-enable body_detection in S0Ching-Kang Yen2021-03-291-3/+16
* common: body_detection: using bypass_fifo flagChing-Kang Yen2021-03-291-1/+1
* Revert "common: body_detection: prevent AP from unexpected waking up"Ching-Kang Yen2021-03-291-1/+1
* common: motion_sense: Prevent on/off body from waking up deviceGwendal Grignou2021-03-292-7/+25
* common/battery: Provide function to lower input voltagePatryk Duda2021-03-291-0/+82
* TCPMv2: Call debug detach on toggle changesDiana Z2021-03-261-0/+7
* switch: cleanup lid_is_open logicJack Rosenthal2021-03-251-6/+1
* PCHG: Notify host of new SOC and all other events in S0Daisuke Nojiri2021-03-251-4/+4
* ctn730: Print firmware versionDaisuke Nojiri2021-03-241-5/+7
* TCPMv2: Do not apply CC Open when running without batteryPatryk Duda2021-03-241-2/+25
* keyboard_mkbp: use K_MUTEX_DEFINE to define FIFO mutexesWai-Hong Tam2021-03-241-2/+2
* usbc: change max_current_claimed_lock to use K_MUTEX_DEFINEJack Rosenthal2021-03-231-12/+1
* chipset: convert reset_log_mutex to use K_MUTEX_DEFINEJack Rosenthal2021-03-231-4/+1
* throttle_ap: convert throttle_mutex to use K_MUTEX_DEFINEJack Rosenthal2021-03-231-6/+1
* TCPMv2: Increment Vconn swap counter after sendDiana Z2021-03-231-1/+3