summaryrefslogtreecommitdiffstats
path: root/drivers/misc/cros_ec_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-2/+2
* cros_ec: Fix up driver names to avoid dtoc warningsSimon Glass2020-11-051-2/+2
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* cros_ec: i2c: Add support for version 3 of the EC protocolMoritz Fischer2017-02-081-0/+84
* cros_ec: i2c: Group i2c write / read into single transactionMoritz Fischer2017-02-081-11/+15
* cros_ec: exynos: Match up device tree with kernel versionSimon Glass2015-04-181-2/+2
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-1/+1
* dm: cros_ec: Convert cros_ec_i2c over to driver modelSimon Glass2015-01-291-53/+29
* cros_ec: Clean up multiple EC protocol supportRandall Spangler2014-03-171-36/+28
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-16/+1
* cros: add I2C support for cros_ecHung-ying Tyan2013-06-261-0/+199