summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "TCPMv2: make sure Vbus is not sourced in AttachWait.SRC"Denis Brockus2020-07-081-8/+0
* TCPMv2: manual control to DBG_ACC in TCPCDenis Brockus2020-07-081-0/+3
* TCPMv2: Set AutoDischargeDisconnect before RoleCtrlDenis Brockus2020-07-081-8/+9
* TCPMv2: Configure current limit for FRSEric Herrmann2020-07-071-1/+3
* TCPMv2: Add missing check for USB_PD_DEBUG_LABELSEric Herrmann2020-07-071-2/+4
* TCPMv2: Cleanup: Add a function to set ready stateAyushee2020-07-071-92/+34
* tcpmv2: remove tc_restart indirection layerJett Rink2020-07-074-12/+7
* tcpmv2: make prints consistentJett Rink2020-07-075-17/+17
* TCPMv2: Consolidate common VDM behaviorAbe Levkoy2020-07-071-205/+242
* TCPMv2: Don't enter Thunderbolt mode if the port doesn't support itAyushee2020-07-071-2/+3
* usb_pd: Move 'is_vdo_present()' and 'is_usb4_vdo()' to TCPMv1Ayushee2020-07-062-22/+22
* usb_pd: Limit USB4 speed based on speed supported by portAyushee2020-07-061-27/+20
* charge_manager: Port power swap based on presence of batteryMadhu M2020-07-061-0/+15
* usbc: only try to use ppc_set_frs_enable if it existsPeter Marheine2020-07-063-4/+11