summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-08-23255-2695/+10156
* common: add i2c tracing functionalityJack Rosenthal2019-08-235-6/+275
* common: remove CONFIG_SMBUS dead codeDenis Brockus2019-08-235-342/+16
* ectool: Update locatechip host command for new topology added in TCPCVijay Hiremath2019-08-231-1/+5
* anx7447: USB Mux is reset when TCPM is resetSam Hurst2019-08-231-8/+14
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-08-2344-163/+2852
* ectool: Clarify addressing mode for I2C commandsDaisuke Nojiri2019-08-232-9/+20
* common: Add EC_CMD_LOCATE_CHIPDaisuke Nojiri2019-08-236-61/+143
* common/i2c_master: Add a subcommand to protect all TCPC portsKarthikeyan Ramasubramanian2019-08-234-39/+32
* 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-233-6/+6
* i2c: add i2clookup host commandJett Rink2019-08-233-1/+110
* battery: Consolidate battery_manufacturer_nameDaisuke Nojiri2019-08-237-21/+267
* tcpm: Refactor tcpc_config to include a flags fieldScott Collyer2019-08-2322-71/+1164
* anx7447.c: change VBUS present detection interfaceXin Ji2019-08-231-6/+5
* i2c: fix style violations introduced by ab40ba67cVadim Bendebury2019-08-232-23/+21
* i2c:xfer i2cwrite invalid in ec consoleTony Zou2019-08-231-16/+16
* Battery: add support battery-cutoff SMBus block write functionmatt_wang2019-08-234-11/+94
* i2c: Support 16-bit address register read & writeTony Zou2019-08-232-8/+142
* driver: anx7447: remove ec_version dependencyGwendal Grignou2019-08-231-1/+0
* Ampton: Set the PS8751 to source mode before enter low power modeJames_Chao2019-08-235-3/+20
* rammus: reconfig the PS8751 i2c port according to the board versionZhuohao Lee2019-08-234-2/+34
* driver/anx7447: Modify Vconn SW protection time of inrush current and power S...xiong.huang2019-08-232-1/+20
* anx7447:Configure the MUX correctly at initSanna Parmar2019-08-231-5/+7
* Octopus: add reset logic for C0 TCPCDiana Z2019-08-236-4/+19
* treeya: remove keyboard backlightlu.zhang2019-08-123-31/+3
* treeya: add power led and change battery led behaviorlu.zhang2019-08-123-50/+61
* common: led_onoff_states: move forward baseboard led_state to common codeDevin Lu2019-08-1213-308/+12
* common: led_onoff_states: add new LED state for fully charged in S5Devin Lu2019-08-122-3/+24
* motionsense: prevent loop after missing eventsJett Rink2019-08-021-8/+10
* driver: set Kionix accel min frequency to 12.5HzEnrico Granata2019-08-022-2/+2
* common: motion_sense: Spread timestamps in motion sense fifoYuval Peress2019-08-026-103/+329
* common: motion_sense: Require CONFIG_MOTION_SENSOR_MAX_COUNTYuval Peress2019-08-0230-318/+411
* common: queue: Update chunk struct and get read/write logicYuval Peress2019-08-024-38/+100
* FIXUP: sensor: Adjust max_frequency based on EC performanceGwendal Grignou2019-08-021-1/+1
* driver: lsm6dsm: sensor event spreadingYuval Peress2019-08-022-12/+139
* driver: lsm6dsm: Fix missing eventsYuval Peress2019-08-021-8/+51
* driver: lsm6dsm: Move the interrupt GPIO into sensor structYuval Peress2019-08-025-0/+19
* motionsense: Convert in_spoof_mode to a more generic flagsYuval Peress2019-08-023-15/+23
* FIXUP: driver: Add L3GD20H gyrometer basic driver supportGwendal Grignou2019-08-021-5/+0
* tabletmode: ignore lid angle if hall sensor activeJett Rink2019-08-023-15/+42
* queue.h: Check at compile time if queue size is power of 2Nicolas Boichat2019-08-022-2/+1
* cr50: add buffer_units_mask member into struct queueNamyoon Woo2019-08-022-9/+11
* driver: bmi160: Check enable_fifo flags before processing FIFOGwendal Grignou2019-08-021-13/+13
* motion sense: Calculate loop time based on sensor needsMathew King2019-08-028-91/+102
* mkbp: take timestamp closer to hardware interruptJett Rink2019-08-023-17/+4
* driver: lis2mdl: add standalone supportYuval Peress2019-08-023-22/+252
* mkbp: handle multiple writes of interruptJett Rink2019-08-022-76/+283
* bmi160: Fix ODR to REG when rate is less than 100HzGwendal Grignou2019-08-021-8/+3
* motion_lid: Rewrite lid angle calculation based on chromium codeGwendal Grignou2019-08-0214-250/+2725