summaryrefslogtreecommitdiff
path: root/drivers/misc/cros_ec_sandbox.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-21cros_ec: Use standard calls for recovery-request checkingSimon Glass1-7/+11
2021-07-21cros_ec: Support the full-size vboot contextSimon Glass1-5/+3
2021-07-21cros_ec: Drop cros_ec_entering_mode()Simon Glass1-3/+0
2021-07-16sandbox: cros_ec: Update error handling when reading matrixSimon Glass1-5/+7
2021-07-06sandbox: cros-ec: Add tests for the Chromium OS EC PWM driverAlper Nebi Yasak1-0/+47
2021-03-27sandbox: cros_ec: Only write EC state when the EC is probedSimon Glass1-0/+4
2021-01-31cros_ec: Add vstore supportSimon Glass1-2/+50
2021-01-31cros_ec: Show events in human-readable formSimon Glass1-1/+11
2021-01-31cros_ec: Add support for switchesSimon Glass1-0/+10
2021-01-31cros_ec: Support reading EC featuresSimon Glass1-0/+11
2021-01-31cros_ec: Add support for reading the SKU IDSimon Glass1-0/+7
2021-01-31cros_ec: Add a function for the hello messageSimon Glass1-0/+12
2021-01-06Merge tag 'dm-pull-5jan21' of git://git.denx.de/u-boot-dm into nextTom Rini1-2/+2
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini1-10/+8
2021-01-05dm: Use access methods for dev/uclass private dataSimon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-11-30sandbox: cros_ec: Basic support for EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak1-10/+8
2020-11-15cros_ec: Handling EC_CMD_GET_NEXT_EVENTHeinrich Schuchardt1-0/+10
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-06sandbox: 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-21cros_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-20sandbox: cros_ec: fix uninitialized use of lenDaniel Schwierzeck1-0/+1
2015-05-15sandbox: 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-17dm: 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-18cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass1-0/+559