summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* RGBKBD: Separate init and enableDaisuke Nojiri2022-04-121-7/+72
* RGBKBD: Print error code in set_color_singleDaisuke Nojiri2022-04-121-5/+10
* usb-pe: set FRS and AMS flags before invalidte contractEric Yilun Lin2022-04-121-3/+7
* ztest: motion_sense: add tests for ec_rate subcommandYuval Peress2022-04-121-1/+1
* battery: Current rate must be positive.Andrew McRae2022-04-081-1/+6
* ec: Add sleep to emulated ztests for tasksJeremy Bettis2022-04-071-0/+4
* test: fix wrong LCOV comment start tagYuval Peress2022-04-061-2/+2
* motion_sense_fifo: Add tests for the get_info functionYuval Peress2022-04-061-1/+2
* test: update unreachable code in math_util.cYuval Peress2022-04-041-5/+2
* zephyr: test: filter unreachable tests from lcovYuval Peress2022-04-041-0/+4
* I2C trace: Add error prints to trace resultsDiana Z2022-04-012-4/+6
* hibernate: allow AP_PWRSEQ to indicate AP power statePeter Marheine2022-04-011-2/+3
* tcpc: fix DUT shutdown when low battery during update TBT FWScott Chao2022-03-311-8/+8
* Zephyr: Separate temp_sensor_read()Diana Z2022-03-311-4/+2
* RGBKBD: Add EC_CMD_RGBKBD commandDaisuke Nojiri2022-03-301-0/+19
* test_util: Add function to set next state without rebootPatryk Duda2022-03-301-1/+6
* RGBKBD: Add EC_CMD_RGBKBD_SET_COLOR commandDaisuke Nojiri2022-03-291-0/+78
* tree: Replace __attribute__((used)) with __keepTom Hughes2022-03-291-4/+4
* hooks: add HOOK_PRIO_POST_POWER_BUTTONKeith Short2022-03-291-1/+1
* hooks: add HOOK_PRIO_PRE_DEFAULTKeith Short2022-03-291-1/+1
* hooks: add HOOK_PRIO_POST_CHIPSETKeith Short2022-03-291-1/+1
* hooks: add HOOK_PRIO_POST_CHARGE_MANAGERKeith Short2022-03-291-1/+1
* hooks: rename charger init priority to match othersKeith Short2022-03-292-2/+2
* hooks: add HOOK_PRIO_POST_LIDKeith Short2022-03-292-4/+4
* hooks: add HOOK_PRIO_POST_PWMKeith Short2022-03-291-1/+1
* hooks: add HOOK_PRIO_POST_I2CKeith Short2022-03-292-2/+2
* USBHC: Add USB host command interfaceDaisuke Nojiri2022-03-292-0/+273
* zephyr: Add mock for system_jumped_late() functionTristan Honscheid2022-03-281-1/+1
* util: Remove implementation of strtoull in Zephyr buildYuval Peress2022-03-281-0/+2
* util: align the IN_RANGE implementation with zephyrTing Shen2022-03-231-2/+2
* common: vivaldi: modify key struct to be overridableLeo-Tsai2022-03-221-1/+1
* i2c: Add addr_flags and cmd to board_allow_i2c_passthru()Ricardo Quesada2022-03-171-5/+24
* i2c: move PASSTRHU_RESTRICTED check to check_i2c_paramsRicardo Quesada2022-03-171-8/+6
* dps: ensure DPS task waited for enough timeEric Yilun Lin2022-03-161-0/+1
* gpio: Cleanup CONFIG_CMD_GPIO_EXTENDEDKeith Short2022-03-161-16/+11
* zephyr: Directly map GPIO flagsKeith Short2022-03-161-0/+6
* ectool: support dps enable/disable commandEric Yilun Lin2022-03-151-0/+12
* dps: move disable process to dps_enable()Eric Yilun Lin2022-03-151-3/+6
* fpsensor: Tidy up fp_match_successAndrea Grandi2022-03-141-10/+4
* Revert "battery: Do not return display_soc if data is bad"Daisuke Nojiri2022-03-121-10/+0
* battery: Set EC_BATT_FLAG_INVALID_DATA correctlyDaisuke Nojiri2022-03-122-2/+2
* usbpd: Advertise USB COMM_CAP in RDOCaveh Jalali2022-03-111-3/+25
* usb_pd_timer: use atomic_*_bit functionsDawid Niedzwiecki2022-03-101-108/+47
* Banshee:implement LED behaviorLeo-Tsai2022-03-101-0/+5
* usbc: define CONFIG_AP_PWRSEQ in usbc common filesDeepti Deshatty2022-03-093-4/+4
* mrbland: Disable lid detect when the base is detachedSiyu Qin2022-03-091-0/+15
* zephyr: test enabling charge state debuggingYuval Peress2022-03-091-0/+16
* common: pwm: drop Zephyr support codeFabio Baltieri2022-03-081-23/+5
* usbpd: Add source PDO vector helperCaveh Jalali2022-03-081-6/+17
* zephyr: test: Add tests for chgstate idle commandYuval Peress2022-03-071-1/+1