summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* tcpmv2: SNK HardReset cleanupDenis Brockus2020-04-302-8/+49
* usb_pd: Correct processing discover SVIDAyushee2020-04-291-3/+3
* TCPMv2: Signal to TC Layer that PR Swap is complete on state exitSam Hurst2020-04-292-3/+14
* TCPMv2: Add dump pd command needed by PD_FAFTSam Hurst2020-04-293-6/+79
* TCPMv2: Exit PE_VCS_Send_Ps_Rdy_Swap after Accept receivedDiana Z2020-04-291-32/+38
* TCPMv2: Set AMS start for messages in pe_attempt_port_discoveryDiana Z2020-04-291-0/+9
* TCPMv1: skip cable probing when not VCONN sourceKeith Short2020-04-282-26/+14
* TCPMv2: Return after set_state in READY statesDiana Z2020-04-281-15/+23
* USB4: Correct getting product type from VDOAyushee2020-04-281-6/+2
* TCPMv2: Cleanup pd_set_dual_role() eventsEdward Hill2020-04-251-26/+25
* TCPMv2: Cleanup: Ensure PD_FLAGS_* are not used.Edward Hill2020-04-253-30/+57
* TCPMv2 PRL: only get/set revision for SOP* typesEdward Hill2020-04-251-10/+24
* USB4: Allow entering USB4 mode for devices and cables without SVIDAyushee2020-04-251-44/+68
* TCPMv2: Cleanup: remove TC_FLAGS_AUTO_TOGGLE_SUPPORTEDEdward Hill2020-04-241-19/+5
* driver: Add BMI260 basic driver supportChing-Kang Yen2020-04-231-0/+1
* tcpci: Add trigger for VBUS presence changesAseda Aboagye2020-04-231-0/+4
* tcpmv2: transition from non-toggle to auto_toggle needs DRPDenis Brockus2020-04-221-1/+10
* TCPMv2: Fix sender response timeout in VCS_Send_SwapDiana Z2020-04-221-4/+14
* TCPMv2: Mark discovery as failed with no responseDiana Z2020-04-221-0/+25
* common/vivaldi: Make the "Alt+VolUp+r" work on vivaldi keyboardsRajat Jain2020-04-212-1/+17
* common/keyboard_vivaldi: New keyboard framework for custom layoutRajat Jain2020-04-212-0/+150
* common: Make scancode table always mutableRajat Jain2020-04-212-20/+40
* TCPMv2: Handle Not Supported message in DR swapDiana Z2020-04-211-13/+2
* PD: Store cable identity in pd_discovery structureDiana Z2020-04-212-21/+40
* USB/PD: Skip pd_prepare_sysjump for EFS2 boardsDaisuke Nojiri2020-04-211-4/+10
* TCPMv2: Clean up TC_DRP_AUTO_TOGGLE and TC_LOW_POWER_MODEEdward Hill2020-04-211-202/+95
* common ioex: don't init ioex levels on SysJumpDenis Brockus2020-04-211-2/+9
* tcpmv2: reboot correctly when ports are suspendedDenis Brockus2020-04-201-12/+38
* TCPMv2: Revamp pe_attempt_port_discoveryDiana Z2020-04-171-86/+90
* TCPMv2: New state for partner discover identityDiana Z2020-04-171-34/+170
* TCPMv2: Don't go sleep, when PD device is connectedDawid Niedzwiecki2020-04-161-2/+21
* PD: Use new structure for storing SOP identity responsesDiana Z2020-04-162-15/+49
* CBI: Use 8-byte page write size for EEPROMelmo_lan2020-04-151-4/+7
* TCPMv2: pd_set_suspend should not set tc state directlyDenis Brockus2020-04-151-9/+28
* TCPMv2: Don't reset power supply when togglingDiana Z2020-04-151-3/+5
* common/vivaldi: Revert Vivaldi changesRajat Jain2020-04-152-72/+0
* charger: Add chgnum arg to charger_get_input_currentAseda Aboagye2020-04-151-5/+9
* TCPMv2: Add pd console commandSam Hurst2020-04-142-0/+164
* TCPMv1/v2: Move pd_prepare_sysjump() to common fileVijay Hiremath2020-04-143-74/+45
* TCPMv2: Query the tcpc for auto toggle support just after the SM is initedSam Hurst2020-04-121-9/+9
* TCPMv2: Only send TASK_EVENT_WAKE events when SM is pausedSam Hurst2020-04-121-2/+8
* TCPMv2: Fix Low Power Entry timer and state exiting conditionsSam Hurst2020-04-101-51/+87
* TCPMv2: Fix GET_SNK_CAP response processingEric Herrmann2020-04-101-16/+20
* TCPMv2: Send VDM version according to PD rev setDiana Z2020-04-083-25/+37
* TCPMv2: Do not enter Unattached.SRC state when PD_DRP_FORCE_SINK is setPatryk Duda2020-04-071-3/+8
* i2c: Fix port bug with i2ctrace and i2cscan commandsEdward Hill2020-04-072-6/+15
* PD: Move pd_discovery init out of dfp_consume_identityDiana Z2020-04-073-8/+7
* PD: Rename pd_policy to pd_discoveryDiana Z2020-04-075-81/+82
* tcpmv2: move function from TC layer to PEJett Rink2020-04-035-178/+136
* test: isolate tc_drp test cases betterJett Rink2020-04-031-1/+2