summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* keyboard: Always call keyboard_state_changedNicolas Boichat2016-11-171-3/+5
* btle_ll.c: Initialize variables to fix GCC warningsMartin Roth2016-11-161-2/+2
* btle_ll.c: Initialize variable "offset" before it's usedMartin Roth2016-11-161-0/+2
* include/host_command: Conditionally define host event functionsNicolas Boichat2016-11-162-1/+3
* Fix various misspellings in commentsMartin Roth2016-11-1510-13/+13
* accel: add accel driver for LSM6DSMMario Tesi2016-11-151-0/+1
* motion_lid: Make tablet mode great (again).Aseda Aboagye2016-11-151-7/+35
* Cr50: Add TPM-compliant commands for console lockBill Richardson2016-11-112-16/+31
* reef: enable tcpc low power modeKevin K Wong2016-11-111-0/+3
* common/rsa: Add support for exponent 3 RSA keysNicolas Boichat2016-11-101-2/+47
* charge_manager: send EC_HOST_EVENT_PD_MCU at the end of refreshJeffy Chen2016-11-101-2/+6
* common: Add new recovery mode button combinationFurquan Shaikh2016-11-082-37/+46
* common: Add tablet_mode APIGwendal Grignou2016-11-086-23/+30
* Cr50: Let NVMEM take more time and memoryBill Richardson2016-11-051-0/+2
* host_command_pd: reduce to 5msec delay in between PD interrupt handlingKevin K Wong2016-11-041-1/+2
* Cr50: I2CS TPM: Ensure HW read fifo is empty for register readsScott2016-11-041-16/+31
* mkbp_event: Properly queue events during host sleepShawn Nematbakhsh2016-11-042-19/+17
* mkbp_event: Don't use memmap'd host event maskShawn Nematbakhsh2016-11-041-3/+1
* usb_i2c: refactor into commonNick Sanders2016-11-022-1/+117
* reef: enable tcpc-controlled drp toggleKevin K Wong2016-11-021-2/+97
* kevin: set accurate current limit on USB load switchVincent Palatin2016-10-312-2/+2
* Cr50: i2cs: Re-enable sleep after every interruptScott2016-10-261-8/+0
* task: Don't propagate TASK_EVENT_TIMER between between waitsShawn Nematbakhsh2016-10-261-2/+2
* pd: fix contract negotiation with dynamic PDOsVincent Palatin2016-10-261-5/+13
* host_command_pd: pd_exchange_status: Fix first_exchange logicNicolas Boichat2016-10-201-1/+4
* spi_flash_reg: Correct lengths for W25Q40/GD25LQ40David Hendricks2016-10-201-3/+3
* pd_task: print pd state nameKevin K Wong2016-10-191-18/+30
* pd: Initialize pd comms and dual role state from PD taskShawn Nematbakhsh2016-10-141-65/+81
* cleanup: Rename charge_temp_sensor_get_val() to charge_get_battery_temp()Vijay Hiremath2016-10-142-2/+2
* g: use devid 0 and 1 to create a serial numberMary Ruthven2016-10-111-0/+5
* common: Print host command code in error.Aseda Aboagye2016-10-101-1/+1
* mkbp: compile host_get_next_event out in LPC modeGwendal Grignou2016-10-081-1/+2
* Use CONFIG_KEYBOARD_DEBUG for keyboard debug printfGwendal Grignou2016-10-081-3/+11
* Add CONFIG_CMD_SYSINFO and CONFIG_CMD_SYSLOCKBill Richardson2016-10-071-0/+4
* tpm: do not try running endorsement commands before nvram is availableVadim Bendebury2016-10-061-2/+3
* Enable spi_flash_read to read > SPI_FLASH_MAX_READ_SIZEphilipchen2016-10-051-9/+21
* i2c: Move I2C_MAX_HOST_PACKET_SIZE to i2c.hDaisuke Nojiri2016-10-051-0/+20
* i2c_passthru: Return NAK when battery not present.Aseda Aboagye2016-10-041-0/+12
* g: CONFIG_FLASH should be optionalBill Richardson2016-10-021-1/+1
* Add more CONFIG_CMD_* options for console commandsBill Richardson2016-10-013-1/+7
* Cr50: The panicinfo command is not safeBill Richardson2016-10-011-3/+3
* Cr50: The devices command is safe.Bill Richardson2016-10-011-3/+3
* Cr50: The chan command is not safe.Bill Richardson2016-10-011-3/+3
* nvmem: fix partition number assignment in nvmem.cVadim Bendebury2016-09-281-2/+3
* cr50: tpm: ignore sys_rst_l/plt_rst_l when TPM reset is in progressVadim Bendebury2016-09-271-1/+6
* tpm: reset communications channels when resetting TPMVadim Bendebury2016-09-262-10/+36
* tpm: fix TPM resetVincent Palatin2016-09-261-1/+3
* Cr50: I2CS TPM: Prevent sleep when I2CS is activestabilize-8838.BScott2016-09-251-0/+9
* Cr50: Clear NVMEM before unlocking the consoleBill Richardson2016-09-241-3/+2
* Cr50: Add mostly-synchronous tpm_reset() function.Bill Richardson2016-09-241-6/+42