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