aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/fsp_baytrail/spi.c
AgeCommit message (Expand)Author
2018-10-08Move compiler.h to commonlibNico Huber
2018-06-14src: Use of device_t is deprecatedElyes HAOUAS
2018-04-23drivers/spi: reduce confusion in the APIAaron Durbin
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-05-24soc/intel: Move spi driver to use spi_bus_mapFurquan Shaikh
2017-05-05drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh
2017-03-26soc/intel/fsp_baytrail: transition away from device_tAntonello Dettori
2016-12-23spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh
2016-12-05spi: Define and use spi_ctrlr structureFurquan Shaikh
2016-12-05spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh
2016-12-05spi: Fix parameter types for spi functionsFurquan Shaikh
2016-12-04spi_flash: Move spi flash opcodes to spi_flash.hFurquan Shaikh
2016-11-22spi: Clean up SPI flash driver interfaceFurquan Shaikh
2016-09-06fsp_baytrail: Refactor code for SPI debug messagesWerner Zeh
2015-12-16intel/fsp_baytrail: rename include folder baytrail to include/socBen Gardner
2015-12-10intel/fsp_baytrail: Remove code for nonexistant BBARBen Gardner
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-05-04intel/fsp_baytrail: Fix SPI debuggingDavid Imhoff
2015-02-15x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert
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/fsp_baytrail: Spelling fixesMartin Roth
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-05-29fsp_baytrail: Add the FSP version of Intel's Bay Trail-I chipMartin Roth