summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* fpsensor: Fix build error in public-postsubmitAndrea Grandi2022-03-071-11/+13
* dps: do not evaluate a SRC portEric Yilun Lin2022-03-041-0/+4
* USB: Enable port power to use IOEX pinsDiana Z2022-03-041-1/+1
* fpsensor: Fix output of "fpmatch" commandAndrea Grandi2022-03-041-3/+3
* test-drivers: Fix comparison warningsAbe Levkoy2022-03-021-1/+1
* battery: Do not return display_soc if data is badRob Barnes2022-03-011-0/+10
* RGBKBD: Add RGB Keyboard taskDaisuke Nojiri2022-03-012-0/+316
* virtual_battery: support RunTimeToEmpty 0x11 commandEric Yilun Lin2022-03-011-0/+12
* gpio: cleanup header usage for i2cKeith Short2022-02-256-0/+6
* gpio: cleanup header usage for chipset taskKeith Short2022-02-251-0/+1
* gpio: cleanup header usage for buttonsKeith Short2022-02-251-0/+1
* PCHG: Handle host events in queueDaisuke Nojiri2022-02-241-30/+83
* KB: Implement antighost keyboard scannerParth Malkan2022-02-242-14/+119
* tests: TCPMv2: reset tc structure only for one portTomasz Michalec2022-02-211-6/+2
* common: pwm: handle EC_PWM_TYPE_KB_LIGHT with the kblight APIFabio Baltieri2022-02-181-7/+23
* zephyr: suppress warnings about pointers to unaligned dataMichał Barnaś2022-02-173-16/+40