summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* Cleanup: Renaming pd_is_ufp to pd_partner_is_ufpAyushee2019-11-012-4/+10
* usbc: Get current DP pin mode and CC stateAyushee2019-11-014-17/+76
* pd_protocol: add hard_reset_complete_timerCaveh Jalali2019-10-311-19/+49
* system.c: reset statics for testingCaveh Jalali2019-10-311-0/+7
* tablet_mode: ensure that tablet mode is always initializedJett Rink2019-10-301-47/+54
* Revert "smart_battery: add smbus error checking support"Caveh Jalali2019-10-301-199/+36
* usb_pd_protocol: disable VBUS when suspending PD taskCaveh Jalali2019-10-301-0/+1
* usb_pd: fix an unit in log message.Pi-Hsun Shih2019-10-292-2/+2
* fpsensor: Copy BEP and libfp source files from private repoTom Hughes2019-10-282-34/+0
* smart_battery: add smbus error checking supportTing Shen2019-10-281-36/+199
* NPCX GPIO: Assert that gpio_get/set_level is passed a GPIO signalEdward Hill2019-10-251-0/+6
* usb_port_power_smart: Add support for IO expander GPIOsEdward Hill2019-10-252-10/+19
* GPIO/IOEX/eSPI: Give different IO signals unique valuesEdward Hill2019-10-252-28/+34
* fuzz_host_cmd: Add fpsensor task + fp host cmdsCraig Hesling2019-10-251-2/+1
* mock: Add fp_sensor and mkbp_events mocksCraig Hesling2019-10-257-21/+109
* 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