1. 1d37c69 x86: spi: Rewrite logic for obtaining the SPI memory map by Simon Glass · 4 years, 6 months ago
  2. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · 4 years, 7 months ago
  3. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  4. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  5. 1ea9789 common: Drop bootstage.h from common header by Simon Glass · 4 years, 7 months ago
  6. 6157ec1 spi: ich: Drop while loop in hardware sequencing erase case by Wolfgang Wallner · 4 years, 11 months ago
  7. 07b2b99 spi: ich: Add Apollo Lake support by Simon Glass · 5 years ago
  8. bdd2897 spi: ich: Add TPL support by Simon Glass · 5 years ago
  9. 641217d spi: ich: Add support for get_mmap() method by Simon Glass · 5 years ago
  10. 0a88fd8 spi: ich: Support hardware sequencing by Simon Glass · 5 years ago
  11. b7632cb spi: ich: Support of-platdata for fast-spi by Simon Glass · 5 years ago
  12. f1c884d spi: ich: Correct max-size bug in ich_spi_adjust_size() by Simon Glass · 5 years ago
  13. eb0ae6f spi: ich: Add mmio_base to struct ich_spi_platdata by Simon Glass · 5 years ago
  14. d500dd8 spi: ich: Various small tidy-ups by Simon Glass · 5 years ago
  15. e87e87b spi: ich: Fix header order by Simon Glass · 5 years ago
  16. 6e37af3 spi: ich: Convert to livetree by Simon Glass · 5 years ago
  17. 78d520c spi: ich: Move the protection/lockdown code into a function by Simon Glass · 5 years ago
  18. 23485eb spi: ich: Move init function just above probe() by Simon Glass · 5 years ago
  19. 2d2e860 spi: Correct operations check in dm_spi_xfer() by Simon Glass · 5 years ago
  20. db3ffe9 x86: ich-spi: Convert driver to spi-mem ops by Bernhard Messerklinger · 5 years ago
  21. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  22. 59de503 spi: ich: Lock down controller settings if required by Bin Meng · 7 years ago
  23. 4a75e9b x86: ich-spi: Clear atomic preop only when SPI settings are not locked by Bin Meng · 7 years ago
  24. 26ed19c x86: ich-spi: Remove useless assignment in ich_spi_xfer() by Bin Meng · 7 years ago
  25. 552720e x86: ich-spi: Move opcode registers configuration to another routine by Bin Meng · 7 years ago
  26. 36ce024 x86: ich-spi: Don't read cached lock status by Bin Meng · 7 years ago
  27. bf5f72e x86: ich-spi: Remove unnecessary assignment in ich_init_controller() by Bin Meng · 7 years ago
  28. 76e6c99 x86: ich-spi: Remove spi_write_protect_region() by Bin Meng · 7 years ago
  29. b6647ab spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exit by Stefan Roese · 8 years ago
  30. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  31. 96536b1 spi: Use mode for rx mode flags by Jagan Teki · 8 years ago
  32. 06d66af dm: pch: Rename get_sbase op to get_spi_base by Bin Meng · 9 years ago
  33. 0d3792c spi: ich: Change PCHV_ to ICHV_ by Bin Meng · 9 years ago
  34. d940667 spi: ich: Use compatible strings to distinguish controller version by Bin Meng · 9 years ago
  35. 316fd94 spi: ich: Some clean up by Bin Meng · 9 years ago
  36. 3276163 dm: x86: spi: Convert ICH SPI driver to driver model PCI API by Simon Glass · 9 years ago
  37. fcac1dd spi: ich: Separate out the read/write trace from normal debugging by Simon Glass · 9 years ago
  38. 155c19f spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
  39. 3dce555 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
  40. 71331b3 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD by Jagan Teki · 9 years ago
  41. 26a0b19 spi: Use mode instead of op_mode_tx by Jagan Teki · 9 years ago
  42. 5ded014 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  43. 827afe5 spi: ich: Use BIT macro by Jagan Teki · 9 years ago
  44. de44acf dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  45. 374c56f x86: spi: Add support for Wildcat Point by George McCollister · 9 years ago
  46. bf1623b dm: spi: Correct BIOS protection logic for ICH9 by Simon Glass · 9 years ago
  47. 6634f81 dm: spi: Correct status register access width by Simon Glass · 9 years ago
  48. 7f66bc1 dm: spi: Correct minor nits in ICH driver by Simon Glass · 9 years ago
  49. 35f15f6 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
  50. 1c87729 x86: spi: Add support for lynxpoint by Simon Glass · 10 years ago
  51. ba6faff x86: Add SPI support to quark/galileo by Bin Meng · 10 years ago
  52. a08ca38 x86: spi: Support ValleyView in ICH SPI driver by Simon Glass · 10 years ago
  53. abca5c0 x86: spi: Add device tree support by Simon Glass · 10 years ago
  54. fd1b68c x86: ich-spi: Add Intel Tunnel Creek SPI controller support by Bin Meng · 10 years ago
  55. a488b6f x86: ich-spi: Set the tx operation mode for ich 7 by Bin Meng · 10 years ago
  56. 1e89248 x86: ich-spi: Set the rx operation mode for ich 7 by Bin Meng · 10 years ago
  57. 2dbed5f x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned address by Bin Meng · 10 years ago
  58. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  59. 4a59809 Consolidate bool type by York Sun · 12 years ago
  60. 11ade80 x86: spi: Set maximum write size for ICH by Simon Glass · 12 years ago
  61. 4187740 x86: spi: Add Intel ICH driver by Simon Glass · 12 years ago