summaryrefslogtreecommitdiff
path: root/util/ectool.c
Commit message (Expand)AuthorAgeFilesLines
* util: Compile ectool (and other utils) with C++Tom Hughes2022-09-221-11132/+0
* util: Add explicit castsTom Hughes2022-09-191-1/+1
* util/ectool: Add constTom Hughes2022-09-191-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* battery: Set battery cutoff flagTim Van Patten2022-08-151-0/+2
* ectool: Use pretty enum names for mkbp and host eventsCraig Hesling2022-08-121-2/+76
* Adds a missing help string for the ectool locatechip utilitySean Carpenter2022-08-081-0/+2
* rgbkbd: Update RGBKBD type to 4-zones-4-LEDsParth Malkan2022-07-301-2/+2
* rgbkbd: ectool: fix response size for rgbkbd host commandParth Malkan2022-07-121-3/+3
* clang-format: Ran clang-format on all files againJack Rosenthal2022-07-081-19/+19
* ectool: rgbkbd: Add getconfig supportParth Malkan2022-07-071-27/+53
* ec: add cbi data tag/field for factory_calibration_dataYH Lin2022-07-061-0/+1
* util/ectool.c: Format with clang-formatJack Rosenthal2022-06-281-1272/+1223
* USB Mux: Add feature flag for AP mux settingDiana Z2022-06-221-0/+1
* ectool: Bypass GEC_LOCK for COMM_USB interfacesParth Malkan2022-06-201-1/+4
* RGBKBD: Set scale per keyDaisuke Nojiri2022-06-071-1/+22
* RGBKBD: Add demo sub-command to EC_CMD_RGBKBDDaisuke Nojiri2022-06-071-4/+22
* TCPMv2: Add a host command to allow the AP to set muxesDiana Z2022-06-021-1/+38
* Ectool: Correct TYPEC_CONTROL switchDiana Z2022-06-021-0/+1
* chargesplash: Add ectool commandJack Rosenthal2022-05-171-0/+50
* ectool: add missing space in usbpdmuxinfo outputFabio Baltieri2022-05-161-1/+1
* ectool/battery: Print discharging after the currentDaisuke Nojiri2022-04-091-3/+6
* Revert "ectool: Allow a negative value for battery charge rate"Andrew McRae2022-04-081-2/+3
* RGBKBD: Add EC_CMD_RGBKBD commandDaisuke Nojiri2022-03-301-2/+14
* ectool: Allow a negative value for battery charge rateAndrew McRae2022-03-291-3/+2
* RGBKBD: Add EC_CMD_RGBKBD_SET_COLOR commandDaisuke Nojiri2022-03-291-0/+86
* ectool: Add USB interfaceDaisuke Nojiri2022-03-291-2/+30
* ectool: support dps enable/disable commandEric Yilun Lin2022-03-151-0/+34
* ectool/pchg: Make update command check device event and statusDaisuke Nojiri2022-02-251-6/+27
* TYPEC_CONTROL: Add new subcommand for TBT UFP behaviorDiana Z2022-02-091-1/+16
* ectool: fix "ectool thermalget" ioctl errorB R, Harsha2022-01-311-0/+4
* driver/als_cm32183: Add ALS sourceOwen_Ou2022-01-251-0/+3
* ectool: Update max sensor count with defined macroB R, Harsha2022-01-101-8/+4
* ectool: fix "ectool temps all" ioctl errorB R, Harsha2022-01-051-2/+3
* ectool: Fix ec_rate command invocationShobhit Srivastava2021-12-071-7/+10
* Add EC feature flag for S4 residencyEvan Green2021-12-011-0/+1
* ectool: Change "ectool temps all" output similar to EC console commandB R, Harsha2021-11-121-10/+49
* ectool: Add 'tsv' parameter to usbpdmuxinfoDrew Davenport2021-11-121-13/+49
* npcx: flash: Fix physical_get_protect_flags()Wealian Liao2021-11-031-0/+2
* ectool: Implement I2C speed control commandCaveh Jalali2021-10-011-0/+3
* ectool: Split I2C commands into separate fileCaveh Jalali2021-10-011-310/+1
* driver: Add support for BMI220 sensorMike Lee2021-10-011-0/+3
* COIL: ectool: Update terminologyCaveh Jalali2021-09-241-3/+3
* ec_commands: Add ec_response_get_version_v1Rob Barnes2021-09-201-9/+12
* system: Add CrOS FWID to version outputRob Barnes2021-09-141-2/+16
* util/ectool: Add print info for BMI323 and BMA422Bhanu Prakash Maiya2021-07-131-0/+6
* ectool: fixup the error for chargecontrol normal|idle|dischargeZhuohao Lee2021-07-021-0/+1
* Update EC_CMD_CHARGE_CONTROL to version 2Daisuke Nojiri2021-06-251-7/+84
* ectool: Fix array size check for pchg_state_textDaisuke Nojiri2021-06-211-1/+3
* PCHG: Fix potential error=maybe-uninitialized in cmd_pchg_update_writeDaisuke Nojiri2021-06-161-2/+2