aboutsummaryrefslogtreecommitdiff
path: root/src/ec/google/chromeec/ec_spi.c
AgeCommit message (Expand)Author
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-04-05src/ec: Use SPDX for GPL-2.0-only filesAngel Pons
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2019-11-29ec/google/chromeec: Drop CAR_GLOBAL_MIGRATION supportArthur Heymans
2019-08-20src/ec: Drop __PRE_RAM__ and __SMM__ guardsKyösti Mälkki
2017-09-26Use stopwatch_wait_until_expired where applicableJonathan Neuschäfer
2016-12-05spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh
2016-10-07ec/google/chromeec: Add minimum delay between SPI CS assertionsJulius Werner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-04-02chromeec: Add wakeup delay after SPI /CS assertionDavid Hendricks
2015-03-21chromeec: use stopwatch APIAaron Durbin
2015-03-21chromeec: allow transport implementation to provide buffers for proto v3Aaron Durbin
2014-12-09spi: Factor EC protocol details out of the SPI drivers.Gabe Black
2014-07-05spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black
2014-07-05spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black
2014-06-25src/ec: Sanitize headers and comment #endif pairingsEdward O'Callaghan
2013-07-10ec/google: Support ChromeOS EC on SPI bus.Hung-Te Lin