summaryrefslogtreecommitdiffstats
path: root/src/ec/google/chromeec/ec_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Use stopwatch_wait_until_expired where applicableJonathan Neuschäfer2017-09-261-2/+3
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-5/+9
* ec/google/chromeec: Add minimum delay between SPI CS assertionsJulius Werner2016-10-071-11/+21
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* chromeec: Add wakeup delay after SPI /CS assertionDavid Hendricks2015-04-021-0/+5
* chromeec: use stopwatch APIAaron Durbin2015-03-211-6/+4
* chromeec: allow transport implementation to provide buffers for proto v3Aaron Durbin2015-03-211-5/+22
* spi: Factor EC protocol details out of the SPI drivers.Gabe Black2014-12-091-8/+40
* spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black2014-07-051-2/+2
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-051-7/+2
* src/ec: Sanitize headers and comment #endif pairingsEdward O'Callaghan2014-06-251-0/+1
* ec/google: Support ChromeOS EC on SPI bus.Hung-Te Lin2013-07-101-0/+65