summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* Battery: Use host full capacity to compute display percentageDaisuke Nojiri2022-09-131-16/+18
* common/battery: Avoid negative display percentagesEvan Green2022-09-131-0/+2
* Battery: Apply full factor to full capacityDaisuke Nojiri2022-09-131-7/+13
* chgstv2/sustainer: Stop AC current when dischargingDaisuke Nojiri2022-09-131-6/+12
* chgstv2/sustainer: Add tests for full battery and ACDaisuke Nojiri2022-09-131-1/+1
* chgstv2: call sustain_battery_soc without checking previous statesTommy Chung2022-09-131-1/+4
* chgstv2: Add unit test for battery sustainerDaisuke Nojiri2022-09-131-19/+26
* chgstv2: Add battery sustainerDaisuke Nojiri2022-09-131-3/+71
* charge_state_v2: Move the first battery_get_params to HOOK_INITWai-Hong Tam2022-09-131-1/+5
* chgstv2: Notify on display percentage changeDaisuke Nojiri2022-09-131-5/+16
* Update EC_CMD_CHARGE_CONTROL to version 2Daisuke Nojiri2022-09-131-2/+63
* chgstv2: Refactor charger_discharge_on_acDaisuke Nojiri2022-09-131-29/+36
* Battery: Get display charge percentageDaisuke Nojiri2022-09-131-1/+16
* Battery: Compensate remaining charge to match full capacityDaisuke Nojiri2022-09-121-0/+22
* driver: add ICM-426xx driver supportJean-Baptiste Maneyrol2021-01-071-0/+1
* driver: bmi160: Fix rounding error in set_offset() and get_offset()Ching-Kang Yen2020-12-241-0/+8
* i2c: add generic read/modify/write operationsDenis Brockus2020-12-231-0/+86
* usbc: Remove pd_ts_dts_plugged() check from PD_DRP_FORCE_SINKEdward Hill2020-12-111-13/+3
* usb_pd_policy: Make a lot of objects commonAseda Aboagye2020-06-251-1/+469
* usb: de-dup common code from old and new PD stackJett Rink2020-06-253-52/+92
* pd_policy: Change DP AltMode event from host event to MKBP.Aseda Aboagye2020-06-251-12/+12
* common: pd_policy: Add notification for DP AltModeAseda Aboagye2020-06-251-0/+17
* ppc: Use hard reset to recover from CC overvoltageEdward Hill2019-12-061-0/+6
* motionsense: remove panicJett Rink2019-10-241-3/+9
* common: motion_sense: Fix pop logicYuval Peress2019-10-241-3/+12
* driver: lis2dw12: Add driver supportmario tesi2019-08-231-0/+1
* i2c: don't scan i2c addresses less than 0x08Jett Rink2019-08-231-2/+7
* Remove __7b, __8b and __7bfDenis Brockus2019-08-238-137/+135
* ec_commands: Rename 'renew' to 'live' in EC_CMD_USB_PD_CHIP_INFOKarthikeyan Ramasubramanian2019-08-231-2/+3
* 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