summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
Commit message (Expand)AuthorAgeFilesLines
* ec: Add async FLASH_PROTECTFiras Sammoura2023-05-031-0/+13
* ec: Add another #line directiveJeremy Bettis2023-04-211-0/+6
* host_cmd: Add command to get/set s0ix counterGrzegorz Bernacki2023-04-141-0/+17
* USB-PD: Update EC_CMD_TYPEC_STATUS for EPRDaisuke Nojiri2023-04-131-1/+53
* Reland "battery: Finish past cleanup of sb fw update"Aaron Massey2023-04-111-53/+1
* keyboard_scan: drop CONFIG_KEYBOARD_LANGUAGE_IDFabio Baltieri2023-04-061-11/+0
* Revert "battery: Finish past cleanup of sb fw update"Aaron Massey2023-04-031-1/+53
* battery: Finish past cleanup of sb fw updateAaron Massey2023-03-311-53/+1
* battery: Remove dead sbs_passthrough host cmdsAaron Massey2023-03-311-24/+2
* ec_commands: Read-test deprecated to obsoleteAaron Massey2023-03-311-1/+1
* PD: Add retimer/redriver cable details in Host command responseRajesh Kumar2023-03-141-0/+2
* system: Introduce Memory Dump Host CommandsRob Barnes2023-03-071-0/+48
* chgstv2: Separate v0 and v1 param struct for EC_CMD_CHARGE_CURRENT_LIMITDaisuke Nojiri2023-03-031-1/+3
* USB-PD: Use VDO_MAX_OBJECTS to define max VDO objectsDaisuke Nojiri2023-03-021-5/+7
* Add host event: EC_HOST_EVENT_BODY_DETECT_CHANGETim Van Patten2023-02-241-0/+4
* Increase supported host events to 64Tim Van Patten2023-02-221-0/+6
* Fan: print 'stalled' for rpm == 0xfffeDaisuke Nojiri2023-02-211-1/+3
* Update EC_CMD_CHARGE_CURRENT_LIMIT to version 1Jolene2023-02-171-0/+9
* fan: update fan stalled value reportingSumeet Pawnikar2023-01-301-1/+5
* TCPMv2: Add host command VDM:Attention retrievalDiana Z2023-01-251-1/+11
* TCPMv2: Rearrange VDM response HC contentsDiana Z2023-01-251-2/+2
* ec_commands: Fix EC_CMD_GET_BOOT_TIME response namingCaveh Jalali2023-01-201-1/+1
* zephyr/shim/led_driver: Add EC_LED_COLOR_INVALID enum valueRobert Zieba2023-01-191-0/+1
* TCPMv2: Add SOP minor revision to EC_CMD_TYPEC_STATUSJameson Thies2023-01-181-5/+18
* battery: extend BATTERY_GET_STATIC hostcmd for 32-byte stringsPeter Marheine2023-01-121-0/+26
* system: Add EC_REBOOT_FLAG_CLEAR_AP_IDLEDaisuke Nojiri2023-01-041-1/+7
* PCHG: Add BIST mode for RF chargeDaisuke Nojiri2022-12-161-0/+3
* TCPMv2: Make VDM ACKs available to the APDiana Z2022-12-131-0/+22
* ec: Support logging system boot time infoRajesh Kumar2022-12-071-0/+18
* Revert "ec: Support logging system boot time info"Piotr Pawliczek2022-12-031-18/+0
* ec: Support logging system boot time infoRajesh Kumar2022-12-021-0/+18
* ec_commands: modified the ec_motion_sense_activity struct to __ec_todo_packedJosh Tsai2022-11-221-2/+2
* common: body_detection: notify host when body status is changedJosh Tsai2022-11-221-0/+4
* Add EC_CMD_SET_TABLET_MODETim Van Patten2022-11-041-0/+16
* include/ec_commands.h: Clean up kernel-doc warningsTim Van Patten2022-11-041-0/+3
* TCPMv2: Add host command to send VDM REQ messagesDiana Z2022-10-281-0/+15
* test: add tests for tcs3400 offset functionsYuval Peress2022-10-271-1/+1
* PCHG: Add pass-through modeDaisuke Nojiri2022-10-261-0/+4
* PCHG: Report errors to hostDaisuke Nojiri2022-10-251-0/+13
* host_command: Remove EC_CMD_READ_TESTAaron Massey2022-10-201-19/+1
* Features: Add feature flag to advertise AP VDM controlDiana Z2022-10-171-0/+4
* include/ec_commands.h: Fix unaligned access warningsTom Hughes2022-10-121-7/+7
* ec_commands.h: Remove ec_current_image compatibility macroTom Hughes2022-10-111-10/+1
* ectool: support bist share mode enable/disable commandScott Chao2022-10-061-0/+3
* ec_commands: Fix flexible array member with g++Tom Hughes2022-09-161-4/+4
* ec_commands: Add flexible array member support for C and C++Tom Hughes2022-09-131-13/+21
* Revert "ec_commands: Fix C++ compilation"Reka Norman2022-09-131-5/+4
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* ec_commands: Fix C++ compilationTom Hughes2022-09-081-4/+5
* zephyr: tests: Test common/flash.c crec_flash_is_erased()Tristan Honscheid2022-09-011-1/+8