summaryrefslogtreecommitdiff
path: root/drivers/misc/cros_ec_spi.c
Commit message (Expand)AuthorAgeLines
* dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-23-2/+2
* cros_ec: Handle the single duplex requirement in cros_ecSimon Glass2015-05-05-3/+20
* cros_ec: exynos: Match up device tree with kernel versionSimon Glass2015-04-18-2/+2
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-16-2/+2
* dm: cros_ec_spi: Remove old pre-driver-model codeSimon Glass2015-01-29-49/+2
* dm: spi: Move slave details to child platdataSimon Glass2015-01-29-19/+0
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-23-1/+1
* dm: exynos: cros_ec: Move cros_ec_spi to driver modelSimon Glass2014-10-22-9/+78
* cros_ec: Fix two bugs in the SPI implementationSimon Glass2014-08-06-2/+2
* cros_ec: spi: Add support for EC protocol version 3Randall Spangler2014-03-17-0/+24
* cros_ec: Clean up multiple EC protocol supportRandall Spangler2014-03-17-0/+6
* spi_flash: Add spi_flash_probe_fdt() to locate SPI by FDT nodeSimon Glass2013-12-09-2/+1
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-24-16/+1
* cros: exynos: add SPI support for cros_ecHung-ying Tyan2013-06-26-0/+161