summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-08-238-144/+200
* common: add i2c tracing functionalityJack Rosenthal2019-08-233-6/+212
* common: remove CONFIG_SMBUS dead codeDenis Brockus2019-08-232-163/+0
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-08-232-6/+9
* ectool: Clarify addressing mode for I2C commandsDaisuke Nojiri2019-08-231-1/+1
* common: Add EC_CMD_LOCATE_CHIPDaisuke Nojiri2019-08-233-29/+56
* common/i2c_master: Add a subcommand to protect all TCPC portsKarthikeyan Ramasubramanian2019-08-232-32/+29
* I2C: Make pass-through debug messages more informativeDaisuke Nojiri2019-08-231-22/+24
* USB-PD: Consolidate tcpc_config declarations in usb_pd_tcpm.hDaisuke Nojiri2019-08-231-1/+0
* i2c: add i2clookup host commandJett Rink2019-08-231-0/+28
* battery: Consolidate battery_manufacturer_nameDaisuke Nojiri2019-08-231-0/+11
* i2c: fix style violations introduced by ab40ba67cVadim Bendebury2019-08-231-16/+15
* i2c:xfer i2cwrite invalid in ec consoleTony Zou2019-08-231-16/+16
* Battery: add support battery-cutoff SMBus block write functionmatt_wang2019-08-231-11/+46
* i2c: Support 16-bit address register read & writeTony Zou2019-08-231-8/+113
* common: led_onoff_states: add new LED state for fully charged in S5Devin Lu2019-08-121-3/+20
* motionsense: prevent loop after missing eventsJett Rink2019-08-021-8/+10
* common: motion_sense: Spread timestamps in motion sense fifoYuval Peress2019-08-021-35/+305
* common: queue: Update chunk struct and get read/write logicYuval Peress2019-08-021-9/+15
* motionsense: Convert in_spoof_mode to a more generic flagsYuval Peress2019-08-021-11/+14
* tabletmode: ignore lid angle if hall sensor activeJett Rink2019-08-021-15/+27
* queue.h: Check at compile time if queue size is power of 2Nicolas Boichat2019-08-021-1/+0
* cr50: add buffer_units_mask member into struct queueNamyoon Woo2019-08-021-9/+9
* motion sense: Calculate loop time based on sensor needsMathew King2019-08-021-67/+69
* mkbp: take timestamp closer to hardware interruptJett Rink2019-08-021-15/+2
* mkbp: handle multiple writes of interruptJett Rink2019-08-021-76/+224
* motion_lid: Rewrite lid angle calculation based on chromium codeGwendal Grignou2019-08-021-200/+157
* mkbp: non-gpio-based mkbp events, leave interruptsJett Rink2019-08-021-5/+24
* motion: Split configuration for sensor FIFO and tight timestampsEnrico Granata2019-08-022-1/+3
* motion: Define macros for custom eventsGwendal Grignou2019-08-022-3/+6
* arcada_ish: Send MKBP events over HECIMathew King2019-08-021-0/+11
* mkbp_event,include/config.h: Clarify MKBP delivery method.Yilun Lin2019-08-021-4/+8
* driver: lsm6dso: Add support to LSM6DSO IMUMario Tesi2019-08-021-0/+1
* motion: Wake up motion task when sampling rate changesGwendal Grignou2019-08-021-0/+4
* motion: Change ODR only within the motion sensor taskGwendal Grignou2019-08-021-41/+27
* motion_sense: send ODR events to the APEnrico Granata2019-08-021-6/+31
* math: Add/expose some vector operationGwendal Grignou2019-08-021-4/+23
* USB PD: Only maintain contracts over sysjump when sinkingDiana Z2019-07-181-9/+18
* USB PD: Disable Vconn as well as Vbus on initDiana Z2019-07-181-1/+7
* usb/mux: Do not connect MUX when PD disconnectedRuibin Chang2019-07-181-10/+27
* pd_protocol: Add ready_state_holdoff_timer.Aseda Aboagye2019-07-181-17/+44
* USB-PD: Fix null-pointer dereference for svdm_rsp.amodeDaisuke Nojiri2019-07-181-2/+4
* common/usb_pd_protocol: Avoid unitialized use of port flagsNicolas Boichat2019-07-181-11/+16
* usb_pd_protocol.c: exiting from try.src to attach.srcRuibin Chang2019-07-181-10/+34
* pd_protocol: Don't clear PD flags while debouncing.Aseda Aboagye2019-07-181-1/+9
* usb: add inline helper method for CC linesJett Rink2019-07-182-35/+15
* common/usbc_ppc: Fix potential illegal memory access.Tim Wawrzynczak2019-05-091-1/+3
* Common: move for loop initial declarationDiana Z2019-05-091-2/+6
* USB PD: Suspend ports when resetting TCPCs during cold rebootDiana Z2019-05-091-1/+9
* USB PD: Save Vconn state in BBRAMDiana Z2019-05-091-6/+29