summaryrefslogtreecommitdiff
path: root/include/cros_ec.h
Commit message (Expand)AuthorAgeFilesLines
* cros_ec: Add new features for events and powerSimon Glass2018-11-201-0/+89
* cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass2018-10-091-1/+3
* cros: Adjust board_get_cros_ec_dev() to return a udeviceSimon Glass2018-10-091-3/+1
* cros: Update cros_ec code to use struct udeviceSimon Glass2018-10-091-35/+31
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* cros_ec: Convert to support live treeSimon Glass2017-06-011-5/+2
* dm: core: Add a place to put extra device-tree reading functionsSimon Glass2017-06-011-0/+1
* cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.cMoritz Fischer2016-12-021-9/+0
* cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer2016-10-111-0/+11
* cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer2016-10-081-1/+3
* cros_ec: Use udevice instead of cros_ec_dev for keyboard functionsSimon Glass2015-11-191-2/+2
* cros_ec: Remove the old tunnel codeSimon Glass2015-08-051-14/+0
* cros_ec: Support the LDO access method used by springSimon Glass2015-08-051-2/+2
* dm: cros_ec: Convert the I2C tunnel code to use driver modelSimon Glass2015-08-051-2/+12
* cros_ec: Remove unused cros_ec_board_init() functionSimon Glass2015-04-181-7/+0
* cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass2015-04-181-130/+0
* dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass2015-01-291-1/+2
* dm: cros_ec: Add support for driver modelSimon Glass2014-10-221-1/+26
* cros_ec: Implement I2C pass-throughSimon Glass2014-03-171-0/+14
* cros_ec: sandbox: Add Chrome OS EC emulationSimon Glass2014-03-171-0/+21
* cros_ec: spi: Add support for EC protocol version 3Randall Spangler2014-03-171-0/+13
* cros_ec: Clean up multiple EC protocol supportRandall Spangler2014-03-171-3/+2
* cros_ec: Sync up with latest Chrome OS EC versionSimon Glass2014-03-171-2/+2
* cros_ec: Add a function for decoding the Chrome OS EC flashmapSimon Glass2014-03-171-0/+19
* cros_ec: Move EC interface into common libraryVadim Bendebury2014-03-171-0/+18
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+2
* cros: add cros_ec driverHung-ying Tyan2013-06-261-0/+449