summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/baytrail/spi.c
Commit message (Expand)AuthorAgeFilesLines
* src: Remove variable length arraysJacob Garber2019-08-201-4/+5
* 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-1/+1
* 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-1/+1
* 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-3/+2
* drivers/spi: reduce confusion in the APIAaron Durbin2018-04-231-2/+7
* soc/intel: Fix SPI driver compilation with CONFIG_DEBUG_SPIStefan Reinauer2017-07-181-3/+3
* soc/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-07-131-1/+1
* 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
* 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
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Drop "See file CREDITS..." commentStefan Reinauer2015-09-071-3/+0
* bootstate: remove need for #ifdef ENV_RAMSTAGEAaron Durbin2015-09-041-2/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-2/+1
* baytrail: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-071-2/+2
* bootstate: use structure pointers for scheduling callbacksAaron Durbin2015-03-181-3/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-9/+9
* x86: Initialize SPI controller explicitly during PCH initDavid Hendricks2014-12-171-0/+12
* 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/baytrail: Spelling fixesMartin Roth2014-12-081-2/+2
* baytrail/rambi: spi, charger, and audio updatesAaron Durbin2014-09-191-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
* baytrail: add initial supportAaron Durbin2014-01-311-0/+654