1. 8823ba1 treewide: Include <device/mmio.h> instead of <arch/mmio.h> by Elyes Haouas · 1 year, 8 months ago
  2. 5717ce6 soc/amd/common/block/spi: Mainboard to override SPI Read Mode by Karthikeyan Ramasubramanian · 1 year, 10 months ago
  3. 9231f0b soc: Add SPDX license headers to Makefiles by Martin Roth · 1 year, 10 months ago
  4. 51f6057 soc/amd/common/block/spi/fch_spi_util: use [read,write][8,16,32]p by Felix Held · 1 year, 11 months ago
  5. 65f558f soc/amd/common/block/spi/fch_spi_ctrl: Fix restricted command write by Fred Reitberger · 2 years, 5 months ago
  6. 471f2ee soc/amd/common/block/spi: Pretty print SPI status by Raul E Rangel · 2 years, 4 months ago
  7. 6b36dd6 soc/amd/common/block/spi: Print error when SPI bus can't be acquired by Raul E Rangel · 2 years, 4 months ago
  8. 7931352 amd/common/block/spi/fch_spi_ctrl: use uintptr_t for addresses by Felix Held · 2 years, 6 months ago
  9. 856d6bc soc/amd/common/block/spi/fch_spi_ctrl: improve printk messages by Felix Held · 2 years, 8 months ago
  10. 1105fe8 soc/amd/common/block/spi/fch_spi_ctrl: handle failure in execute_command by Felix Held · 2 years, 8 months ago
  11. a3930da soc/amd/common/block/spi/fch_spi_ctrl: rework dump_state by Felix Held · 2 years, 8 months ago
  12. 09cdece soc/amd/common/block/spi: fix setting SPI_USE_SPI100 in SPI100_ENABLE by Felix Held · 2 years, 8 months ago
  13. 964eb67 soc/amd/common/block: Add spi_hw mutex by Raul E Rangel · 2 years, 10 months ago
  14. 5065ad1 soc/amd/common/block/spi: Add prompt to SOC_AMD_COMMON_BLOCK_SPI_DEBUG by Raul E Rangel · 2 years, 10 months ago
  15. 2526be8 soc/amd/common/block/spi: Support fast speed override by Karthikeyan Ramasubramanian · 2 years, 11 months ago
  16. 5705b63 soc/amd/common: Add support to read and set SPI speeds from verstage by Karthikeyan Ramasubramanian · 2 years, 11 months ago
  17. 7266c5e soc/amd/common: Change default spi speeds to 33MHz by Martin Roth · 3 years ago
  18. e582e71 soc/amd/common: Show current SPI speeds and modes by Martin Roth · 3 years ago
  19. b5b1c5a soc/amd/common: Update SPI based on Kconfig & EFS instead of devtree by Martin Roth · 3 years ago
  20. c47155d soc/amd/common/block/spi: Add SPI config to Kconfig by Martin Roth · 3 years ago
  21. 90ac882 soc/amd/common/block/spi: introduce SOC_AMD_COMMON_BLOCK_SPI_4DW_BURST by Felix Held · 3 years ago
  22. 33f3c53 soc/amd/common: Make fch_spi_config_modes static by Mathew King · 3 years, 5 months ago
  23. e18a978 soc/amd/common/*/Kconfig: remove unneeded default n for bool options by Felix Held · 3 years, 6 months ago
  24. 466edb5 soc/amd/common/blocks/lpc: Remove common SPI registers by Raul E Rangel · 3 years, 6 months ago
  25. 870e44a soc/amd/common: simplify conditionals in Makefiles by Felix Held · 3 years, 9 months ago
  26. 9cd8afd soc/amd/common/block/spi/fch_spi_util.c: Fix read with invalid length by Igor Bagnucki · 4 years ago
  27. 8d481b4 amd/common/block/spi: Add EFS SPI configurations to Kconfig by Matt Papageorge · 4 years, 2 months ago
  28. 553a22e src/soc/amd: Add include <types.h> by Elyes HAOUAS · 4 years, 1 month ago
  29. cbdd890 soc/amd: Use spi_writeX & spi_readX for all spi accesses by Martin Roth · 4 years, 1 month ago
  30. 3b8b14d soc/amd/common: Move spi access functions into their own file by Martin Roth · 4 years, 1 month ago
  31. f09b4b6 soc/amd/common: Refactor and consolidate code for spi base by Martin Roth · 4 years, 1 month ago
  32. 5181ac1 Remove new additions of "this file is part of" lines by Furquan Shaikh · 4 years, 3 months ago
  33. ad4fb6e soc/amd/common/block/spi: Include mmio.h in fch_spi_ctrl.c by Furquan Shaikh · 4 years, 3 months ago
  34. 08c524c soc/amd/common/block/spi: Add support for common SPI configuration by Furquan Shaikh · 4 years, 3 months ago
  35. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  36. ae59387 soc/amd: Use SPDX for GPL-2.0-only files by Angel Pons · 4 years, 4 months ago
  37. 1c6d8a9 soc: Remove copyright notices by Patrick Georgi · 4 years, 5 months ago
  38. 173620a soc/amd/common/block/spi: remove code duplication by Aaron Durbin · 4 years, 8 months ago
  39. 5b9062f soc/amd/common: Correct SPI FIFO size check by Marshall Dawson · 4 years, 8 months ago
  40. f97c1c9 {nb,soc}: Replace min/max() with MIN/MAX() by Elyes HAOUAS · 4 years, 9 months ago
  41. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  42. c888a7b src: Remove unused 'include <string.h>' by Elyes HAOUAS · 4 years, 10 months ago
  43. 7ae4a26 soc/amd/common/block/spi/fch_spi_ctrl.c: Fix SPI vendor id code by Richard Spiegel · 5 years ago
  44. e512bce soc/amd/common/block: Create new SPI code by Richard Spiegel · 5 years ago