summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-1987-87/+87
* new_nvmem: use CC_SYSTEM as the console channelMary Ruthven2019-06-181-12/+11
* nvmem: use CC_SYSTEM instead of CC_COMMANDMary Ruthven2019-06-181-2/+2
* fpsensor: delete extra slash in build pathYicheng Li2019-06-152-4/+4
* fpsensor: Change new files' year to 2019Yicheng Li2019-06-151-1/+1
* fpsensor: Add unit test for derive_encryption_key().Yicheng Li2019-06-143-3/+3
* motionsense: prevent loop after missing eventsJett Rink2019-06-141-8/+10
* fpsensor: Move crypto-related code to fpsensor_crypto.cYicheng Li2019-06-135-138/+162
* keyboard_scan: Send kb events at start of debouncing period.Jes Klinke2019-06-111-40/+27
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-06-102-6/+9
* minute-ia: ish software panicDenis Brockus2019-06-111-0/+26
* ectool: Clarify addressing mode for I2C commandsDaisuke Nojiri2019-06-101-1/+1
* common/battery: Avoid negative display percentagesEvan Green2019-06-081-0/+2
* fpsensor: Add API to check FP sensor encryption status.Yicheng Li2019-06-072-8/+30
* get rid of compiler warningsVadim Bendebury2019-06-071-1/+1
* fpsensor: Replace ccprintf/s with CCPRINTF/STom Hughes2019-06-071-11/+11
* common: Add EC_CMD_LOCATE_CHIPDaisuke Nojiri2019-06-063-29/+56
* common: motion_sense: Spread timestamps in motion sense fifoYuval Peress2019-06-061-35/+305
* fpsensor: Add instructions for using screen instead of minicomTom Hughes2019-06-061-1/+18
* tpm: reset command_ready bit when entering idle stateVadim Bendebury2019-06-051-4/+6
* chocodile_vpdmcu: Firmware refactoringSam Hurst2019-06-058-324/+2357
* 8042: Only send back ACK in response to reset command(0xff)Furquan Shaikh2019-06-051-3/+1
* common: queue: Update chunk struct and get read/write logicYuval Peress2019-06-051-9/+15
* Add OWNERS files for fingerprintTom Hughes2019-06-051-0/+7
* Move fingerprint files to their own directoryTom Hughes2019-06-054-1/+17
* charge_manager: customize dedicated port propertiesTing Shen2019-06-051-10/+42
* USB PD: Only maintain contracts over sysjump when sinkingDiana Z2019-06-041-9/+18
* USB PD: Disable Vconn as well as Vbus on initDiana Z2019-06-041-1/+7
* common: board_[read/write]_serial weak reference cleanupDenis Brockus2019-06-031-22/+16
* Makefile: Replace flag -DX with -DX= to be supported by IS_ENABLED().Yilun Lin2019-06-031-1/+1
* flash_log_vc: return proper error valueVadim Bendebury2019-06-031-1/+1
* common/i2c_master: Add a subcommand to protect all TCPC portsKarthikeyan Ramasubramanian2019-05-302-32/+29
* Prevent power on with disconnected batteryDiana Z2019-05-301-0/+4
* chgmgr: Allow boards to customize supplier_priorityDaisuke Nojiri2019-05-291-2/+2
* common: Remove unnecessary null checkJacob Garber2019-05-281-3/+0
* fpsensor: move hardware-independent code to fpsensor_state.cYicheng Li2019-05-283-165/+159
* common: Remove duplicate error checkJacob Garber2019-05-281-3/+1
* PECI: Move non-chipset specific PECI code to common folderVijay Hiremath2019-05-282-0/+166
* usb_port_power_smart: support a new usb_charge_mode - USB_CHARGE_MODE_DEFAULT.Marco Chen2019-05-241-10/+3
* usb_port_power_smart: data of USB_SYSJUMP_TAG is a struct not uint8_t.Marco Chen2019-05-241-5/+8
* nvmem: make page header checksums different between prod and devVadim Bendebury2019-05-241-13/+21
* nvmem: do not run when crypto is disabledVadim Bendebury2019-05-241-0/+23
* usb/mux: Do not connect MUX when PD disconnectedstabilize-12222.BRuibin Chang2019-05-231-10/+27
* motionsense: Convert in_spoof_mode to a more generic flagsYuval Peress2019-05-231-11/+14
* flash_log: add vendor command, timestamp base accessorVadim Bendebury2019-05-231-1/+35
* flash_log: add api for setting base timestampVadim Bendebury2019-05-231-6/+47
* common: dptf: Guard against wild sensor IDsEvan Green2019-05-231-0/+11
* common: dptf: Fix function name typoEvan Green2019-05-231-2/+2
* I2C: Make pass-through debug messages more informativeDaisuke Nojiri2019-05-211-22/+24
* USB-PD: Consolidate tcpc_config declarations in usb_pd_tcpm.hDaisuke Nojiri2019-05-211-1/+0