summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
Commit message (Expand)AuthorAgeFilesLines
* coil: cleanup i2c commentsMary Ruthven2021-01-081-2/+2
* coil: remove fingerprint supportMary Ruthven2021-01-061-297/+0
* ec_commands: Force enum to be at least 16 bitsTom Hughes2019-11-081-3/+5
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* fpsensor: Enable positive match secret and positive match salt on enrollment.Yicheng Li2019-10-091-3/+6
* fpsensor: Implement command to read positive_match_secret.Yicheng Li2019-10-091-0/+11
* ec_commands: Obsolete v0 and declare v1 of host command EC_CMD_POWER_INFOTim Wawrzynczak2019-10-051-7/+60
* fpsensor: Add async FP_CMD_CONTEXTTom Hughes2019-10-021-0/+12
* cleanup: remove copy of pd_cc_state enumJett Rink2019-09-261-10/+16
* audio_codec: add WoV abstract layerTzung-Bi Shih2019-09-191-0/+69
* audio_codec: add DMIC abstract layerTzung-Bi Shih2019-09-171-10/+33
* audio_codec: add common abstract layerTzung-Bi Shih2019-09-171-2/+62
* audio_codec: extract DMIC from I2S RXTzung-Bi Shih2019-09-031-13/+36
* audio_codec: refactor I2S RXTzung-Bi Shih2019-09-031-69/+51
* audio_codec: remove unused EC_FEATURE codeTzung-Bi Shih2019-09-031-2/+0
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-4/+27
* ec_commands: Make importing ec_commands.h easier for foreign projectsYu-Ping Wu2019-08-211-4/+17
* driver: lis2dwl: add driver supportPaul Ma2019-08-211-0/+1
* usb_pd: Get USB-C cable type informationAyushee2019-08-161-2/+5
* usb_mux: Send DP safe mode info to virtual MUXVijay Hiremath2019-08-141-0/+1
* driver: lis2dw12: Add driver supportmario tesi2019-08-131-0/+1
* ectool/trng: Add "rand" host command for testing RNGTom Hughes2019-08-061-0/+19
* ec_commands: Add EC_CMD_MKBP_WAKE_MASK.Aseda Aboagye2019-07-251-0/+51
* driver: Add support for calibration modeGwendal Grignou2019-07-241-3/+9
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-8/+2
* ec_commands: Rename 'renew' to 'live' in EC_CMD_USB_PD_CHIP_INFOKarthikeyan Ramasubramanian2019-07-201-1/+6
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-3/+9
* pd_policy: Change DP AltMode event from host event to MKBP.Aseda Aboagye2019-07-171-1/+3
* common: pd_policy: Add notification for DP AltModeAseda Aboagye2019-06-241-1/+7
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* TCPC: Make tcpc_config handle other bus typesDaisuke Nojiri2019-06-101-0/+1
* fpsensor: Add API to check FP sensor encryption status.Yicheng Li2019-06-071-0/+12
* common: Add EC_CMD_LOCATE_CHIPDaisuke Nojiri2019-06-061-15/+32
* common/i2c_master: Add a subcommand to protect all TCPC portsKarthikeyan Ramasubramanian2019-05-301-2/+3
* usb_port_power_smart: support a new usb_charge_mode - USB_CHARGE_MODE_DEFAULT.Marco Chen2019-05-241-2/+26
* i2c: add i2clookup host commandJett Rink2019-05-161-0/+29
* common: add MOTIONSENSE_CHIP_TCS3400Nick Vaccaro2019-05-041-0/+1
* common: add new MOTIONSENSE_TYPE_LIGHT_RGB sensor typeNick Vaccaro2019-05-041-0/+1
* ec_commands: Move #ifdef to encompass more codeGwendal Grignou2019-04-261-1/+3
* ec_commands.h: Fix multi-line comments layoutGwendal Grignou2019-04-261-12/+17
* kukui: scp: Make comment for EC_FEATURE_SCP better.Pi-Hsun Shih2019-04-131-1/+1
* power/intel_x86: Introduce s0ix failure detectionEvan Green2019-03-281-0/+57
* usb_pd: Get current DP pin modeAyushee2019-03-281-0/+3
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-1/+1
* common: Add BIT macroGwendal Grignou2019-03-261-125/+125
* driver: lis2dh: Add support for lng2dmGwendal Grignou2019-03-111-0/+1
* usb_pd: Get current CC stateAyushee2019-03-071-0/+16
* driver: lsm6dso: Add support to LSM6DSO IMUMario Tesi2019-03-061-0/+1
* cleanup: updating comment for ISHJett Rink2019-03-011-1/+1
* motion_sense: send ODR events to the APEnrico Granata2019-02-281-0/+1