summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* config: Merge CONFIG_CHARGER_V2 into CONFIG_CHARGERKeith Short2019-09-183-7/+2
* rollback: Remove unnecessary shadow variableCraig Hesling2019-09-171-2/+0
* usb_pd: Remove unused port argument from functionsPrashant Malani2019-09-171-5/+5
* Change get_shmem_size() to max allocatable bytesGurleen Grewal2019-09-171-1/+3
* pd: Exit DP mode on sysjumpSam Hurst2019-09-173-22/+28
* audio_codec: add I2S RX abstract layerTzung-Bi Shih2019-09-172-0/+120
* audio_codec: support software gainTzung-Bi Shih2019-09-171-0/+30
* audio_codec: add DMIC abstract layerTzung-Bi Shih2019-09-172-0/+78
* audio_codec: add common abstract layerTzung-Bi Shih2019-09-172-0/+139
* pd: RX msgs are dropped while in the TCH_WAIT_FOR_TRANSMISSION_COMPLETE StateSam Hurst2019-09-161-8/+2
* pd: Fix Incorrect Message Header Rev number sent to port partnerSam Hurst2019-09-161-1/+2
* pd: pd_send_vdm function causes an assert when called from non pd taskSam Hurst2019-09-161-3/+0
* common/btle_ll.c: define default return valuePatrick Georgi2019-09-121-1/+1
* common/flash.c: Support finding the flash_bank_index for offset 0Patrick Georgi2019-09-121-0/+3
* tablet_mode: expose console command.Ravi Chandra Sadineni2019-09-121-0/+37
* tcpm: Hold tPSHardReset after receiving hard reset from sink deviceYilun Lin2019-09-101-4/+6
* cutoff: ensure logs are flushed before cut-offYilun Lin2019-09-101-0/+2
* pd: USB Power Delivery State Machine based on Revision 3.0 of the spec.Sam Hurst2019-09-108-311/+6610
* tablet_mode: Update DPTF profile number in hall_sensor_isrPhilip Chen2019-09-071-0/+15
* usb: clean up statemachine pausingJett Rink2019-09-052-33/+29
* common: usb_prl_sm add rch_pass_up_message as a stateDenis Brockus2019-09-051-11/+17
* rollback: Clear temporary copies of rollback secret.Yicheng Li2019-09-052-36/+90
* fpsensor: replace memset() with always_memset()Yicheng Li2019-09-043-7/+12
* common/mkbp_event: Avoid accessing an uninitialized variablePatrick Georgi2019-09-041-1/+3
* fuzz_host_cmd: Add fuzzing for fpsensor host cmdsCraig Hesling2019-09-032-2/+34
* common/charge_ramp: code cleanupPatrick Georgi2019-09-031-1/+1
* common: Add uptime host commandTom Hughes2019-09-033-27/+53
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-032-75/+83
* audio_codec: remove unused EC_FEATURE codeTzung-Bi Shih2019-09-031-3/+0
* nvmem: allow printing encrypted contents only in DEV imagesVadim Bendebury2019-08-311-1/+7
* fan: Enable fan on chipset resumeVijay Hiremath2019-08-311-42/+34
* flash_log: prevent console output garblingVadim Bendebury2019-08-301-3/+2
* common/i2c_master: don't bitshift negativelyPatrick Georgi2019-08-281-0/+4
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-266-16/+17
* tcpm: ignore repeated MessageIDYilun Lin2019-08-252-45/+50
* nvmem: reinitialize on catastrophic errorsVadim Bendebury2019-08-231-15/+71
* nvmem: recover from failure saving object spanning flash pagesVadim Bendebury2019-08-231-5/+43
* common: Add CONFIG_LIBCRYPTOC to enable third_party/cryptocYicheng Li2019-08-231-8/+14
* 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