aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/common/spi.c
AgeCommit message (Expand)Author
2018-10-08Move compiler.h to commonlibNico Huber
2018-06-14src: Get rid of device_tElyes HAOUAS
2018-06-04src/sb/intel/common/spi.c: Adapt and link in romstageArthur Heymans
2018-06-04sb/intel/common/spi.c: Add a SPI write protect functionArthur Heymans
2018-04-23drivers/spi: reduce confusion in the APIAaron Durbin
2017-09-22sb/intel/common/spi.c: Port to i82801gxArthur Heymans
2017-07-16southbridge/intel: add IS_ENABLED() around Kconfig symbol referencesMartin Roth
2017-07-13Rename __attribute__((packed)) --> __packedStefan Reinauer
2017-05-24southbridge/intel: Move spi driver to use spi_bus_mapFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Move flash ops to spi_flash_ops structureFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Clean up SPI flash probeFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functionsFurquan Shaikh
2017-05-19drivers/spi/spi_flash: Pass in flash structure to fill in probeFurquan Shaikh
2017-05-05drivers/spi: Re-factor spi_crop_chunkFurquan Shaikh
2016-12-23spi: Get rid of SPI_ATOMIC_SEQUENCINGFurquan Shaikh
2016-12-06intel PCI ops: Remove explicit PCI MMCONF accessKyösti Mälkki
2016-12-06spi_flash: Make a deep copy of spi_slave structureFurquan 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-11-22spi: Get rid of flash_programmer_probe in spi_slave structureFurquan Shaikh
2016-11-22spi: Clean up SPI flash driver interfaceFurquan Shaikh
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-09-07Drop "See file CREDITS..." commentStefan Reinauer
2015-09-04bootstate: remove need for #ifdef ENV_RAMSTAGEAaron Durbin
2015-05-21Remove address from GPLv2 headersPatrick Georgi
2015-03-18bootstate: use structure pointers for scheduling callbacksAaron Durbin
2015-03-17Intel common SPI: Fix compilation breakage from refactoringStefan Reinauer
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-10-17Fix ICH spi implementation which reads data from different chips.Philipp Deppenwiese
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-07-01stdlib: Drop duplicates of min() and max()Kyösti Mälkki
2014-03-04bd82x6x, ibexpeak, lynxpoint: Unify SPI.Vladimir Serbinenko