summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* cr50: Delete non-volatile counter APILouis Collard2019-08-232-267/+0
* cr50: Delete legacy U2F implementationLouis Collard2019-08-231-312/+0
* common: Move fifo logic out of motion_sense.cYuval Peress2019-08-233-408/+407
* EC: Do not drop SCI events responsible for wake.Ravi Chandra Sadineni2019-08-211-4/+34
* log: Preserve Kukui EC reset logs across every EC reboot on SRAM.Shannon Chen2019-08-213-5/+72
* common: change clksrc_high to use STATIC_IF_NOTJack Rosenthal2019-08-201-10/+2
* cleanup: use STATIC_IF for hibernate variablesJack Rosenthal2019-08-201-12/+14
* IO Expander: add the interrupt support to IOEX frameworkCHLin2019-08-201-0/+49
* test: add baseline test for TC_DRP_TRYSRC SMJett Rink2019-08-201-0/+12
* test: add sanity check for existing state machinesJett Rink2019-08-204-2/+59
* usb: update state machine frameworkJett Rink2019-08-207-1989/+1777
* usb: state machines will resume immediatelyJett Rink2019-08-192-18/+17
* usb: remove state transitions in exitJett Rink2019-08-192-2/+0
* usb: de-dup common code from old and new PD stackJett Rink2019-08-195-134/+101
* common: Prepare always_memset()stabilize-kernelnext-broadwell-12434.BYicheng Li2019-08-171-0/+16
* usb_pd: Get USB-C cable type informationAyushee2019-08-162-0/+6
* usb_pd: Storing USB-C cable attributesAyushee2019-08-161-1/+125
* usb_pd: Adding USB-C cable detectionAyushee2019-08-162-5/+123
* acpi: Notify AP when setting DPTF profile numberPhilip Chen2019-08-161-2/+7
* charge_manager: Mark functions overridableDaisuke Nojiri2019-08-141-4/+4
* g: add vendor cmd to get/set the endorsement seedMary Ruthven2019-08-131-0/+1
* driver: lis2dw12: Add driver supportmario tesi2019-08-131-0/+1
* cleanup: change initializer for storm_trackerJett Rink2019-08-131-1/+1
* usb: convert cc1 from int to enumJett Rink2019-08-095-35/+26
* usb: fix issue with CC line interpretation as DTSJett Rink2019-08-091-8/+6
* pd: Don't request LPM in DRP_TOGGLE if cc is not openScott Collyer2019-08-081-3/+6
* mkbp_event: Only notify MKBP via hostevent in suspendAseda Aboagye2019-08-011-4/+7
* mock: Add mock structure for fuzzers and testsCraig Hesling2019-07-313-0/+71
* common/system: refactor some confusing ifdefsJack Rosenthal2019-07-311-24/+21
* cleanup: remove CONFIG_REPLACE_LOADER_WITH_BSS_SLOWJack Rosenthal2019-07-312-41/+0
* vprintf: fix handling % in the end of the format stringVadim Bendebury2019-07-311-0/+4
* util: Move __stdlib_compat to function definitionsCraig Hesling2019-07-301-22/+23
* type-c: USB Type-C State Machine based on Release 1.4 of the spec.Sam Hurst2019-07-309-653/+2398
* mkbp_event: Only declare EC_CMD_MKBP_WAKE_MASK host command if neededNicolas Boichat2019-07-301-2/+2
* common/mkbp_event: Remove prints in hc_mkbp_wake_maskNicolas Boichat2019-07-301-4/+0
* PoC: tablet-mode: Disable tablet mode in recovery bootDaisuke Nojiri2019-07-292-2/+18
* fpsensor: Change crypto functions to return error code instead of result codeYicheng Li2019-07-262-21/+21
* ec_commands: Add EC_CMD_MKBP_WAKE_MASK.Aseda Aboagye2019-07-251-2/+119
* i2c: don't scan i2c addresses less than 0x08Jett Rink2019-07-251-2/+7
* driver: Add support for calibration modeGwendal Grignou2019-07-241-5/+6
* test: Add new test framework toolsYuval Peress2019-07-241-0/+6
* IO_Expander: introduce the common interface of IO expanderCHLin2019-07-242-0/+222
* cr50: minor fix in neglecting 'failure type' in NVMEM flash logNamyoon Woo2019-07-241-1/+1
* Remove __7b, __8b and __7bfDenis Brockus2019-07-208-137/+135
* ec_commands: Rename 'renew' to 'live' in EC_CMD_USB_PD_CHIP_INFOKarthikeyan Ramasubramanian2019-07-201-2/+3
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-198-144/+200
* printf: Fix hexdump and string 0 precisionCraig Hesling2019-07-181-14/+44
* pd_policy: Change DP AltMode event from host event to MKBP.Aseda Aboagye2019-07-171-12/+12
* mkbp_event: Add CONFIG_MKBP_USE_GPIO_AND_HOST_EVENT.Aseda Aboagye2019-07-171-3/+16
* common: add i2c tracing functionalityJack Rosenthal2019-07-173-6/+212