summaryrefslogtreecommitdiff
path: root/drivers/misc/cros_ec.c
AgeCommit message (Expand)Author
2019-05-08cros_ec: Use a hyphen in the uclass nameSimon Glass
2018-12-05cros: Correct a printf() string and commentSimon Glass
2018-11-20cros_ec: Add new features for events and powerSimon Glass
2018-11-20cros_ec: Align uclass data to a cache boundarySimon Glass
2018-11-20cros_ec: Fail if we cannot determine the flash burst sizeSimon Glass
2018-11-20cros_ec: Add error logging on a few commandsSimon Glass
2018-11-20cros_ec: Use uint instead of u8 for parametersSimon Glass
2018-10-09cros_ec: Update cros_ec_read_hash() to specify the imageSimon Glass
2018-10-09cros: Update ec_commands to latest versionSimon Glass
2018-10-09cros: Update cros_ec code to use struct udeviceSimon Glass
2018-10-09dm: core: Update ofnode to read binman-style flash entrySimon Glass
2018-07-09dm: core: Update of_read_fmap_entry() for livetreeSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2017-09-11dm: core: Add ofnode_for_each_subnode()Simon Glass
2017-06-01cros_ec: Convert to support live treeSimon Glass
2017-06-01cros_ec: Fix debug() statement in ec_command_inptr()Simon Glass
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-12-02cmd: crosec: Move cros_ec_decode_region helper to cmd/cros_ec.cMoritz Fischer
2016-10-11cmd: cros_ec: Move crosec commands to cmd subdirectoryMoritz Fischer
2016-10-09cros_ec: Fix issue with cros_ec_flash_write commandMoritz Fischer
2016-10-09cros_ec: Add crosec flashinfo commandMoritz Fischer
2016-10-09cros_ec: Add function to read back flash parametersMoritz Fischer
2016-10-08cros_ec: Honor the google,remote-bus dt propertyMoritz Fischer
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass
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-05-05cros_ec: Show the protocol version in the debug messageSimon Glass
2015-04-18cros_ec: Drop unused CONFIG_DM_CROS_ECSimon Glass
2015-04-18cros_ec: Reinit the cros_ec device when 'crosec init' is usedSimon Glass
2015-04-18dm: cros_ec: Convert cros_ec LPC driver to driver modelSimon Glass
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-01-29dm: cros_ec: Don't require protocol 3 supportSimon Glass
2015-01-29dm: cros_ec: Remove use of fdtdec GPIO supportSimon Glass
2014-11-22cros_ec: Fix uninitialised variable in cros_ec.cSimon 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: Correct comparison between signed and unsigned numbersSimon Glass
2014-03-17cros_ec: spi: Add support for EC protocol version 3Randall Spangler
2014-03-17cros_ec: Add base support for protocol v3Simon Glass
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: Move #ifdef to permit flash region accessSimon Glass
2014-03-17cros_ec: Drop old EC version support from EC driverVadim Bendebury
2014-03-17cros_ec: Add a function for decoding the Chrome OS EC flashmapSimon Glass