summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* cr50: Update error codes returned from U2F_SIGN.Louis Collard2019-03-011-1/+1
* ec: Fix response size returned by new U2F functions.Louis Collard2019-02-281-7/+23
* ec: Update U2F_ATTEST function for new-style key handles.Louis Collard2019-02-281-24/+35
* motion: Wake up motion task when sampling rate changesGwendal Grignou2019-02-281-0/+4
* motion: Change ODR only within the motion sensor taskGwendal Grignou2019-02-281-41/+27
* motion_sense: send ODR events to the APEnrico Granata2019-02-281-6/+31
* math: Add/expose some vector operationGwendal Grignou2019-02-281-4/+23
* fpsensor: compilation error if RNG is not supportedNicolas Norvez2019-02-271-2/+2
* Battery: add support battery-cutoff SMBus block write functionmatt_wang2019-02-261-11/+46
* pd: Don't send msgs for ~200ms after 1st request.Aseda Aboagye2019-02-211-0/+37
* i2c: Support 16-bit address register read & writeTony Zou2019-02-191-8/+113
* core: Allow .bss and .data sections in DRAMNicolas Boichat2019-02-181-1/+10