summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* tcpmv2: Fix LPM exit debounce timerEdward Hill2020-07-041-0/+1
* TCPMv2: Disable Rd check on a PRS or FRSEric Herrmann2020-07-021-20/+6
* ppc: string de-duplicationKeith Short2020-07-021-4/+16
* TCPMv2: Add new line to TC state querySam Hurst2020-07-021-1/+3
* TCPMv2: make sure Vbus is not sourced in AttachWait.SRCDenis Brockus2020-07-011-0/+8
* TCPMv2: Consolidate entry and exit to parent stateAbe Levkoy2020-07-011-66/+33
* tcpm: allow returning a status from set_frs_enablePeter Marheine2020-07-012-3/+4
* TCPMv2: Add Entry flow for Thunderbolt modeAyushee2020-06-304-8/+279
* TCPMv2: Set SOP' protocol revision correctlyAbe Levkoy2020-06-301-1/+1
* TCPMv2: Add PE State name to pd state console commandSam Hurst2020-06-272-1/+20
* TCPMv2: Clear unhandled DPM RequestsDenis Brockus2020-06-271-3/+9
* usb_pd: TBT: Cleanup limiting the cable speedAyushee2020-06-262-14/+14
* usb_pd: Remove pd_cable dependent Thunderbolt code from common codeAyushee2020-06-265-125/+101
* TCPMv2: Consolidate code in DPM-driven VDM codeAbe Levkoy2020-06-261-82/+39
* TCPMv2: Handle protocol errors better during AMSesAbe Levkoy2020-06-261-9/+0
* TCPMv2: Preserve Tx type when resuming VDM requestAbe Levkoy2020-06-261-2/+6
* TCPMv2: Use PE_VDM_SEND_REQUEST for PE_VDM_REQUESTAbe Levkoy2020-06-261-40/+19
* TCPMv2: Remove PE_VDM_ACKED stateAbe Levkoy2020-06-261-41/+24