summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/common/spi.c
AgeCommit message (Expand)Author
2020-09-21src/southbridge: Drop unneeded empty linesElyes HAOUAS
2020-05-06treewide: replace GPLv2 long form headers with SPDX headerPatrick Georgi
2020-03-17src (minus soc and mainboard): Remove copyright noticesPatrick Georgi
2020-01-28drivers/spi/spi_flash: remove spi flash namesAaron Durbin
2020-01-03spi-generic: remove SPI_FLASH_SECTOR_ERASE_TIMEOUT_MSAaron Durbin
2019-12-20{drivers,southbridge}: Replace min() with MIN()Elyes HAOUAS
2019-12-02src/: Remove g_ prefixes and _g suffixes from variablesPatrick Georgi
2019-11-29sb/intel/spi: Drop CAR_GLOBAL_MIGRATIONArthur Heymans
2019-11-26southbridge/intel/common/spi.c: Define __SIMPLE_DEVICE__Arthur Heymans
2019-11-26sb/intel/common/spi: Add Baytrail/Braswell supportArthur Heymans
2019-10-30src/southbridge: change "unsigned" to "unsigned int"Martin Roth
2019-09-30sb/intel/spi: Use different SPIOPS for most SST flashesArthur Heymans
2019-09-25soc/fsp_broadwell_de: fix flashconsole support for platformMatt DeVillier
2019-08-20src: Remove variable length arraysJacob Garber
2019-07-28sb/intel/common/spi: Fix opmenu setupNico Huber
2019-07-23include/spi-generic: Append unit to macro namesUwe Poeche
2019-07-23sb/intel/common/spi: Increase flash erase timeoutUwe Poeche
2019-07-08sb/intel/common: Add a common interface to set final OPs settingsArthur Heymans
2019-07-04sb/intel/common: Use correct bitwise operatorJacob Garber
2019-06-19sb/intel/common/spi: Properly check if setting FRP succeededArthur Heymans
2019-06-18sb/intel/spi: Check for the SPI lock bit during runtimeArthur Heymans
2019-06-18sb/intel/common/spi.c: Add a pointer to the ich7 SPI registersArthur Heymans
2019-06-18sb/common/intel/spi.c: Don't use typedefs for structsArthur Heymans
2019-03-08coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner
2019-03-04device/mmio.h: Add include file for MMIO opsKyösti Mälkki
2019-03-01device/pci: Fix PCI accessor headersKyösti Mälkki
2019-02-28intel/spi: Switch to native PCI config accessorsKyösti Mälkki
2019-02-12sb/intel/common: Remove CAR_GLOBAL useArthur Heymans
2019-01-21drivers/spi: Add controller protection typeRizwan Qureshi
2019-01-06device: Use pcidev_on_root()Kyösti Mälkki
2018-12-19southbridge: Remove useless include <device/pci_ids.h>Elyes HAOUAS
2018-11-28sb/intel/common: Fix style issue in spi.cElyes HAOUAS
2018-11-26sb/intel/common: Fix style issue in spi.cPatrick Georgi
2018-11-26sb/intel/spi: read FLCOMP descriptor early and cache itStefan Tauner
2018-11-22sb/intel/common: Reset Pre-OP after atomic SPI cycle is finishedWerner Zeh
2018-11-16src: Get rid of duplicated includesElyes HAOUAS
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