summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* printf: Fix up %p to %pPEvan Green2019-10-056-14/+14
* util: Add function to check whether a buffer is trivial (all 0x00 or all 0xff)Yicheng Li2019-10-042-10/+13
* kukui_scp: support CONFIG_PRESERVE_LOGSYilun Lin2019-10-041-1/+2
* fpsensor: Prepare positive match salt.Yicheng Li2019-10-042-2/+12
* audio_codec: fix compile errorTzung-Bi Shih2019-10-034-4/+4
* fpsensor: Add hkdf-expand implementation for arbitrary output size.Yicheng Li2019-10-031-1/+57
* fpsensor: Fix public buildTom Hughes2019-10-032-0/+33
* usbc: turn on/off vconn appropriatelyJett Rink2019-10-021-38/+34
* usbc: remove unnecessary tcpc CC readsJett Rink2019-10-024-361/+135
* fpsensor: Add async FP_CMD_CONTEXTTom Hughes2019-10-021-7/+25