aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/cros_ec_i2c.c
AgeCommit message (Expand)Author
2024-07-22drivers: misc: Remove duplicate newlinesMarek Vasut
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07misc: Remove <common.h> and add needed includesTom Rini
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-11-05cros_ec: Fix up driver names to avoid dtoc warningsSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-02-08cros_ec: i2c: Add support for version 3 of the EC protocolMoritz Fischer
2017-02-08cros_ec: i2c: Group i2c write / read into single transactionMoritz Fischer
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass
2015-01-29dm: cros_ec: Convert cros_ec_i2c over to driver modelSimon Glass
2014-03-17cros_ec: Clean up multiple EC protocol supportRandall Spangler
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26cros: add I2C support for cros_ecHung-ying Tyan