summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* tcpc: Check battery present to enable PD_SUSPENDWai-Hong Tam2018-10-091-0/+5
* usb-pd: allow a task to prevent TCPC LPMJett Rink2018-10-051-2/+21
* usb_i2c: provide a way to communicate non-i2c commandsVadim Bendebury2018-10-051-1/+30
* FIXUP: mkbp: add support for board-specific host notificationEnrico Granata2018-10-041-6/+6
* tcpc: Resume suspended ports after an intervalJonathan Brandmeyer2018-10-042-1/+37
* mag_cal: Support fixed-point calculation.Yilun Lin2018-10-044-137/+156
* rma: when processing 'RMA open' do not reboot the deviceVadim Bendebury2018-10-043-15/+44
* fpsensor: FP_INFO reports the template versionNicolas Norvez2018-10-021-0/+1
* pd: prevent incorrect LPM flag useJett Rink2018-10-021-0/+2
* fpsensor: add user_id to key derivationNicolas Norvez2018-10-021-2/+20
* mkbp: add support for board-specific host notificationEnrico Granata2018-10-021-7/+23
* fpsensor: Clear reset bit only after reset completesPrashant Malani2018-10-021-1/+1
* fpsensor: Add support for sensor reset commandPrashant Malani2018-10-021-2/+18
* pd: Fix auto-toggle set PD_FLAGS_LPM_REQUESTED when not in LPM.Yilun Lin2018-10-011-0/+2
* i2c: Elide vestigial commentJonathan Brandmeyer2018-09-281-3/+1
* usb-pd: debounce vbus detection after PR_SWAPJett Rink2018-09-281-2/+18
* pdchipinfo: add min firmware version to pdchipinfoJett Rink2018-09-281-5/+12
* led: Board-defined tables for LED statesBen Chen2018-09-272-0/+212
* math_util: Support fixed-point sqrtf fp_sqrtf.Yilun Lin2018-09-261-2/+15
* i2c: Do not attempt bus clear on split xfer failurestabilize-11101.BJonathan Brandmeyer2018-09-251-12/+9
* power_button_x86: Check init-on timeout since PB task start timeFurquan Shaikh2018-09-231-2/+27
* fpsensor: validate args of EC_CMD_FP* commandsNicolas Norvez2018-09-221-8/+26
* fpsensor: safer argument checkingNicolas Norvez2018-09-221-13/+34
* rollback: Unlock rollback before writing to itNicolas Boichat2018-09-211-4/+5
* fpsensor: only 1 encryption per secondNicolas Norvez2018-09-211-0/+9
* fpsensor: add a version to the template formatNicolas Norvez2018-09-211-0/+19
* fpsensor: Encrypt the FP templates with HW keyNicolas Norvez2018-09-211-25/+213
* aes-gcm: Adapt AES-GCM to build for ECNicolas Boichat2018-09-211-0/+6
* cbi: allow fields to be resizedJett Rink2018-09-201-6/+22
* rollback: Add host command to query rollback informationNicolas Boichat2018-09-201-0/+23
* chgmgr: Allow charge_manager_update_charge to accept NULLDaisuke Nojiri2018-09-202-11/+9
* Make USB_PD_POWER_INFO detect inactive supplierDaisuke Nojiri2018-09-201-15/+37
* chgmgr: Set available voltage to 0 on disconnectDaisuke Nojiri2018-09-202-10/+8
* aes-gcm: Baseline implementation from BoringSSLNicolas Boichat2018-09-201-0/+1
* aes: Adapt AES code to build for ECNicolas Boichat2018-09-201-0/+3
* aes: Baseline implementation from BoringSSLNicolas Boichat2018-09-201-0/+1
* pd: Check for dual-role partner when TOGGLE_OFF/FORCE_SINKEdward Hill2018-09-171-29/+67
* pd: Don't auto toggle when DRP state is not dual role.Edward Hill2018-09-171-1/+8
* pd: Ensure TCPC exits low power modeEdward Hill2018-09-171-12/+15
* pd: Change tcpm_set_drp_toggle() to tcpm_enable_drp_toggle()Edward Hill2018-09-171-1/+1
* pd: Add PD_FLAGS_LPM_TRANSITIONEdward Hill2018-09-171-21/+16
* pd: Cleanup lpm_debounce_deadlines and tasks_waiting_on_resetEdward Hill2018-09-171-9/+14
* pd: Cleanup request_low_power_mode() and pd_set_drp_toggle()Edward Hill2018-09-171-26/+4
* pd: Replace pd_set_drp_toggle() with exit_low_power_mode()Edward Hill2018-09-171-6/+16
* keyboard: display keycap label in key status debug messagesNamyoon Woo2018-09-132-1/+58
* base_detect: Expose console command to force state.RaviChandra Sadineni2018-09-132-1/+23
* type: Rename matrix_3x3_t to mat33_fp_tYilun Lin2018-09-131-2/+2
* type: Rename mat44_t to mat44_float_t.Yilun Lin2018-09-132-6/+6
* type: Rename mat33_t to mat33_float_tYilun Lin2018-09-132-20/+19
* type: Rename size3_t to sizev3_tYilun Lin2018-09-131-1/+1