summaryrefslogtreecommitdiff
path: root/drivers/misc/cros_ec_spi.c
AgeCommit message (Expand)Author
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-05-05cros_ec: Handle the single duplex requirement in cros_ecSimon Glass
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_spi: Remove old pre-driver-model codeSimon Glass
2015-01-29dm: spi: Move slave details to child platdataSimon Glass
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-10-22dm: exynos: cros_ec: Move cros_ec_spi to driver modelSimon Glass
2014-08-06cros_ec: Fix two bugs in the SPI implementationSimon Glass
2014-03-17cros_ec: spi: Add support for EC protocol version 3Randall Spangler
2014-03-17cros_ec: Clean up multiple EC protocol supportRandall Spangler
2013-12-09spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT nodeSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-26cros: exynos: add SPI support for cros_ecHung-ying Tyan