Age | Commit message (Expand) | Author |
2020-08-18 | sb/amd/agesa/hudson: Add missing '#include <stddef.h>' | Elyes HAOUAS |
2020-05-11 | treewide: Remove "this file is part of" lines | Patrick Georgi |
2020-04-04 | src/southbridge: Use SPDX for GPL-2.0-only files | Angel Pons |
2020-03-17 | src (minus soc and mainboard): Remove copyright notices | Patrick Georgi |
2019-12-19 | src/southbridge: Remove unused <stdlib.h> | Elyes HAOUAS |
2019-03-20 | src: Use 'include <string.h>' when appropriate | Elyes HAOUAS |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-04 | device/mmio.h: Add include file for MMIO ops | Kyösti Mälkki |
2019-01-04 | AGESA: Use pcidev_on_root() | Kyösti Mälkki |
2018-11-16 | sb/amd: Remove dead assignment in SPI driver | Paul Menzel |
2018-11-16 | sb/amd: Fix grammar in comment | Paul Menzel |
2018-05-20 | sb/amd/agesa/hudson: Get rid of device_t | Elyes HAOUAS |
2018-04-23 | drivers/spi: reduce confusion in the API | Aaron Durbin |
2018-01-30 | drivers/spi: support cmd opcode deduction for spi_crop_chunk() | Aaron Durbin |
2017-06-30 | southbridge/amd: add IS_ENABLED() around Kconfig symbol references | Martin Roth |
2017-05-24 | southbridge/amd: Move spi driver to use spi_bus_map | Furquan Shaikh |
2017-05-05 | drivers/spi: Re-factor spi_crop_chunk | Furquan Shaikh |
2016-12-23 | spi: Get rid of SPI_ATOMIC_SEQUENCING | Furquan Shaikh |
2016-12-05 | spi: Define and use spi_ctrlr structure | Furquan Shaikh |
2016-12-05 | spi: Pass pointer to spi_slave structure in spi_setup_slave | Furquan Shaikh |
2016-12-05 | spi: Fix parameter types for spi functions | Furquan Shaikh |
2016-11-22 | spi: Clean up SPI flash driver interface | Furquan Shaikh |
2016-05-30 | AMD/spi: Do not reset fifo after skipping the sent bytes | zbao |
2015-10-31 | tree: drop last paragraph of GPL copyright header | Patrick Georgi |
2015-10-30 | Hudson: Port to 64bit | Stefan Reinauer |
2015-05-21 | Remove address from GPLv2 headers | Patrick Georgi |
2015-02-15 | x86: Change MMIO addr in readN(addr)/writeN(addr, val) to pointer | Kevin Paul Herbert |
2014-12-09 | spi: Eliminate the spi_cs_activate and spi_cs_deactivate functions. | Gabe Black |
2014-07-15 | AGESA hudson: Fix SPI writes | Kyösti Mälkki |
2014-07-14 | AMD SPI: Optimise for longer writes | Kyösti Mälkki |
2014-07-14 | SPI: Split writes using spi_crop_chunk() | Kyösti Mälkki |
2014-07-05 | spi: Change spi_xfer to work in units of bytes instead of bits. | Gabe Black |
2014-07-05 | spi: Remove unused parameters from spi_flash_probe and setup_spi_slave. | Gabe Black |
2014-06-12 | southbridge/amd: Change #if defined to #if IS_ENABLED | Dave Frodin |
2014-04-20 | southbridge/amd/agesa/hudson: Refactor SPI controller driver | Alexandru Gagniuc |
2014-04-15 | southbridge/amd/agesa/hudson: Clean up AGESA #includes | Alexandru Gagniuc |
2013-08-05 | AMD Kabini: Modify Hudson southbridge to support new AMD processor | Siyuan Wang |
2013-03-01 | GPLv2 notice: Unify all files to just use one space in »MA 02110-1301« | Paul Menzel |
2013-02-11 | spi.h: Rename the spi.h to spi-generic.h | Zheng Bao |
2012-12-12 | Claim the SPI bus before writes if the IMC ROM is present | Martin Roth |
2012-11-30 | AMD S3: Leverage the public SPI routine | Zheng Bao |
2012-07-14 | AGESA F15 wrapper for Hudson. | zbao |