summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cros_ec_sandbox.c
Commit message (Expand)AuthorAgeFilesLines
* sandbox: cros_ec: Only write EC state when the EC is probedSimon Glass2021-03-271-0/+4
* cros_ec: Add vstore supportSimon Glass2021-01-301-2/+50
* cros_ec: Show events in human-readable formSimon Glass2021-01-301-1/+11
* cros_ec: Add support for switchesSimon Glass2021-01-301-0/+10
* cros_ec: Support reading EC featuresSimon Glass2021-01-301-0/+11
* cros_ec: Add support for reading the SKU IDSimon Glass2021-01-301-0/+7
* cros_ec: Add a function for the hello messageSimon Glass2021-01-301-0/+12
* Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini2021-01-051-2/+2
|\
| * dm: Use access methods for dev/uclass private dataSimon Glass2021-01-051-2/+2
* | Merge tag 'v2021.01-rc5' into nextTom Rini2021-01-051-10/+8
|\ \ | |/ |/|
| * sandbox: cros_ec: Basic support for EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak2020-11-301-10/+8
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
|/
* cros_ec: Handling EC_CMD_GET_NEXT_EVENTHeinrich Schuchardt2020-11-141-0/+10
* drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-2/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* sandbox: Complete migration away from os_malloc()Simon Glass2020-02-051-4/+4
* cros_ec: Adjust to use v1 vboot context onlySimon Glass2018-12-051-4/+6
* cros_ec: Add new features for events and powerSimon Glass2018-11-201-1/+1
* cros: Update ec_commands to latest versionSimon Glass2018-10-091-2/+2
* cros: Update cros_ec code to use struct udeviceSimon Glass2018-10-091-2/+2
* 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: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2017-07-111-1/+1
* cros_ec: Convert to support live treeSimon Glass2017-06-011-12/+11
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* sandbox: Find keyboard driver using driver modelSimon Glass2016-07-111-1/+10
* sandbox: cros_ec: fix uninitialized use of lenDaniel Schwierzeck2015-11-191-0/+1
* sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulationSimon Glass2015-05-141-0/+2
* cros_ec: exynos: Match up device tree with kernel versionSimon Glass2015-04-181-2/+2
* cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass2015-04-181-73/+0
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-1/+1
* dm: sandbox: cros_ec: Move sandbox cros_ec to driver moduleSimon Glass2014-10-221-5/+85
* dm: cros_ec: Add support for driver modelSimon Glass2014-10-221-2/+7
* includes: move openssl headers to include/u-bootJeroen Hofstee2014-06-191-1/+1
* cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass2014-03-171-0/+559