summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
Commit message (Expand)AuthorAgeFilesLines
* Enable two-byte responses from host command handlers.Jeff Andersen2017-05-251-3/+5
* eve_fp: add more fingerprint host commandsVincent Palatin2017-05-231-1/+72
* common: sensors: add extra sensor attributesNick Vaccaro2017-05-181-1/+23
* rwsig: expose a new feature bit when RWSIG task is enabledWei-Ning Huang2017-05-111-0/+2
* rwsig: add host command for controlling rwsig taskWei-Ning Huang2017-05-061-0/+12
* common/led_common: Add API for controlling LED stateFurquan Shaikh2017-05-021-0/+2
* common: add feature bit for touchpad supportWei-Ning Huang2017-04-271-0/+2
* rwsig: add host command for getting rwsig statusWei-Ning Huang2017-04-271-0/+7
* Include stdint.h from ec_commands.h.Carl Hamilton2017-04-251-3/+5
* power_button_x86: Fix power button pulse enabling/disablingFurquan Shaikh2017-04-171-2/+2
* system: Fixups in emulated sysrq codeNicolas Boichat2017-04-061-1/+4
* system: Add support for emulated sysrqNicolas Boichat2017-03-311-0/+5
* Add minimal fpc1140 driverVincent Palatin2017-03-161-0/+5
* eve_fp: minimalistic fingerprint sensor passthroughVincent Palatin2017-03-161-0/+14
* led: Add options for left and right ledDuncan Laurie2017-03-131-0/+4
* common: add feature bit for fingerprint supportVincent Palatin2017-03-131-0/+2
* flash: Add ROLLBACK flash region, that can be protected separatelyNicolas Boichat2017-02-251-0/+4
* flash: Add EC_FLASH_PROTECT_RW_[AT_BOOT|NOW] flagsstabilize-9313.BNicolas Boichat2017-02-231-0/+4
* ec:Correct ACPI host commandsSam Hurst2017-02-221-5/+5
* motion: Add opt3001 as a motion sensorGwendal Grignou2017-02-161-0/+1
* pdchipinfo: Add option to force renewalDaisuke Nojiri2017-02-141-0/+1
* pdchipinfo: Increase compatibility of fw_versionDaisuke Nojiri2017-02-141-3/+6
* Add host command to get PD chip informationDaisuke Nojiri2017-02-091-0/+13
* ec:Correct EC_CMD_HOST_EVENT_GET_WAKE_MASK valueSam Hurst2017-01-311-1/+1
* poppy: host command for configuring power buttonShelley Chen2017-01-131-0/+14
* ec: Minor cleanup of private host command macros.Carl Hamilton2017-01-111-0/+7
* motion_sense: Add "spoof" modeAseda Aboagye2017-01-071-3/+38
* iec: Improve efficiency of host command dispatcherSam Hurst2017-01-061-126/+141
* Revert "ec: Improve efficiency of host command dispatcher"Vadim Bendebury2016-11-261-126/+123
* ec: Improve efficiency of host command dispatcherSam Hurst2016-11-231-123/+126
* ec_commands: Add a new host event for extended eventsFurquan Shaikh2016-11-081-0/+6
* common: Add new recovery mode button combinationFurquan Shaikh2016-11-081-0/+3
* Support alignment for EC host command structuresRandall Spangler2016-10-191-423/+530
* flash: Add command to get SPI flash chip infoRandall Spangler2016-09-231-0/+18
* motion: Add tablet mode flag.Gwendal Grignou2016-09-091-0/+1
* common: Add TABLET_MODE hook.Gwendal Grignou2016-09-071-0/+1
* Revert "ectool: Add ectool command to do AP force shutdown"Vijay Hiremath2016-09-011-2/+1
* ectool: Add ectool command to do AP force shutdownVijay Hiremath2016-08-301-1/+2
* barometer: Add barometer driver for BMP280 in ECDivya Sasidharan2016-08-241-0/+2
* ec_commands.h: Reserve 0x200-0x2FF for Rotor.Aseda Aboagye2016-08-171-5/+1
* mkbp_event: Allow host to report sleep state for non-wake event skippingShawn Nematbakhsh2016-08-121-4/+0
* kevin / gru: Notify host of HPD IRQ statusShawn Nematbakhsh2016-08-101-0/+1
* Acpi: Notify host when orientation changesjames_chao2016-08-091-0/+10
* ec_commands: Reserve command ids for CR51 firmware.Carl Hamilton2016-08-051-0/+7
* mkbp: Extend EC_CMD_MKBP_GET_INFO.Aseda Aboagye2016-07-191-3/+54
* mkbp: Add support for buttons and switches.Aseda Aboagye2016-07-191-0/+19
* common/i2c: Remove I2C read/write commandsNicolas Boichat2016-07-191-2/+4
* common: add EC_RTC_ALARM_CLEAR to ec_commands.hStephen Barber2016-07-091-0/+3
* common: add EC_FEATURE_RTC to features host commandStephen Barber2016-07-091-0/+2
* motion: Add ability to stop ring interrupts.Gwendal Grignou2016-06-301-9/+27