summaryrefslogtreecommitdiffstats
path: root/cmd/cros_ec.c
Commit message (Expand)AuthorAgeFilesLines
* cros_ec: Show events in human-readable formSimon Glass2021-01-301-6/+64
* cros_ec: Add support for switchesSimon Glass2021-01-301-0/+41
* cros_ec: Support reading EC featuresSimon Glass2021-01-301-0/+74
* cros_ec: Add support for reading the SKU IDSimon Glass2021-01-301-0/+10
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* command: Remove the cmd_tbl_t typedefSimon Glass2020-05-181-3/+4
* common: Drop flash.h from common headerSimon Glass2020-05-181-0/+1
* cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass2018-10-091-1/+1
* cros: Update ec_commands to latest versionSimon Glass2018-10-091-3/+2
* cros: Update cros_ec code to use struct udeviceSimon Glass2018-10-091-12/+12
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* dm: core: Add flags parameter to device_remove()Stefan Roese2017-04-041-1/+1
* cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.cMoritz Fischer2016-12-021-0/+23
* cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer2016-10-111-0/+365