aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/cros_ec_spi.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-05cros_ec: Fix up driver names to avoid dtoc warningsSimon Glass1-2/+2
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-2/+2
2015-05-05cros_ec: Handle the single duplex requirement in cros_ecSimon Glass1-3/+20
2015-04-18cros_ec: exynos: Match up device tree with kernel versionSimon Glass1-2/+2
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-2/+2
2015-01-29dm: cros_ec_spi: Remove old pre-driver-model codeSimon Glass1-49/+2
2015-01-29dm: spi: Move slave details to child platdataSimon Glass1-19/+0
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+1
2014-10-22dm: exynos: cros_ec: Move cros_ec_spi to driver modelSimon Glass1-9/+78
2014-08-06cros_ec: Fix two bugs in the SPI implementationSimon Glass1-2/+2
2014-03-17cros_ec: spi: Add support for EC protocol version 3Randall Spangler1-0/+24
2014-03-17cros_ec: Clean up multiple EC protocol supportRandall Spangler1-0/+6
2013-12-09spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT nodeSimon Glass1-2/+1
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-16/+1
2013-06-26cros: exynos: add SPI support for cros_ecHung-ying Tyan1-0/+161