Age | Commit message (Expand) | Author |
2020-05-18 | common: Drop linux/delay.h from common header | Simon Glass |
2020-05-18 | common: Drop log.h from common header | Simon Glass |
2020-05-18 | common: Drop flash.h from common header | Simon Glass |
2019-12-10 | cros_ec: use uint instead of uint8_t for cmd param | Michael Auchter |
2019-05-08 | cros_ec: Use a hyphen in the uclass name | Simon Glass |
2018-12-05 | cros: Correct a printf() string and comment | Simon Glass |
2018-11-20 | cros_ec: Add new features for events and power | Simon Glass |
2018-11-20 | cros_ec: Align uclass data to a cache boundary | Simon Glass |
2018-11-20 | cros_ec: Fail if we cannot determine the flash burst size | Simon Glass |
2018-11-20 | cros_ec: Add error logging on a few commands | Simon Glass |
2018-11-20 | cros_ec: Use uint instead of u8 for parameters | Simon Glass |
2018-10-09 | cros_ec: Update cros_ec_read_hash() to specify the image | Simon Glass |
2018-10-09 | cros: Update ec_commands to latest version | Simon Glass |
2018-10-09 | cros: Update cros_ec code to use struct udevice | Simon Glass |
2018-10-09 | dm: core: Update ofnode to read binman-style flash entry | Simon Glass |
2018-07-09 | dm: core: Update of_read_fmap_entry() for livetree | Simon Glass |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-27 | Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR | Tom Rini |
2017-09-11 | dm: core: Add ofnode_for_each_subnode() | Simon Glass |
2017-06-01 | cros_ec: Convert to support live tree | Simon Glass |
2017-06-01 | cros_ec: Fix debug() statement in ec_command_inptr() | Simon Glass |
2017-02-08 | dm: core: Replace of_offset with accessor | Simon Glass |
2016-12-02 | cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.c | Moritz Fischer |
2016-10-11 | cmd: cros_ec: Move crosec commands to cmd subdirectory | Moritz Fischer |
2016-10-09 | cros_ec: Fix issue with cros_ec_flash_write command | Moritz Fischer |
2016-10-09 | cros_ec: Add crosec flashinfo command | Moritz Fischer |
2016-10-09 | cros_ec: Add function to read back flash parameters | Moritz Fischer |
2016-10-08 | cros_ec: Honor the google,remote-bus dt property | Moritz Fischer |
2016-09-23 | treewide: replace #include <asm/errno.h> with <linux/errno.h> | Masahiro Yamada |
2016-07-27 | dm: Use dm_scan_fdt_dev() directly where possible | Simon Glass |
2016-07-27 | dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() | Simon Glass |
2015-11-19 | cros_ec: Use udevice instead of cros_ec_dev for keyboard functions | Simon Glass |
2015-08-05 | cros_ec: Remove the old tunnel code | Simon Glass |
2015-08-05 | cros_ec: Support the LDO access method used by spring | Simon Glass |
2015-08-05 | dm: cros_ec: Convert the I2C tunnel code to use driver model | Simon Glass |
2015-05-05 | cros_ec: Show the protocol version in the debug message | Simon Glass |
2015-04-18 | cros_ec: Drop unused CONFIG_DM_CROS_EC | Simon Glass |
2015-04-18 | cros_ec: Reinit the cros_ec device when 'crosec init' is used | Simon Glass |
2015-04-18 | dm: cros_ec: Convert cros_ec LPC driver to driver model | Simon Glass |
2015-04-16 | dm: core: Add dev_get_uclass_priv() to access uclass private data | Simon Glass |
2015-01-29 | dm: cros_ec: Don't require protocol 3 support | Simon Glass |
2015-01-29 | dm: cros_ec: Remove use of fdtdec GPIO support | Simon Glass |
2014-11-22 | cros_ec: Fix uninitialised variable in cros_ec.c | Simon Glass |
2014-10-22 | dm: cros_ec: Add support for driver model | Simon Glass |
2014-03-17 | cros_ec: Implement I2C pass-through | Simon Glass |
2014-03-17 | cros_ec: sandbox: Add Chrome OS EC emulation | Simon Glass |
2014-03-17 | cros_ec: Correct comparison between signed and unsigned numbers | Simon Glass |
2014-03-17 | cros_ec: spi: Add support for EC protocol version 3 | Randall Spangler |
2014-03-17 | cros_ec: Add base support for protocol v3 | Simon Glass |
2014-03-17 | cros_ec: Clean up multiple EC protocol support | Randall Spangler |