summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* TCPMv2: Use named constants for extended messagesAbe Levkoy2020-07-292-7/+8
* TCPMv2: Optionally build extended message supportAbe Levkoy2020-07-292-110/+203
* TCPMv2: Clear message Rx flag after VDM responseAbe Levkoy2020-07-291-0/+1
* common/mock: Fix typosTom Hughes2020-07-281-2/+2
* ec: change usage of whitelist/blacklistPaul Fagerburg2020-07-285-39/+39
* TCPMv2: Handle unexpected VDM REQ message during discoveryTanu Malhotra2020-07-281-0/+7
* Make wait_for_ready available for allDaisuke Nojiri2020-07-281-0/+12
* TCPM: Move dfp_discover_modes into usb_pd_policy.cAbe Levkoy2020-07-252-17/+20
* TCPMv2: Clean up typos and grammosAbe Levkoy2020-07-251-17/+8
* TCPMv2: Parse VDM responses in child statesAbe Levkoy2020-07-241-64/+44
* keyboard_8042: Send aux data to host from interrupt context.Edward Hill2020-07-241-7/+22
* ec_commands: Add host commands for regulator control.Pi-Hsun Shih2020-07-232-0/+100
* tests: restructure pd_task re-initPaul Fagerburg2020-07-231-41/+59
* chip/it8320, it81202: Implement fast role swap functionRuibin Chang2020-07-231-0/+1
* ec: change usage of "sane" per inclusive languagePaul Fagerburg2020-07-229-13/+13
* charge_state_v2: add function to check batt current is stableEric Yilun Lin2020-07-221-0/+5
* power: Clear AP_IDLE when waking up by PB or LIDDaisuke Nojiri2020-07-221-12/+0
* TPCMv2: fix DEBUG_PRINT_FLAG_AND_EVENT_NAMESKeith Short2020-07-211-1/+0
* OCPC: Calculate system & battery resistanceAseda Aboagye2020-07-212-8/+70
* virtual_battery: Return manufacture dateDouglas Anderson2020-07-211-0/+15
* TCPMv2: add unit tests for packet discard logicPaul Fagerburg2020-07-203-4/+88
* TCPMv2: Add thunderbolt entry flow for active cableli feng2020-07-182-55/+245
* TCPMv2: Add common function for DPM entry and exit modeAyushee2020-07-172-26/+19
* TCPMv2: Add common exit mode for all the alternate modesAyushee2020-07-176-56/+89
* TCPMv2: Add USB4 mode support for passive cableAyushee2020-07-174-2/+276
* USB PD: Move board FRS configuration out of TCPCIEric Herrmann2020-07-171-0/+7
* usb_ppc: Fix broken tests buildAbe Levkoy2020-07-161-5/+11
* tcpmv2: Add usb_tcpmv2_tcpci testEdward Hill2020-07-153-1/+143
* TCPMv1, TCPMv2: add pd event for receiving hard resetRuibin Chang2020-07-142-10/+18
* tcpmv1: Debounce low power mode exitKeith Short2020-07-141-0/+25
* host: Fix task_wait_event() to return TASK_EVENT_TIMEREdward Hill2020-07-131-1/+1
* TCPMv2: Skip processing on nonexistent portsDiana Z2020-07-131-0/+12
* TCPMv2: Remove alt mode VDM "sent" statesAbe Levkoy2020-07-132-50/+22
* i2c: For updates, skip write if value unchangedEdward Hill2020-07-131-18/+34
* OCPC: Only fetch secondary charger values when presentDiana Z2020-07-111-4/+10
* OCPC: Use enum chg_id valuesDiana Z2020-07-112-8/+11
* Charger: Add dynamic charger chip countDiana Z2020-07-112-26/+36
* TCPMv2: Don't disable/enable AutoDischargeDisconnect on HardResetDenis Brockus2020-07-111-18/+0
* ppc: Fix return values of ppc_is_* to be booleanEdward Hill2020-07-111-5/+5
* tcpmv2: perform partner reset on startup, remove BBRAMJett Rink2020-07-103-162/+94
* tests: reset the PD task before every test caseJett Rink2020-07-102-0/+18
* kblight: Unify the behavior with the general PWM driverWai-Hong Tam2020-07-102-3/+7
* TCPMv2: Don't print PE state when state machine is not runningSam Hurst2020-07-101-1/+1
* tcpmv2: Debug prints for flags and eventsEdward Hill2020-07-101-2/+105
* TCPMv2: Don't allow switch to SRC in S3Edward Hill2020-07-101-2/+4
* system: correct incorrect sleepJett Rink2020-07-091-1/+1
* usbc: ensure we are suspending USB-C ports on shutdownJett Rink2020-07-095-7/+40
* TCPMv2: Cache VDM response body between PE runsAbe Levkoy2020-07-091-25/+35
* usb_pd: Correct 'enter_tbt_compat_mode()' functionAyushee2020-07-081-2/+10
* audio_codec: add the command to reset I2S RXYu-Hsuan Hsu2020-07-081-0/+12