summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* button: fix compile error when CONFIG_LED_COMMON not definedTing Shen2019-04-111-0/+2
* pd: Apply Rd prior to sending PS_RDY in PRSWAP.Aseda Aboagye2019-04-091-5/+19
* chocodile_vpdmcu: Firmware for chocodile mcuSam Hurst2019-04-086-2/+2577
* cr50: use board_wipe_tpm to clear the tpmMary Ruthven2019-04-052-34/+5
* cr50: complete support of the new NVMEM structureVadim Bendebury2019-04-058-570/+124
* cr50: convert functions into staticNamyoon Woo2019-04-052-2/+2
* cbi: Allow cbi command included optionallyDaisuke Nojiri2019-04-051-0/+3
* gpio: add config option for using gpio_get_flagsMary Ruthven2019-04-051-1/+1
* kblight: Remove dependency on PWMDaisuke Nojiri2019-04-044-4/+6
* cr50: New NVMEM flash storage implementationVadim Bendebury2019-04-041-0/+2956
* factory_mode: change how reset_required is savedMary Ruthven2019-04-031-1/+1
* cr50: add command to override BATT_PRES_LMary Ruthven2019-04-031-3/+7
* charger: initialize dedicated charger portTing Shen2019-03-301-0/+4
* common/usb_pd_tcpc: Ignore repeat messagesKarthikeyan Ramasubramanian2019-03-282-2/+52
* USB PD: Save Vconn state in BBRAMDiana Z2019-03-281-6/+29
* usb_pd: Get current DP pin modeAyushee2019-03-281-0/+6
* cr50: add vendor command for retrieving flash elogVadim Bendebury2019-03-283-81/+41
* cr50: move to use flash event logVadim Bendebury2019-03-281-7/+0
* common: add flash event log facilityVadim Bendebury2019-03-262-0/+550
* motion_lid: Rewrite lid angle calculation based on chromium codeGwendal Grignou2019-03-261-200/+157
* mkbp: non-gpio-based mkbp events, leave interruptsJett Rink2019-03-261-5/+24
* motion: Split configuration for sensor FIFO and tight timestampsEnrico Granata2019-03-262-1/+3
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-2618-52/+52
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-2612-113/+113
* sn5s330: Add support for SBU FET control.Aseda Aboagye2019-03-261-0/+10
* vboot: increase the CPU clock during security computationCHLin2019-03-212-0/+8
* motion: Define macros for custom eventsGwendal Grignou2019-03-202-3/+6
* tablet_mode: Set EC_HOST_EVENT_MODE_CHANGE in tablet_set_mode()Edward Hill2019-03-142-13/+9
* usbpd: Remove pd_state_names if not usedDaisuke Nojiri2019-03-141-20/+21
* clock: define the function clock_enable_module to all EC chipsCHLin2019-03-131-0/+10
* usb_chg: Add USB_CHG events for data role set and CC openScott Collyer2019-03-121-0/+22
* chgstv2: Refactor shutdown_on_critical_batteryDaisuke Nojiri2019-03-121-44/+52
* chgstv2: Allow board to set charge level for shutdownDaisuke Nojiri2019-03-121-2/+11
* clean: update vconn commentJett Rink2019-03-121-2/+2
* ec: U2F: Verify key handles before user presenceLouis Collard2019-03-111-3/+7
* arcada_ish: Send MKBP events over HECIMathew King2019-03-111-0/+11
* thermal: Don't send thermal warning while in G3Scott Collyer2019-03-111-1/+8
* PD: Set Rp consistently on initial connection, increasing laterDiana Z2019-03-082-19/+13
* cbi: Add a new API for cbi_set_stringFurquan Shaikh2019-03-081-0/+8
* cbi: Do not add tags if data size is zeroFurquan Shaikh2019-03-081-2/+11
* usb_pd: Get current CC stateAyushee2019-03-071-9/+20
* i2c: fix style violations introduced by ab40ba67cVadim Bendebury2019-03-071-16/+15
* mkbp_event,include/config.h: Clarify MKBP delivery method.Yilun Lin2019-03-071-4/+8
* driver: lsm6dso: Add support to LSM6DSO IMUMario Tesi2019-03-061-0/+1
* chgstv2: Make board_critical_shutdown_check specify action on critical socDaisuke Nojiri2019-03-061-13/+26
* cr50: CCD flags not read correctly on first factory bootKeith Short2019-03-061-4/+10
* tpm_registers: check if_stop has been initialized before calling itMary Ruthven2019-03-061-1/+3
* i2c:xfer i2cwrite invalid in ec consoleTony Zou2019-03-051-16/+16
* common/usb_pd_protocol: Set port in LPM at the start of initKarthikeyan Ramasubramanian2019-03-011-0/+8
* motion: Add config variable to fill LPC sense dataGwendal Grignou2019-03-011-7/+3