1. d635376 drivers/spi/gigadevice.c: Add GD25LQ255E support by Tyler Wang · 9 months ago
  2. df50622 drivers: spi_flash: Add Fast Read Dual I/O support by Julius Werner · 3 years, 1 month ago
  3. ca77b35 src/drivers: Remove unused <console/console.h> by Elyes HAOUAS · 3 years, 6 months ago
  4. b74f45e src: Remove unused 'include <string.h>' by Elyes HAOUAS · 4 years, 3 months ago
  5. 6b5bc77 treewide: Remove "this file is part of" lines by Patrick Georgi · 4 years, 3 months ago
  6. ac95903 treewide: replace GPLv2 long form headers with SPDX header by Patrick Georgi · 4 years, 3 months ago
  7. 02363b5 treewide: Move "is part of the coreboot project" line in its own comment by Patrick Georgi · 4 years, 3 months ago
  8. fc7b953 drivers/spi/spi_flash: remove spi flash names by Aaron Durbin · 4 years, 7 months ago
  9. 5abeb06 drivers/spi/spi_flash: organize spi flash by sector topology by Aaron Durbin · 4 years, 7 months ago
  10. a6c73c8 drivers/spi/spi_flash: introduce common spi_flash_part_id object by Aaron Durbin · 4 years, 7 months ago
  11. cb01aa5 drivers/spi/spi_flash: assume spi_flash read callback exists by Aaron Durbin · 4 years, 7 months ago
  12. d701ef7 drives/spi_flash: add spi_flash_cmd_write_page_program() by Aaron Durbin · 4 years, 8 months ago
  13. 361a935 {drivers,southbridge}: Replace min() with MIN() by Elyes HAOUAS · 4 years, 8 months ago
  14. 540a980 printf: Automatically prefix %p with 0x by Julius Werner · 4 years, 8 months ago
  15. effaf8f AUTHORS: Move src/drivers/[l*-v*] copyrights into AUTHORS file by Martin Roth · 4 years, 10 months ago
  16. 17362be include/spi-generic: Append unit to macro names by Uwe Poeche · 5 years ago
  17. 99e45ce spi_flash: Add Dual SPI support by Julius Werner · 5 years ago
  18. 1b7f99b spi_flash: Make .read() callback optional by Julius Werner · 5 years ago
  19. 381c35c spi_flash: gigadevice: Adopt Winbond chip info structure by Julius Werner · 5 years ago
  20. cd49cce coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) by Julius Werner · 5 years ago
  21. 2db6e68 drivers/spi/gigadevice.c: Add the rest of >=1MB Gigadevice GD25 chips by Mike Banon · 6 years ago
  22. e7d0a37 drivers/spi: add IS_ENABLED() around Kconfig symbol references by Martin Roth · 7 years ago
  23. e2fc5e2 drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure by Furquan Shaikh · 7 years ago
  24. bd9e32e drivers/spi/spi_flash: Pass in spi_slave structure as const to probe functions by Furquan Shaikh · 7 years ago
  25. 30221b4 drivers/spi/spi_flash: Pass in flash structure to fill in probe by Furquan Shaikh · 7 years ago
  26. fc1a123 drivers/spi/spi_flash: Add page_size to struct spi_flash by Furquan Shaikh · 7 years ago
  27. de705fa drivers/spi: Re-factor spi_crop_chunk by Furquan Shaikh · 7 years ago
  28. 41f6690 drivers/spi: fix flash writes at page boundaries by Aaron Durbin · 8 years ago
  29. 810e2cd spi_flash: Make a deep copy of spi_slave structure by Furquan Shaikh · 8 years ago
  30. c28984d spi: Clean up SPI flash driver interface by Furquan Shaikh · 8 years ago
  31. a73b931 tree: drop last paragraph of GPL copyright header by Patrick Georgi · 9 years ago
  32. 4460703 Drop "See file CREDITS..." comment by Stefan Reinauer · 9 years ago
  33. b890a12 Remove address from GPLv2 headers by Patrick Georgi · 9 years ago
  34. fb03239 spi: Add function to read flash status register by Duncan Laurie · 10 years ago
  35. a5aac76 drivers/spi: Pass flash parameters from coreboot to payload by Dan Ehrenberg · 10 years ago
  36. 9bab54b spi: Add GigaDevice GD25LQ64C/GD25LB64C SPI ROM support by Marc Jones · 10 years ago
  37. fccc7de spi: do not use malloc in Gigadevice driver by David Hendricks · 10 years ago
  38. 032c843 spi_flash: Move (de-)assertion of /CS to single location by David Hendricks · 10 years ago
  39. c4561e2 drivers/spi: Sanitize headers from preprocessor abuse by Edward O'Callaghan · 10 years ago
  40. 1110495 SPI: Split writes using spi_crop_chunk() by Kyösti Mälkki · 10 years ago
  41. 77d1280 SPI flash: Fix alignment checks in Page Program commands by Kyösti Mälkki · 10 years ago
  42. 3316cf2 Claim the SPI bus before writes if the IMC ROM is present by Martin Roth · 12 years ago
  43. 747127d Limit SPI device debug prints with CONFIG_DEBUG_SPI_FLASH by Marc Jones · 12 years ago
  44. 23b0053 SPI: Fix and enable Fast Read support by Duncan Laurie · 12 years ago
  45. bceaf7f Add Gigadevice SPI rom support by Martin Roth · 12 years ago