1. 4dc8279 spi: ich: Limit slave->max_read_size by Bin Meng · 3 years, 3 months ago
  2. f784361 spi: ich: Don't require the PCH by Simon Glass · 3 years, 4 months ago
  3. a53f6fa x86: spl: Move priv/plat structs to headers by Simon Glass · 3 years, 10 months ago
  4. 8a8d24b dm: treewide: Rename ..._platdata variables to just ..._plat by Simon Glass · 3 years, 11 months ago
  5. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 11 months ago
  6. c69cda2 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 3 years, 11 months ago
  7. caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 3 years, 11 months ago
  8. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 11 months ago
  9. d07f31a x86: apl: Enable SPI flash in TPL with APL_SPI_FLASH_BOOT by Simon Glass · 4 years, 1 month ago
  10. 609b90a x86: spi: Rewrite logic for obtaining the SPI memory map by Simon Glass · 4 years, 5 months ago
  11. cd93d62 common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 5 months ago WIP/2020-05-18-reduce-size-of-common.h
  12. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  13. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  14. 52f2423 common: Drop bootstage.h from common header by Simon Glass · 4 years, 5 months ago
  15. 5e579cc spi: ich: Drop while loop in hardware sequencing erase case by Wolfgang Wallner · 4 years, 9 months ago
  16. 3937df3 spi: ich: Add Apollo Lake support by Simon Glass · 4 years, 11 months ago
  17. 636555a spi: ich: Add TPL support by Simon Glass · 4 years, 11 months ago
  18. 9284214 spi: ich: Add support for get_mmap() method by Simon Glass · 4 years, 11 months ago
  19. 1facebd spi: ich: Support hardware sequencing by Simon Glass · 4 years, 11 months ago
  20. 0d3ee3e spi: ich: Support of-platdata for fast-spi by Simon Glass · 4 years, 11 months ago
  21. 43c145b spi: ich: Correct max-size bug in ich_spi_adjust_size() by Simon Glass · 4 years, 11 months ago
  22. 75214b0 spi: ich: Add mmio_base to struct ich_spi_platdata by Simon Glass · 4 years, 11 months ago
  23. a550662 spi: ich: Various small tidy-ups by Simon Glass · 4 years, 11 months ago
  24. b47aa26 spi: ich: Fix header order by Simon Glass · 4 years, 11 months ago
  25. 702b28a spi: ich: Convert to livetree by Simon Glass · 4 years, 11 months ago
  26. 17e7544 spi: ich: Move the protection/lockdown code into a function by Simon Glass · 4 years, 11 months ago
  27. 674990c spi: ich: Move init function just above probe() by Simon Glass · 4 years, 11 months ago
  28. ccdabd8 spi: Correct operations check in dm_spi_xfer() by Simon Glass · 4 years, 11 months ago
  29. 0709ddb x86: ich-spi: Convert driver to spi-mem ops by Bernhard Messerklinger · 5 years ago
  30. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  31. ab20107 spi: ich: Lock down controller settings if required by Bin Meng · 7 years ago
  32. d2ca80c x86: ich-spi: Clear atomic preop only when SPI settings are not locked by Bin Meng · 7 years ago
  33. 52dd56b x86: ich-spi: Remove useless assignment in ich_spi_xfer() by Bin Meng · 7 years ago
  34. b42711f x86: ich-spi: Move opcode registers configuration to another routine by Bin Meng · 7 years ago
  35. 3e79141 x86: ich-spi: Don't read cached lock status by Bin Meng · 7 years ago
  36. 7d82978 x86: ich-spi: Remove unnecessary assignment in ich_init_controller() by Bin Meng · 7 years ago
  37. 94bc917 x86: ich-spi: Remove spi_write_protect_region() by Bin Meng · 7 years ago
  38. 4759dff spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exit by Stefan Roese · 7 years ago
  39. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  40. 08fe9c2 spi: Use mode for rx mode flags by Jagan Teki · 8 years ago
  41. 3e389d8 dm: pch: Rename get_sbase op to get_spi_base by Bin Meng · 9 years ago
  42. 6e670b5 spi: ich: Change PCHV_ to ICHV_ by Bin Meng · 9 years ago
  43. 1f9eb59 spi: ich: Use compatible strings to distinguish controller version by Bin Meng · 9 years ago
  44. 9eb4339 spi: ich: Some clean up by Bin Meng · 9 years ago
  45. f2b85ab dm: x86: spi: Convert ICH SPI driver to driver model PCI API by Simon Glass · 9 years ago
  46. fffe25d spi: ich: Separate out the read/write trace from normal debugging by Simon Glass · 9 years ago
  47. 91292e0 spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
  48. e5961f0 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
  49. cdf3393 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD by Jagan Teki · 9 years ago
  50. 095a41d spi: Use mode instead of op_mode_tx by Jagan Teki · 9 years ago
  51. 446d37c Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  52. 69fd4c3 spi: ich: Use BIT macro by Jagan Teki · 9 years ago
  53. bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  54. 5ac98cb x86: spi: Add support for Wildcat Point by George McCollister · 9 years ago
  55. 5078792 dm: spi: Correct BIOS protection logic for ICH9 by Simon Glass · 9 years ago
  56. e1e332c dm: spi: Correct status register access width by Simon Glass · 9 years ago
  57. 5d4a757 dm: spi: Correct minor nits in ICH driver by Simon Glass · 9 years ago
  58. ba45756 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
  59. 87108cf x86: spi: Add support for lynxpoint by Simon Glass · 10 years ago
  60. 728b393 x86: Add SPI support to quark/galileo by Bin Meng · 10 years ago
  61. 5093bad x86: spi: Support ValleyView in ICH SPI driver by Simon Glass · 10 years ago
  62. 8e899af x86: spi: Add device tree support by Simon Glass · 10 years ago
  63. 7e77403 x86: ich-spi: Add Intel Tunnel Creek SPI controller support by Bin Meng · 10 years ago
  64. 9964671 x86: ich-spi: Set the tx operation mode for ich 7 by Bin Meng · 10 years ago
  65. fa388bc x86: ich-spi: Set the rx operation mode for ich 7 by Bin Meng · 10 years ago
  66. 15c7c6b x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned address by Bin Meng · 10 years ago
  67. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  68. 472d546 Consolidate bool type by York Sun · 12 years ago
  69. 5e6fb69 x86: spi: Set maximum write size for ICH by Simon Glass · 12 years ago
  70. 1853030 x86: spi: Add Intel ICH driver by Simon Glass · 12 years ago