summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* motionsense: prevent loop after missing eventsstabilize-12239.19.BJett Rink2019-06-141-8/+10
* 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
* cr50: Change G2F cert CN to "CrOS"Louis Collard2019-05-211-1/+4
* tabletmode: ignore lid angle if hall sensor activeJett Rink2019-05-181-15/+27
* USB PD: Don't attempt to exit mode on a suspended portDiana Z2019-05-171-11/+29
* pd_protocol: Add ready_state_holdoff_timer.Aseda Aboagye2019-05-171-17/+44
* i2c: add i2clookup host commandJett Rink2019-05-161-0/+28
* charge_manager: Revisit charge supplier priority.stabilize-12206.BYilun Lin2019-05-141-19/+55
* retimer: Add driver support for Intel Burnside Bridge retimerVijay Hiremath2019-05-141-0/+12
* queue.h: Check at compile time if queue size is power of 2Nicolas Boichat2019-05-141-1/+0
* Align behavior of strtoi() and strtoul() to match Linux manpage description o...Jes Klinke2019-05-141-28/+31
* USB-PD: Fix null-pointer dereference for svdm_rsp.amodeDaisuke Nojiri2019-05-121-2/+4
* common/usb_pd_protocol: Avoid unitialized use of port flagsNicolas Boichat2019-05-121-11/+16
* USB-PD: Add hook for PD connect eventDaisuke Nojiri2019-05-082-0/+6
* usb_pd_protocol.c: exiting from try.src to attach.srcRuibin Chang2019-05-071-10/+34
* pd_protocol: Don't clear PD flags while debouncing.Aseda Aboagye2019-05-041-1/+9
* ish: preserve panic data across resetJack Rosenthal2019-05-041-0/+1
* 7-seg display: Add config to display port80 msg and power statesAyushee2019-05-031-0/+7
* cr50: add buffer_units_mask member into struct queueNamyoon Woo2019-05-021-9/+9
* usb: add inline helper method for CC linesJett Rink2019-05-023-44/+15
* pinweaver: fix memory leak introduced when moving to new nevmemVadim Bendebury2019-05-021-4/+3
* nvmem: protect flash accesses with a mutexVadim Bendebury2019-05-021-5/+85
* kukui_scp: Enable MPU to protect code RAM and data RAM in RW image.Yilun Lin2019-05-021-1/+1
* nvmem: populate default tpm objects after wipeoutVadim Bendebury2019-05-011-2/+4
* battery: Consolidate battery_manufacturer_nameDaisuke Nojiri2019-05-011-0/+11
* nvmem: add test of recovery from interrupted savesVadim Bendebury2019-05-011-0/+5
* nvmem: fix delimiter creation during setvar()Vadim Bendebury2019-05-011-16/+54
* nvmem: add logging and restart on app_cipher failuresVadim Bendebury2019-05-011-2/+5
* common: led_pwm: Enable pwm modules for each channels of LEDs.Mulin Chao2019-05-011-1/+21
* Flapjack: Disable charging from BC 1.2 charger as USB-C chargerDaisuke Nojiri2019-04-301-1/+2
* motion sense: Calculate loop time based on sensor needsMathew King2019-04-271-67/+69
* ccd: delay sleep while opening ccdMary Ruthven2019-04-272-16/+11