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