summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* chgstv2: Fix manual control via EC console.Aseda Aboagye2018-06-012-2/+18
* battery: Move fuel gauge code to commonEdward Hill2018-06-012-0/+227
* cr50: add command for factory resetMary Ruthven2018-05-311-0/+5
* console: Do not flush the console in console_initNicolas Boichat2018-05-311-2/+0
* console_output: make chan a safe commandMary Ruthven2018-05-311-3/+3
* cr50: refactor rma mode into factory modeMary Ruthven2018-05-304-92/+113
* cr50: move RMA challenge-response to P256Vadim Bendebury2018-05-302-36/+109
* keyboard_scan: Add option to support keyboards with language IDparis_yeh2018-05-301-0/+37
* cr50: add support for enabling factory mode on bootMary Ruthven2018-05-301-2/+1
* charge_state_v2: Add a hysteresis for under-voltage throttlingPhilip Chen2018-05-301-6/+19
* system: Enable/Disable low power idle in run timePhilip Chen2018-05-301-0/+5
* acpi: Add map for controlling USB port powerEmil Lundmark2018-05-291-0/+55
* rsa: Further optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-291-3/+3
* usb_port_power: Use same name for mode set functionEmil Lundmark2018-05-291-2/+2
* usb_pd_protocol: Only print TCPC info if availableNicolas Boichat2018-05-281-4/+6
* rsa: Optimization of multiplications for Cortex-M0Nicolas Boichat2018-05-281-6/+6
* console_channel.inc: Add more ifdef to reduce number of channelsNicolas Boichat2018-05-261-2/+2
* ccd_config: Simplify open and passwordRandall Spangler2018-05-251-108/+41
* ccd_config: Ccd vendor command takes params structRandall Spangler2018-05-252-122/+95
* timer: Allow disabling gettime console commandNicolas Boichat2018-05-241-0/+2
* console_output: Add option to disable console channelsNicolas Boichat2018-05-241-0/+10
* cr50: pass params to vendor commands as structRandall Spangler2018-05-232-26/+21