summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ec_commands: Add suspend control needed for SkylakeGwendal Grignou2016-06-281-0/+17
* usb_mux: Add support for host-controlled 'virtual' USB muxShawn Nematbakhsh2016-06-241-0/+21
* ec_commands: Be sure all C code is within #ifnef ACPIGwendal Grignou2016-06-231-2/+2
* mkpb: Add MKBP support over ACPIGwendal Grignou2016-06-221-2/+7
* ec_commands: use hex to make EC_PWM_MAX_DUTY clearerBrian Norris2016-06-171-2/+2
* ec_commands: Add new EC_CMD_PD_CONTROL commandNicolas Boichat2016-06-071-0/+15
* driver: Add support bma255 sensorWonjoon Lee2016-05-311-0/+1
* pwm: Modify new PWM host commands to take 16-bit duty cycleShawn Nematbakhsh2016-05-271-2/+4
* common/i2c: Add I2C passthru_protect commandNicolas Boichat2016-05-241-0/+19
* kevin: rk3399: enabling RTC wakeupShelley Chen2016-05-231-0/+3
* pwm: Add generic PWM control host commandsShawn Nematbakhsh2016-05-111-0/+31
* ectool: Support keyboard factory scanningDevn Lu2016-04-011-0/+7
* ec: Add temporary secure storage for the host during bootDuncan Laurie2016-01-251-0/+46
* ectool: provide lid angle infoKevin K Wong2015-11-251-0/+21
* charger: Add LIMIT_POWER charger param for low bat + weak chargerShawn Nematbakhsh2015-10-271-0/+5
* driver: Add L3GD20H gyrometer basic driver supportBolat Dinc2015-10-201-0/+1
* pd: Allow EC to request PD hibernate via host commandShawn Nematbakhsh2015-10-051-3/+7
* ec_commands: Add "hibdelay" as an EC host command.Aseda Aboagye2015-09-251-0/+35
* common: motion: Add double tap gesture host interfaceGwendal Grignou2015-09-211-0/+1
* pd: add more flags to USB_PD_CONTROL host commandAlec Berg2015-09-181-3/+14
* motion: Add Gesture InterfaceGwendal Grignou2015-09-181-2/+46
* motion: Add wake up sensor support.Gwendal Grignou2015-09-181-0/+1
* driver: Refactor Kionix Accelerometer drivers.Aseda Aboagye2015-09-151-0/+1
* pd: add swap commands to USB_PD_CONTROL host commandAlec Berg2015-09-111-1/+11
* kunimitsu: battery led implementationMike M Hsieh2015-08-271-0/+1
* driver: si114x: Add ALS/Proxy sensor SI114xGwendal Grignou2015-08-221-2/+7
* bmm150: Add support for calibrationGwendal Grignou2015-08-221-0/+1
* usb_pd: Add host command to limit external charger voltage / currentShawn Nematbakhsh2015-08-221-4/+8
* motion_sense: Move angle calculation under LPC_MODEGwendal Grignou2015-08-011-1/+4
* host_command_pd: loop over sending PD status host commandAlec Berg2015-07-291-0/+2
* command: Add sensor FIFO as an independant feature.Gwendal Grignou2015-07-151-1/+3
* motion: Fix for FIFO support and BMI150Gwendal Grignou2015-07-151-2/+2
* driver: bmi160 Add code for calibrationGwendal Grignou2015-07-151-3/+2
* motion: Add sample frequency per sensorGwendal Grignou2015-07-151-8/+12
* motion: FIFO: add lost per vector typeGwendal Grignou2015-07-151-4/+6
* driver: bmi160: Add FIFO and interrupt supportGwendal Grignou2015-07-101-1/+7
* Reserve host command range for experimentsBill Richardson2015-07-101-0/+17
* motion: Add commands for calibrationGwendal Grignou2015-07-091-3/+63
* Add EC_CMD_BLOB host command to pass opaque data aroundBill Richardson2015-07-061-0/+8
* pd: Add support for TCPC Alert and Alert_Mask registersScott2015-06-231-0/+5
* cleanup: fix all the header guardsBill Richardson2015-06-181-3/+3
* ryu: update recovery key combinationsVincent Palatin2015-06-181-0/+3
* commands: Add EC FIFO commandsGwendal Grignou2015-06-111-11/+82
* motion: Add MOTIONSENSE_CMD_DATA: retrieve single sensor dataGwendal Grignou2015-06-031-8/+18