summaryrefslogtreecommitdiff
path: root/drivers/misc/cros_ec_sandbox.c
Commit message (Expand)AuthorAgeFilesLines
* 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