aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/cros_ec_sandbox.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-11-14cros_ec: Handling EC_CMD_GET_NEXT_EVENTHeinrich Schuchardt1-0/+10
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05sandbox: Complete migration away from os_malloc()Simon Glass1-4/+4
2018-12-05cros_ec: Adjust to use v1 vboot context onlySimon Glass1-4/+6
2018-11-20cros_ec: Add new features for events and powerSimon Glass1-1/+1
2018-10-09cros: Update ec_commands to latest versionSimon Glass1-2/+2
2018-10-09cros: Update cros_ec code to use struct udeviceSimon Glass1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada1-1/+1
2017-06-01cros_ec: Convert to support live treeSimon Glass1-12/+11
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2016-07-11sandbox: Find keyboard driver using driver modelSimon Glass1-1/+10
2015-11-19sandbox: cros_ec: fix uninitialized use of lenDaniel Schwierzeck1-0/+1
2015-05-14sandbox: cros_ec: Support EC_CMD_ENTERING_MODE emulationSimon Glass1-0/+2
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass1-2/+2
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass1-73/+0
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-1/+1
2014-10-22dm: sandbox: cros_ec: Move sandbox cros_ec to driver moduleSimon Glass1-5/+85
2014-10-22dm: cros_ec: Add support for driver modelSimon Glass1-2/+7
2014-06-19includes: move openssl headers to include/u-bootJeroen Hofstee1-1/+1
2014-03-17cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass1-0/+559