aboutsummaryrefslogtreecommitdiff
path: root/include/cros_ec.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-02cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.cMoritz Fischer1-9/+0
2016-10-11cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer1-0/+11
2016-10-08cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer1-1/+3
2015-11-19cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass1-2/+2
2015-08-05cros_ec: Remove the old tunnel codeSimon Glass1-14/+0
2015-08-05cros_ec: Support the LDO access method used by springSimon Glass1-2/+2
2015-08-05dm: cros_ec: Convert the I2C tunnel code to use driver modelSimon Glass1-2/+12
2015-04-18cros_ec: Remove unused cros_ec_board_init() functionSimon Glass1-7/+0
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass1-130/+0
2015-01-29dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass1-1/+2
2014-10-22dm: cros_ec: Add support for driver modelSimon Glass1-1/+26
2014-03-17cros_ec: Implement I2C pass-throughSimon Glass1-0/+14
2014-03-17cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass1-0/+21
2014-03-17cros_ec: spi: Add support for EC protocol version 3Randall Spangler1-0/+13
2014-03-17cros_ec: Clean up multiple EC protocol supportRandall Spangler1-3/+2
2014-03-17cros_ec: Sync up with latest Chrome OS EC versionSimon Glass1-2/+2
2014-03-17cros_ec: Add a function for decoding the Chrome OS EC flashmapSimon Glass1-0/+19
2014-03-17cros_ec: Move EC interface into common libraryVadim Bendebury1-0/+18
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+2
2013-06-26cros: add cros_ec driverHung-ying Tyan1-0/+449