summaryrefslogtreecommitdiff
path: root/drivers/misc/cros_ec.c
AgeCommit message (Expand)Author
2022-08-04Audit <flash.h> inclusionTom Rini
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-25treewide: Use OF_REAL instead of !OF_PLATDATASimon Glass
2021-07-21cros_ec: Drop cros_ec_entering_mode()Simon Glass
2021-07-21cros_ec: Allow reading the battery-charge stateSimon Glass
2021-04-10pwm: Add a driver for Chrome OS EC PWMAlper Nebi Yasak
2021-01-30cros_ec: Add vstore supportSimon Glass
2021-01-30cros_ec: Allow use with of-platdataSimon Glass
2021-01-30cros_ec: Add support for switchesSimon Glass
2021-01-30cros_ec: Support reading EC featuresSimon Glass
2021-01-30cros_ec: Add support for reading the SKU IDSimon Glass
2021-01-30cros_ec: Add run-time check for input buffer overflowSimon Glass
2021-01-30cros_ec: Tidy up a few delaysSimon Glass
2021-01-30cros_ec: Add a function for the hello messageSimon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-11-14cros_ec: Correct collection of EC hashSimon Glass
2020-11-05cros_ec: Support keyboard scanning with EC_CMD_GET_NEXT_EVENTAlper Nebi Yasak
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop flash.h from common headerSimon Glass
2019-12-10cros_ec: use uint instead of uint8_t for cmd paramMichael Auchter
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