summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cros_ec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dm: cros_ec: Convert cros_ec LPC driver to driver modelSimon Glass2015-04-181-0/+12
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-3/+3
* dm: cros_ec: Don't require protocol 3 supportSimon Glass2015-01-291-4/+6
* dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-18/+6
* cros_ec: Fix uninitialised variable in cros_ec.cSimon Glass2014-11-221-0/+1
* dm: cros_ec: Add support for driver modelSimon Glass2014-10-221-12/+110
* cros_ec: Implement I2C pass-throughSimon Glass2014-03-171-2/+268
* cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass2014-03-171-0/+16
* cros_ec: Correct comparison between signed and unsigned numbersSimon Glass2014-03-171-16/+18
* cros_ec: spi: Add support for EC protocol version 3Randall Spangler2014-03-171-0/+12
* cros_ec: Add base support for protocol v3Simon Glass2014-03-171-1/+164
* cros_ec: Clean up multiple EC protocol supportRandall Spangler2014-03-171-8/+13
* cros_ec: Sync up with latest Chrome OS EC versionSimon Glass2014-03-171-16/+17