summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/agesa/hudson/spi.c
Commit message (Expand)AuthorAgeFilesLines
* sb/amd: Remove dropped platformsArthur Heymans2022-11-071-170/+0
* sb/amd/hudson/spi.c: Use C over CPP conditionalArthur Heymans2022-03-251-9/+9
* sb/amd/agesa/hudson: Add missing '#include <stddef.h>'Elyes HAOUAS2020-08-181-0/+2
* 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: Remove unused <stdlib.h>Elyes HAOUAS2019-12-191-1/+0
* 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-4/+4
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* AGESA: Use pcidev_on_root()Kyösti Mälkki2019-01-041-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/agesa/hudson: 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: add IS_ENABLED() around Kconfig symbol referencesMartin Roth2017-06-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-12/+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-22/+21
* AMD/spi: Do not reset fifo after skipping the sent byteszbao2016-05-301-1/+0
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Hudson: Port to 64bitStefan Reinauer2015-10-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-2/+2
* spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions.Gabe Black2014-12-091-8/+0
* AGESA hudson: Fix SPI writesKyösti Mälkki2014-07-151-0/+4
* AMD SPI: Optimise for longer writesKyösti Mälkki2014-07-141-0/+15
* SPI: Split writes using spi_crop_chunk()Kyösti Mälkki2014-07-141-0/+6
* spi: Change spi_xfer to work in units of bytes instead of bits.Gabe Black2014-07-051-13/+6
* 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-3/+3
* southbridge/amd/agesa/hudson: Refactor SPI controller driverAlexandru Gagniuc2014-04-201-19/+50
* southbridge/amd/agesa/hudson: Clean up AGESA #includesAlexandru Gagniuc2014-04-151-1/+1
* AMD Kabini: Modify Hudson southbridge to support new AMD processorSiyuan Wang2013-08-051-0/+9
* 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/+25
* AMD S3: Leverage the public SPI routineZheng Bao2012-11-301-164/+68
* AGESA F15 wrapper for Hudson.zbao2012-07-141-0/+218