summaryrefslogtreecommitdiff
path: root/util/ectool.c
Commit message (Expand)AuthorAgeFilesLines
* ectool: Add new mkbpget command to get button/switch statusNicolas Boichat2019-10-161-0/+83
* util/ectool: move `struct command` into `ectool.h`Harry Cutts2019-10-161-5/+0
* ec_commands: Obsolete v0 and declare v1 of host command EC_CMD_POWER_INFOTim Wawrzynczak2019-10-051-9/+29
* util/comm-i2c: Add switch to specify I2C busHarry Cutts2019-10-041-2/+26
* fpsensor: Add async FP_CMD_CONTEXTTom Hughes2019-10-021-0/+55
* cleanup: remove copy of pd_cc_state enumJett Rink2019-09-261-9/+9
* util/ectool: check malloc for NULLPatrick Georgi2019-09-071-0/+2
* util/ectool.c: Fix resource leakPatrick Georgi2019-09-071-0/+1
* util/ectool: Free memory before giving upPatrick Georgi2019-09-041-0/+2
* audio_codec: remove unused EC_FEATURE codeTzung-Bi Shih2019-09-031-1/+0
* util/ectool: Protect against out-of-memory conditionPatrick Georgi2019-08-281-1/+6
* ectool: Update usbpdmuxinfo to latest changesVijay Hiremath2019-08-221-11/+7
* driver: lis2dwl: add driver supportPaul Ma2019-08-211-0/+3
* driver: lis2dw12: Add driver supportmario tesi2019-08-131-0/+3
* ectool/trng: Add "rand" host command for testing RNGTom Hughes2019-08-061-0/+50
* ectool: print unsigned version of sensor valuesJett Rink2019-08-021-1/+5
* ectool: Add stress command to ectoolCraig Hesling2019-07-251-0/+166
* ec_commands: Add EC_CMD_MKBP_WAKE_MASK.Aseda Aboagye2019-07-251-0/+72
* ec_commands: Rename 'renew' to 'live' in EC_CMD_USB_PD_CHIP_INFOKarthikeyan Ramasubramanian2019-07-201-5/+9
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-1/+3
* ectool: put help menu items in alphabetical orderCurtis Malainey2019-07-171-2/+2
* ectool: Update locatechip host command for new topology added in TCPCVijay Hiremath2019-06-281-1/+5
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* ectool: Clarify addressing mode for I2C commandsDaisuke Nojiri2019-06-101-8/+19
* fpsensor: Add API to check FP sensor encryption status.Yicheng Li2019-06-071-0/+28
* common: Add EC_CMD_LOCATE_CHIPDaisuke Nojiri2019-06-061-17/+41
* ectool: add async flash eraseTom Hughes2019-06-061-1/+12
* i2c: add i2clookup host commandJett Rink2019-05-161-1/+53
* cleanup: fix cros_sh to cros_ish typoJett Rink2019-05-101-1/+1
* common: add MOTIONSENSE_CHIP_TCS3400Nick Vaccaro2019-05-041-0/+3
* common: add new MOTIONSENSE_TYPE_LIGHT_RGB sensor typeNick Vaccaro2019-05-041-0/+3
* util/ectool, common/system: Share sysmbol reset_flag_desc.Yilun Lin2019-04-181-24/+17
* ectool: cleanup cmd_fp_seed()Nicolas Norvez2019-04-111-6/+5
* ec-utils: Add cros_fp as name to ectool help msgCraig Hesling2019-03-291-1/+1
* ectool: Updating EC_CMD_USB_PD_CONTROL command versionsAyushee2019-03-291-5/+9
* power/intel_x86: Introduce s0ix failure detectionEvan Green2019-03-281-21/+92
* ectool: fix help message for sub-command - usbchargemode.Marco Chen2019-03-281-2/+2
* usb_pd: Get current DP pin modeAyushee2019-03-281-1/+20
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-7/+7
* driver: lis2dh: Add support for lng2dmGwendal Grignou2019-03-111-0/+3
* usb_pd: Get current CC stateAyushee2019-03-071-1/+22
* driver: lsm6dso: Add support to LSM6DSO IMUMario Tesi2019-03-061-0/+3
* lsm6ds3: Add LDM6DS3 variant to existing LSM6DSMJett Rink2019-02-131-0/+3
* ec_commands: Fix more warnings from check_patch.plGwendal Grignou2019-02-081-6/+8
* ec_commands: Add missing definition for LIS2MDLGwendal Grignou2019-02-081-0/+3
* ish: add ec_feature flag for ISHRushikesh S Kadam2019-02-041-0/+1
* usb_port_power_smart: turn on/off charging mode during system suspendZhuohao Lee2019-01-301-3/+14
* ectool: remove legacy "reboot_ec A" flagTom Hughes2019-01-301-6/+2
* ectool: rollbackinfo: return correct exit code on successTom Hughes2019-01-261-1/+1
* util/ectool: Update usages for cros_scp.Yilun Lin2019-01-221-2/+2