summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* util: add isupper() library functionDino Li2018-10-311-0/+5
* dptf: Get rid of CONFIG_DPTF_DEVICE_ORIENTATIONFurquan Shaikh2018-10-302-5/+1
* Battery: Force data update for EC_CMD_BATTERY_GET_STATICDaisuke Nojiri2018-10-301-1/+2
* system: Remember if reset was due to AP watchdog triggeringNicolas Boichat2018-10-291-1/+1
* usb-pd: send more request after waitJett Rink2018-10-281-37/+35
* Keyboard: Add keypad supportDaisuke Nojiri2018-10-231-0/+14
* common/led_onoff_states.c: fix indentationPatrick Georgi2018-10-201-1/+1
* Keyboard: Allow keyboard size to be set at run timeDaisuke Nojiri2018-10-195-34/+40
* Keyboard: switch column and row of scancode tableDaisuke Nojiri2018-10-192-44/+43
* Fan: Fix memory access error in pwm_fan_initDaisuke Nojiri2018-10-191-2/+3
* dragonegg: make PD interrupt use higher priority taskJett Rink2018-10-181-2/+5
* usb-pd: Do not source Vconn in DTSJett Rink2018-10-181-4/+12
* cleanup: rename Rp enum values for clarityJett Rink2018-10-122-14/+14
* cr50: CCD Info indicates whether all CCD capabilities are default.Namyoon Woo2018-10-111-1/+24
* cr50: minor code revision with macros regarding CCD capabilities.Namyoon Woo2018-10-111-5/+11
* Revert "tcpc: Check battery present to enable PD_SUSPEND"Wai-Hong Tam2018-10-101-5/+0
* usb_i2c: extend protocol to allow longer writesVadim Bendebury2018-10-101-18/+42
* 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