summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/fsp_baytrail/spi.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/fsp_baytrail: Drop supportArthur Heymans2019-11-211-584/+0
* src/soc: change "unsigned" to "unsigned int"Martin Roth2019-10-271-3/+3
* src: Remove variable length arraysJacob Garber2019-08-201-4/+5
* soc/fsp_baytrail: fix flashconsole on platformMatt DeVillier2019-05-221-39/+43
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+1
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-6/+6
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* intel/spi: Switch to native PCI config accessorsKyösti Mälkki2019-02-281-31/+3
* intel/spi: Fix use of __SIMPLE_DEVICE__Kyösti Mälkki2019-02-281-1/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-4/+2
* soc: Remove useless include <device/pci_ids.h>Elyes HAOUAS2018-12-191-1/+0
* Move compiler.h to commonlibNico Huber2018-10-081-1/+0
* src: Use of device_t is deprecatedElyes HAOUAS2018-06-141-1/+1
* drivers/spi: reduce confusion in the APIAaron Durbin2018-04-231-2/+7
* Rename __attribute__((packed)) --> __packedStefan Reinauer2017-07-131-1/+2
* soc/intel: Move spi driver to use spi_bus_mapFurquan Shaikh2017-05-241-7/+9
* drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh2017-05-051-5/+2
* soc/intel/fsp_baytrail: transition away from device_tAntonello Dettori2017-03-261-1/+2
* spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh2016-12-231-0/+1
* spi: Define and use spi_ctrlr structureFurquan Shaikh2016-12-051-20/+14
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-11/+2
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-4/+4
* spi_flash: Move spi flash opcodes to spi_flash.hFurquan Shaikh2016-12-041-0/+1
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-1/+1
* fsp_baytrail: Refactor code for SPI debug messagesWerner Zeh2016-09-061-35/+37
* intel/fsp_baytrail: rename include folder baytrail to include/socBen Gardner2015-12-161-2/+2
* intel/fsp_baytrail: Remove code for nonexistant BBARBen Gardner2015-12-101-16/+1
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* intel/fsp_baytrail: Fix SPI debuggingDavid Imhoff2015-05-041-6/+6
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-9/+9
* spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.Gabe Black2014-12-091-10/+0
* spi: Remove the spi_set_speed and spi_cs_is_valid functions.Gabe Black2014-12-091-6/+0
* intel/fsp_baytrail: Spelling fixesMartin Roth2014-12-081-1/+1
* SPI: Split writes using spi_crop_chunk()Kyösti Mälkki2014-07-141-1/+6
* spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black2014-07-051-10/+5
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-051-2/+1
* fsp_baytrail: Add the FSP version of Intel's Bay Trail-I chipMartin Roth2014-05-291-0/+652