summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* cleanup: clean up reference to power role vs cable plugJett Rink2019-10-245-35/+50
* cr50: Remove concept of U2F modeLouis Collard2019-10-241-3/+0
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-0/+8
* cleanup: use power and data role enums instead of intJett Rink2019-10-243-18/+22
* usb: call pd_execute_data_swap within tc_set_dataJett Rink2019-10-241-74/+87
* usb: fix out bounds issue for non-SOP* packetsJett Rink2019-10-231-24/+35
* mem_commands: Flag md and rw cmds as restrictedCraig Hesling2019-10-231-5/+8
* mocks: add tcpc and usb mux mocksJett Rink2019-10-235-0/+260
* usb: Remove invalid data role from enumJett Rink2019-10-232-5/+10
* system.c: move jump_data declarations into sysjump.hCaveh Jalali2019-10-231-29/+1
* pd3.0: change soft reset path for explicit contract or notDenis Brockus2019-10-221-5/+17
* usbc: Add missing IS_ENABLED(CONFIG_CHARGE_MANAGER) checksEdward Hill2019-10-182-7/+7
* pd: Extend READY_HOLD_OFF_US timer value for SRCScott Collyer2019-10-171-4/+16
* pd: Prevent trasmitting messages if rx messages are pendingScott Collyer2019-10-171-0/+7
* common: motion_sense: Refactor common code out of event processYuval Peress2019-10-161-50/+48
* cleanup: Refactor #ifdefs toenable use of IS_ENABLEAyushee2019-10-161-38/+42
* pd: Add PE FRS unit test for new stackDenis Brockus2019-10-162-2/+28
* pd: fix timer issue on pe_prs_snk_src_source_on_runDenis Brockus2019-10-161-9/+8
* usbc: make pe_init() staticEdward Hill2019-10-152-2/+2
* usbc: rename exe_state to run_stateEdward Hill2019-10-157-10/+10
* usbc: remove evt_timeout from struct type_cEdward Hill2019-10-155-58/+3
* power_button_x86: Make sure PWRBTN_STATE_INIT_ON base 100 millisecondsben.chen2@quanta.corp-partner.google.com2019-10-151-23/+22
* usbc: use future time for disabling timerJett Rink2019-10-141-112/+93
* usbc: fix pe_src_discovery return issueJett Rink2019-10-141-3/+5
* usbc: go to hard reset after noResponseTimerJett Rink2019-10-141-3/+4
* usbc: check positive condition before errorJett Rink2019-10-111-8/+8
* usbc: update CRCReceiveTimerJett Rink2019-10-101-15/+10
* fpsensor: Add support for migration to positive match secret.Yicheng Li2019-10-101-4/+34
* fpsensor: Enable positive match secret and positive match salt on enrollment.Yicheng Li2019-10-093-16/+76
* usb_pd: drop duplicate func get_max_request_mv()Yilun Lin2019-10-092-6/+1
* fpsensor: Implement command to read positive_match_secret.Yicheng Li2019-10-094-7/+107
* cleanup: move return to separate lineJett Rink2019-10-081-4/+7
* cleanup: moving define closer to useJett Rink2019-10-081-4/+3
* cleanup: use different condition for clarityJett Rink2019-10-081-1/+2
* usbc: fix cc interpretation errorJett Rink2019-10-081-1/+1
* fpsensor: Prepare derivation of positive match secret.Yicheng Li2019-10-081-0/+44
* pd: FRS enable/disable and interrupt handlingDenis Brockus2019-10-072-19/+194
* ppc: cleanup ppcDenis Brockus2019-10-061-37/+147
* printf: Deprecate %lEvan Green2019-10-051-1/+17
* Remove uses of %lEvan Green2019-10-056-11/+10
* include: De-longify CC_MASK() and CC_ALLEvan Green2019-10-051-1/+1
* include: De-longify BIT() macroEvan Green2019-10-051-3/+3
* printf: Fix formatting errorsEvan Green2019-10-059-14/+16
* printf: Correct semantics of %lEvan Green2019-10-051-11/+0
* printf: Convert %l to %llEvan Green2019-10-054-7/+27
* printf: Add support for %zEvan Green2019-10-054-9/+17
* builtin: Introduce and use inttypes.hEvan Green2019-10-053-4/+5
* printf: Convert %b to %pbEvan Green2019-10-052-4/+16
* printf: Convert %h to %phEvan Green2019-10-057-56/+86
* printf: Convert %T to %pTEvan Green2019-10-0510-20/+47