summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/cimx/sb800/spi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* src/southbridge: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-041-13/+2
* src (minus soc and mainboard): Remove copyright noticesPatrick Georgi2020-03-171-1/+0
* src/southbridge: Use 'include <stdlib.h>' when appropriateElyes HAOUAS2019-10-281-2/+2
* src: Use 'include <string.h>' when appropriateElyes HAOUAS2019-03-201-1/+0
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-2/+2
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* device: Use pcidev_on_root()Kyösti Mälkki2019-01-061-1/+1
* sb/amd: Remove dead assignment in SPI driverPaul Menzel2018-11-161-1/+1
* sb/amd: Fix grammar in commentPaul Menzel2018-11-161-1/+1
* sb/amd/cimx/sb800: Get rid of device_tElyes HAOUAS2018-05-201-1/+1
* drivers/spi: reduce confusion in the APIAaron Durbin2018-04-231-2/+7
* drivers/spi: support cmd opcode deduction for spi_crop_chunk()Aaron Durbin2018-01-301-1/+1
* southbridge/amd: 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-13/+6
* spi: Pass pointer to spi_slave structure in spi_setup_slaveFurquan Shaikh2016-12-051-10/+4
* spi: Fix parameter types for spi functionsFurquan Shaikh2016-12-051-5/+5
* spi: Clean up SPI flash driver interfaceFurquan Shaikh2016-11-221-25/+21
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* SB800: Port to 64bitStefan Reinauer2015-07-301-1/+1
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointerKevin Paul Herbert2015-02-151-9/+11
* spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.Gabe Black2014-12-091-8/+0
* AMD SPI: Optimise for longer writesKyösti Mälkki2014-07-141-0/+14
* SPI: Split writes using spi_crop_chunk()Kyösti Mälkki2014-07-141-0/+7
* spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black2014-07-051-5/+2
* spi: Remove unused parameters from spi_flash_probe and setup_spi_slave.Gabe Black2014-07-051-2/+1
* southbridge/amd: Change #if defined to #if IS_ENABLEDDave Frodin2014-06-121-4/+4
* Coding style: punctuation cleanup [1/2].Idwer Vollering2013-12-231-1/+1
* GPLv2 notice: Unify all files to just use one space in »MA 02110-1301«Paul Menzel2013-03-011-1/+1
* spi.h: Rename the spi.h to spi-generic.hZheng Bao2013-02-111-1/+1
* Claim the SPI bus before writes if the IMC ROM is presentMartin Roth2012-12-121-0/+57
* AMD S3: Leverage the public SPI routineZheng Bao2012-11-301-161/+67
* AGESA F15 wrapper for Trinityzbao2012-07-031-0/+7
* Add sb800 spi support.zbao2012-04-021-0/+209