aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/cros_ec.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-30cros_ec: Add vstore supportSimon Glass1-0/+71
2021-01-30cros_ec: Allow use with of-platdataSimon Glass1-0/+2
2021-01-30cros_ec: Add support for switchesSimon Glass1-0/+16
2021-01-30cros_ec: Support reading EC featuresSimon Glass1-6/+20
2021-01-30cros_ec: Add support for reading the SKU IDSimon Glass1-0/+13
2021-01-30cros_ec: Add run-time check for input buffer overflowSimon Glass1-0/+2
2021-01-30cros_ec: Tidy up a few delaysSimon Glass1-7/+17
2021-01-30cros_ec: Add a function for the hello messageSimon Glass1-15/+31
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-11-14cros_ec: Correct collection of EC hashSimon Glass1-6/+10
2020-11-05cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak1-0/+15
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop flash.h from common headerSimon Glass1-0/+1
2019-12-10cros_ec: use uint instead of uint8_t for cmd paramMichael Auchter1-1/+1
2019-05-08cros_ec: Use a hyphen in the uclass nameSimon Glass1-1/+1
2018-12-05cros: Correct a printf() string and commentSimon Glass1-2/+2
2018-11-20cros_ec: Add new features for events and powerSimon Glass1-6/+339
2018-11-20cros_ec: Align uclass data to a cache boundarySimon Glass1-0/+1
2018-11-20cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass1-0/+3
2018-11-20cros_ec: Add error logging on a few commandsSimon Glass1-2/+9
2018-11-20cros_ec: Use uint instead of u8 for parametersSimon Glass1-6/+4
2018-10-09cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass1-3/+4
2018-10-09cros: Update ec_commands to latest versionSimon Glass1-3/+4
2018-10-09cros: Update cros_ec code to use struct udeviceSimon Glass1-73/+74
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass1-16/+17
2018-07-09dm: core: Update of_read_fmap_entry() for livetreeSimon 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-09-11dm: core: Add ofnode_for_each_subnode()Simon Glass1-2/+1
2017-06-01cros_ec: Convert to support live treeSimon Glass1-19/+14
2017-06-01cros_ec: Fix debug() statement in ec_command_inptr()Simon Glass1-2/+1
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-1/+1
2016-12-02cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.cMoritz Fischer1-16/+0
2016-10-11cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer1-351/+0
2016-10-09cros_ec: Fix issue with cros_ec_flash_write commandMoritz Fischer1-7/+16
2016-10-09cros_ec: Add crosec flashinfo commandMoritz Fischer1-0/+10
2016-10-09cros_ec: Add function to read back flash parametersMoritz Fischer1-0/+21
2016-10-08cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer1-2/+3
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass1-7/+1
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass1-2/+1
2015-11-19cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass1-5/+9
2015-08-05cros_ec: Remove the old tunnel codeSimon Glass1-267/+1
2015-08-05cros_ec: Support the LDO access method used by springSimon Glass1-10/+11
2015-08-05dm: cros_ec: Convert the I2C tunnel code to use driver modelSimon Glass1-5/+88
2015-05-05cros_ec: Show the protocol version in the debug messageSimon Glass1-1/+2
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass1-240/+0
2015-04-18cros_ec: Reinit the cros_ec device when 'crosec init' is usedSimon Glass1-2/+8
2015-04-18dm: cros_ec: Convert cros_ec LPC driver to driver modelSimon Glass1-0/+12