summaryrefslogtreecommitdiff
path: root/drivers/misc/cros_ec.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-05cros: Correct a printf() string and commentSimon Glass1-2/+2
2018-11-21cros_ec: Add new features for events and powerSimon Glass1-6/+339
2018-11-21cros_ec: Align uclass data to a cache boundarySimon Glass1-0/+1
2018-11-21cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass1-0/+3
2018-11-21cros_ec: Add error logging on a few commandsSimon Glass1-2/+9
2018-11-21cros_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-12dm: 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-03cmd: 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-24treewide: 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-20cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass1-5/+9
2015-08-06cros_ec: Remove the old tunnel codeSimon Glass1-267/+1
2015-08-06cros_ec: Support the LDO access method used by springSimon Glass1-10/+11
2015-08-06dm: cros_ec: Convert the I2C tunnel code to use driver modelSimon Glass1-5/+88
2015-05-06cros_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
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-3/+3
2015-01-30dm: cros_ec: Don't require protocol 3 supportSimon Glass1-4/+6
2015-01-30dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass1-18/+6
2014-11-22cros_ec: Fix uninitialised variable in cros_ec.cSimon Glass1-0/+1
2014-10-22dm: cros_ec: Add support for driver modelSimon Glass1-12/+110
2014-03-18cros_ec: Implement I2C pass-throughSimon Glass1-2/+268
2014-03-18cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass1-0/+16
2014-03-18cros_ec: Correct comparison between signed and unsigned numbersSimon Glass1-16/+18
2014-03-18cros_ec: spi: Add support for EC protocol version 3Randall Spangler1-0/+12
2014-03-18cros_ec: Add base support for protocol v3Simon Glass1-1/+164
2014-03-18cros_ec: Clean up multiple EC protocol supportRandall Spangler1-8/+13
2014-03-18cros_ec: Sync up with latest Chrome OS EC versionSimon Glass1-16/+17
2014-03-18cros_ec: Move #ifdef to permit flash region accessSimon Glass1-1/+2
2014-03-18cros_ec: Drop old EC version support from EC driverVadim Bendebury1-12/+3
2014-03-18cros_ec: Add a function for decoding the Chrome OS EC flashmapSimon Glass1-0/+50
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-16/+1