summaryrefslogtreecommitdiff
path: root/src/soc/intel/baytrail/spi.c
AgeCommit message (Expand)Author
2015-04-07baytrail: Change all SoC headers to <soc/headername.h> systemJulius Werner
2015-03-18bootstate: use structure pointers for scheduling callbacksAaron Durbin
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
2014-12-17x86: Initialize SPI controller explicitly during PCH initDavid Hendricks
2014-12-09spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.Gabe Black
2014-12-09spi: Remove the spi_set_speed and spi_cs_is_valid functions.Gabe Black
2014-12-08intel/baytrail: Spelling fixesMartin Roth
2014-09-19baytrail/rambi: spi, charger, and audio updatesAaron Durbin
2014-07-14SPI: Split writes using spi_crop_chunk()Kyösti Mälkki
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-01-31baytrail: add initial supportAaron Durbin