summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Revert "charge_manager: allow finding supply with VOLT > 0 and CUR = 0"Devin Lu2018-07-261-1/+2
* reset: Log the reason for AP resets.Jonathan Brandmeyer2018-07-267-9/+78
* fpsensor: don't try to match without templatesNicolas Norvez2018-07-251-3/+4
* common/flash: Abort rwsig when RW is erased/written toNicolas Boichat2018-07-252-2/+20
* keyboard_8042: Clear buffer before adding command byteFurquan Shaikh2018-07-251-0/+7
* tcpm: wait for TCPC to init upon first tcpc accessJett Rink2018-07-251-10/+115
* charge_manager: Code cleanupVijay Hiremath2018-07-231-17/+11
* cleanup: Resolve some defects seen with Coverity.Jonathan Brandmeyer2018-07-203-4/+5
* tcpc: debounce entry into low-power modeJett Rink2018-07-181-9/+86
* fan: Enable fan control on AP startup not on shutdown/suspendDaisuke Nojiri2018-07-171-12/+28
* rwsig: If RW cannot be locked separately, always increment rollbackNicolas Boichat2018-07-171-4/+7
* panic_output: undefined behaviour elicits abort() callsPatrick Georgi2018-07-171-2/+2
* vboot: Invalidate cached hash if EC is in ROFurquan Shaikh2018-07-141-4/+5
* USB-PD: Advertise high current Rp after Vconn is appliedDaisuke Nojiri2018-07-131-11/+8
* tcpc: disallow PD_SUSPEND if not enough powerJett Rink2018-07-121-0/+42
* vboot: Don't invalidate cached hash for EXEC_IN_RAM boardsDaisuke Nojiri2018-07-111-22/+25
* charge_manager: allow finding supply with VOLT > 0 and CUR = 0Fabien Parent2018-07-111-2/+1
* acpi: Return 0 for tablet mode if EC has no device orientationFurquan Shaikh2018-07-111-2/+4
* rollback: Ensure rollback_update writes blocks of correct sizeNicolas Boichat2018-07-101-11/+22
* rollback: Fix compile warning when local entropy is disabled.Nicolas Boichat2018-07-101-0/+2
* fpsensor: put the sensor in low power mode when not usedVincent Palatin2018-07-101-0/+4
* fan: Don't enable or disable thermal control on resumeDaisuke Nojiri2018-07-061-5/+4
* USB PD: Don't restore the default power state.Aseda Aboagye2018-07-041-2/+4
* USB PD: Initialize CC polarity during init.Aseda Aboagye2018-07-041-9/+36
* sensor: Add flag for tight timestampingGwendal Grignou2018-07-031-0/+3
* common/bootblock: Pack bootblock in EC image.Yilun Lin2018-07-021-0/+24
* host_command: fix the memmap fixVincent Palatin2018-06-291-1/+1
* motion_sense: Provide option to defer resume actions.Jonathan Brandmeyer2018-06-281-2/+3
* host_command: Fix response_size to match data that was copiedNicolas Boichat2018-06-281-2/+2
* ec: Make it possible to build tests using clangNicolas Boichat2018-06-285-19/+14
* common/printf: snprintf: Return number of bytes on successNicolas Boichat2018-06-281-1/+1
* host_command: read_test/memmap: Fix response buffer overflowNicolas Boichat2018-06-271-2/+2
* flash: Fix flash_range_okNicolas Boichat2018-06-271-0/+2
* led_pwm: Add CONFIG_LED_PWM_ACTIVE_CHARGE_PORT_ONLY.Aseda Aboagye2018-06-271-26/+90
* Nami: Set fan speed to CONFIG_FAN_INIT_SPEED on resumeDaisuke Nojiri2018-06-221-1/+3
* nvmem_vars: Make sure tuple structure is within boundsNicolas Boichat2018-06-221-4/+9
* cr50: Disabling TPM or enabling TPM.Namyoon Woo2018-06-212-0/+6
* ec/google: Add command to fetch keyboard ID from ECparis_yeh2018-06-202-0/+37
* grunt: Enable tablet mode for convertible SKUs.Jonathan Brandmeyer2018-06-181-1/+1
* FIXUP: motion_sense: Check presence of {set,get}_{range,offset}Gwendal Grignou2018-06-151-6/+12
* battery: Move presence checks out of commonEdward Hill2018-06-141-62/+0
* gpio: extend flags size to accommodate GPIO_ flagsJett Rink2018-06-111-29/+22
* i2c: preserve 1.8V flag during raw i2c gpio accessJett Rink2018-06-081-2/+8
* keyboard_scan: Add "ksstate force" to always scan KB matrixNicolas Boichat2018-06-081-3/+9
* cr50: prepare for supporting both x25519 and p256 test keysVadim Bendebury2018-06-071-1/+1
* motion_sense: Remove unnecessary includeGwendal Grignou2018-06-071-1/+0
* charge_manager: Pass struct charge_port_info as constDaisuke Nojiri2018-06-071-2/+2
* usb_charger: Always update VBUS charge supplierEdward Hill2018-06-071-11/+8
* whiskers: Expose a switch for tablet modeNicolas Boichat2018-06-061-0/+2
* stm32: use D-cache on STM32H7Vincent Palatin2018-06-042-4/+5