summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* common: Make EC power delivery cmd more verboseNehemiah Dureus2021-10-291-0/+51
* common/firmware_image: Add _start symbolTom Hughes2021-10-281-0/+3
* zephyr: test: Make get_time mockableAaron Massey2021-10-281-0/+9
* battery: Move battery get/set vendor param to common/battery.cTommy Chung2021-10-281-0/+32
* IOEX: Fix clobbering of initial flag valuesSam Hurst2021-10-271-1/+2
* smart_battery: Store battery info in struct battery_static_infoDaisuke Nojiri2021-10-263-19/+70
* Battery: Move battery code to battery_v1.c and v2.cDaisuke Nojiri2021-10-265-531/+558
* TCPMv2: Add PD timer unit testDenis Brockus2021-10-262-3/+7
* TCPMv2: Support 64 timersAbe Levkoy2021-10-261-17/+79
* common/acpi: Disable clang warningTom Hughes2021-10-261-0/+8
* thermal: Don't check fan off/max with custom fan control.Devin Lu2021-10-251-15/+20
* tablet_mode: Fix mode error after gmr360 triggeredarthur.lin2021-10-251-9/+9
* cleanup: charger: consolidate charger_dump console commandsDeepti Deshatty2021-10-201-4/+25
* cbi-util: Fix error with setting 8 byte cbi dataThejaswani Putta2021-10-201-5/+2
* TCPMv2: Only clear discovery data on disconnectDiana Z2021-10-191-2/+1
* tree: Remove .bss.slowTom Hughes2021-10-198-32/+32
* charge_manager: don't send new power request when DPS enabledfirmware-cr50-stab-mp-14300.B-mainfirmware-cr50-stab-14294.B-mainEric Yilun Lin2021-10-191-12/+22
* dps: reset PD voltage when dps disabled.Eric Yilun Lin2021-10-191-0/+3
* tree: Files should end with single newlineTom Hughes2021-10-1816-17/+0
* tree: Make all console commands staticTom Hughes2021-10-155-14/+19
* tree: Make all host commands staticTom Hughes2021-10-158-13/+24
* zephyr: add support for virtual batteryMichał Barnaś2021-10-151-3/+3
* charge: respect PDO current maximum limitEric Yilun Lin2021-10-152-0/+28
* IOEX: Cleanup: Use IOEX_FLAGS_INITIALIZED flag to get the IOEX statusVijay Hiremath2021-10-121-8/+9
* common/console: No PROMPT if CONFIG_EXPERIMENTAL_CONSOLEJes B. Klinke2021-10-121-4/+6
* zephyr: optimize I2C mutexesDawid Niedzwiecki2021-10-111-3/+11
* motion_sense: Fix Fix ap_event_interval calculationGwendal Grignou2021-10-081-1/+1
* common/panic_output: Disable infinite recursion warningTom Hughes2021-10-081-0/+11
* common/console: Add support for ^CJes B. Klinke2021-10-081-0/+12
* TCPMv2: Clear discovery data on detachDiana Z2021-10-071-0/+4
* chgstv2: Implement battery protection for low voltageTang Qijun2021-10-071-0/+40
* tree: Remove CONFIG_RO_HEAD_ROOM and CONFIG_RW_HEAD_ROOMTom Hughes2021-10-061-5/+0
* common/usbc: Fix constnessTom Hughes2021-10-061-2/+2
* zephyr: convert port number for I2C_CONTROL HCDawid Niedzwiecki2021-10-061-0/+9
* ioex: Skip initializing IOEXes if already initializedfactory-ambassador-14265.B-mainVijay Hiremath2021-10-051-2/+8
* main: Add board level Pre-task I2C peripheral initializationVijay Hiremath2021-10-052-5/+14
* i2c: Use bitbang mode for pre-task i2c transactionsJun Lin2021-10-053-4/+46
* chip/npcx: Fix enum typeTom Hughes2021-10-051-1/+1
* common/base_state: Fix enum typeTom Hughes2021-10-041-1/+1
* common/motion_sense: Avoid comparison between negative value and unsigned charTom Hughes2021-10-011-0/+2
* hostcmd: Implement I2C_CONTROL host commandCaveh Jalali2021-10-011-0/+61
* i2c: add converters between enum i2c_freq and kHzCaveh Jalali2021-10-011-0/+28
* driver: Add support for BMI220 sensorMike Lee2021-10-011-0/+1
* common/i2c: Implement i2cspeed console commandCaveh Jalali2021-09-281-0/+74
* math_util: add creation of 64 bit bitmasksDenis Brockus2021-09-271-0/+40
* TCPMv2: Set mux to None when detachingDiana Z2021-09-271-4/+5
* common/i2c: Improve port number validation in i2c_set_freqCaveh Jalali2021-09-261-1/+6
* SSFC: Framework to support two charger sourcesParth Malkan2021-09-245-43/+130
* zephyr: drivers: thermistors are device tree nodesAaron Massey2021-09-241-0/+4
* motion_sense: Fix ap_event_interval calculation.Gwendal Grignou2021-09-231-12/+12