1. 4856cc7 mpc8xxx_spi: implement real ->set_speed by Rasmus Villemoes · 4 years, 8 months ago
  2. 391c400 mpc8xxx_spi: always use 8-bit characters, don't read or write garbage by Rasmus Villemoes · 4 years, 8 months ago
  3. 1a7b462 mpc8xxx_spi: put max_cs to use by Rasmus Villemoes · 4 years, 8 months ago
  4. f217651 dm: core: Drop the inclusion of linux/compat.h in dm.h by Simon Glass · 4 years, 8 months ago
  5. 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 8 months ago
  6. 61b29b8 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 8 months ago
  7. 5e579cc spi: ich: Drop while loop in hardware sequencing erase case by Wolfgang Wallner · 4 years, 9 months ago
  8. daa9405 spi: cadence-qspi: Add compatible for TI AM654 by Vignesh Raghavendra · 4 years, 10 months ago
  9. 0f24784 spi: cadence-qspi: Add support for Cadence Octal SPI controller by Vignesh Raghavendra · 4 years, 10 months ago
  10. 658df8b mtd: spi-nor-core: Add octal mode support by Vignesh Raghavendra · 4 years, 10 months ago
  11. ffab212 spi: cadence-qspi: Add direct mode support by Vignesh Raghavendra · 4 years, 8 months ago
  12. d640772 spi: cadence_qspi: Move to spi-mem framework by Vignesh Raghavendra · 4 years, 8 months ago
  13. 5502c88 spi: ti_qspi: Add support for CS other than CS0 by Vignesh Raghavendra · 4 years, 10 months ago
  14. f7dd537 spi: prevent overriding established bus settings by Marcin Wojtas · 4 years, 10 months ago
  15. 7bacce5 dm: spi: Check cs number before accessing slaves by Bin Meng · 5 years ago
  16. 383fded spi: nxp_fspi: new driver for the FlexSPI controller by Michael Walle · 4 years, 10 months ago
  17. 34fdacb spi: bcm63xx-hsspi: allow to use this driver on arm bcm68360 by Philippe Reynes · 4 years, 9 months ago
  18. d96c260 common: Move clock functions into a new file by Simon Glass · 4 years, 9 months ago
  19. 4d9b1af spi: Fix manual relocation calling more times by Ashok Reddy Soma · 5 years ago
  20. 5a8fa09 Merge branch 'next' by Tom Rini · 4 years, 9 months ago
  21. dbbdc81 spi: rk: Limit transfers to (64K - 1) bytes by Jagan Teki · 4 years, 9 months ago
  22. 3937df3 spi: ich: Add Apollo Lake support by Simon Glass · 4 years, 10 months ago
  23. 636555a spi: ich: Add TPL support by Simon Glass · 4 years, 10 months ago
  24. 9284214 spi: ich: Add support for get_mmap() method by Simon Glass · 4 years, 10 months ago
  25. 1facebd spi: ich: Support hardware sequencing by Simon Glass · 4 years, 10 months ago
  26. 0d3ee3e spi: ich: Support of-platdata for fast-spi by Simon Glass · 4 years, 10 months ago
  27. 43c145b spi: ich: Correct max-size bug in ich_spi_adjust_size() by Simon Glass · 4 years, 10 months ago
  28. 75214b0 spi: ich: Add mmio_base to struct ich_spi_platdata by Simon Glass · 4 years, 10 months ago
  29. a550662 spi: ich: Various small tidy-ups by Simon Glass · 4 years, 10 months ago
  30. b47aa26 spi: ich: Fix header order by Simon Glass · 4 years, 10 months ago
  31. 702b28a spi: ich: Convert to livetree by Simon Glass · 4 years, 10 months ago
  32. 17e7544 spi: ich: Move the protection/lockdown code into a function by Simon Glass · 4 years, 10 months ago
  33. 674990c spi: ich: Move init function just above probe() by Simon Glass · 4 years, 10 months ago
  34. e8ac6ff x86: spi: Don't enable SPI_FLASH_BAR by default by Simon Glass · 4 years, 10 months ago
  35. ccdabd8 spi: Correct operations check in dm_spi_xfer() by Simon Glass · 4 years, 10 months ago
  36. bcee8d6 dm: gpio: Allow control of GPIO uclass in SPL by Simon Glass · 4 years, 10 months ago
  37. 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 4 years, 11 months ago
  38. 1045315 common: Move get_ticks() function out of common.h by Simon Glass · 4 years, 11 months ago
  39. 64c7c8c spi: cadence_qspi: support DM_CLK by Simon Goldschmidt · 4 years, 10 months ago
  40. 56e6f81 configs: spi: Add the SPI_FLASH_BAR for ESPI by Xiaowei Bao · 5 years ago
  41. c53b318 spi: Add support for memory-mapped flash by Simon Glass · 5 years ago
  42. cc64810 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi by Tom Rini · 5 years ago
  43. ffc379b Merge tag 'mips-pull-2019-10-25' of git://git.denx.de/u-boot-mips by Tom Rini · 5 years ago
  44. 43405e0 spi: mt7621-spi: restore default register value after each xfer by Weijie Gao · 5 years ago
  45. 54a6b8e spi: mt7621-spi: remove data cache and rewrite its xfer function by Weijie Gao · 5 years ago
  46. f099785 spi: mt7621-spi: use clock frequency from clk driver by Weijie Gao · 5 years ago
  47. e7e05fc spi: designware_spi: Disable and free clock when remove driver by Ley Foon Tan · 6 years ago
  48. dc73824 spi: Kconfig: Enable SPI_SUNXI for SUNXI by Jagan Teki · 5 years ago
  49. 4b06000 dm: spi: Change cs_info op to return -EINVAL for invalid cs num by Bin Meng · 5 years ago
  50. 4dd520b dm: spi: Return 0 if driver does not implement ops->cs_info by Bin Meng · 5 years ago
  51. 0c8e605 spi: Kconfig: Add help text by Jagan Teki · 5 years ago
  52. 3a79c60 spi: zynqmp: Remove unused platform headers by Michal Simek · 5 years ago
  53. 640abba dm: spi: Do not assume first SPI bus by Thomas Fitzsimmons · 5 years ago
  54. b47f489 spi: bcm63xx_hsspi: Continue init when using no reset and fixed-clock. by Kursad Oney · 5 years ago
  55. 3ae64e8 spi: bcm63xx_hsspi: switch to raw I/O functions. by Kursad Oney · 5 years ago
  56. 9a3eddd spi: hsspi: allow to be used on bcm6858 and bcm63158 by Kursad Oney · 5 years ago
  57. 9699fb4 spi: fsl_qspi: Add support for QSPI on iMX7ULP by Ye Li · 5 years ago
  58. ce7575a spi: fsl_qspi: Update to use driver data by Ye Li · 5 years ago
  59. b866b92 spi: fsl_qspi: Update write data size for page program LUT by Ye Li · 5 years ago
  60. 7949576 spi: fsl_qspi: Fix DDR mode setting for latest iMX platforms by Ye Li · 5 years ago
  61. ec0c81f spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driver by Lukasz Majewski · 5 years ago
  62. c2050e1 spi: fix: Call mxs_reset_block() during DM/DTS probe by Lukasz Majewski · 5 years ago
  63. 3c50e01 spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spi by Lukasz Majewski · 5 years ago
  64. 8473b32 spi: Add spi_write_then_read by Jagan Teki · 5 years ago
  65. 6bd6c21 spi: Kconfig: Unmark DEPRECATED for MXS_SPI by Lukasz Majewski · 5 years ago
  66. dfe72d0 spi: soft_spi: Fix data abort if slave is not probed by Christophe Kerello · 5 years ago
  67. 07a5cb9 spi: mvebu_a3700_spi: Fix clock prescale computation by Marek Behún · 5 years ago
  68. 0709ddb x86: ich-spi: Convert driver to spi-mem ops by Bernhard Messerklinger · 5 years ago
  69. df9a7a1 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  70. 222701e Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 5 years ago
  71. 1f17468 spi: Drop obsolete mtk_qspi driver references by Weijie Gao · 5 years ago
  72. 603fcd1 spi: add spi-mem driver for MediaTek MT7629 SoC by Weijie Gao · 5 years ago
  73. 637e288 spi: stm32_qspi: Remove "st, stm32-qspi" compatible string by Patrice Chotard · 5 years ago
  74. d99b018 spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion) by Lukasz Majewski · 5 years ago
  75. a2f32bf spi: Add SiFive SPI driver by Bhargav Shah · 5 years ago
  76. 733391e drivers/spi: fsl_qspi: improve timeout calculation by Thomas Schaefer · 5 years ago
  77. c6d0c5e drivers/spi: fsl_qspi: fix read timeout by Thomas Schaefer · 5 years ago
  78. 535b1fd spi: spi-mem: Fix read data size issue by Ye Li · 5 years ago
  79. a9a3a37 Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  80. 54ef8fb spi: stm32: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  81. 1ddf544 spi: stm32_qspi: avoid warnings when building with W=1 option by Patrick Delaunay · 5 years ago
  82. a9758ec Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  83. 68deea2 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 5 years ago
  84. fd9d70d km/spi: remove deprecated SPI flash driver code for KM Kirkwood boards by Pascal Linder · 5 years ago
  85. f169653 km/spi: add weak functions to kirkwood_spi driver (DM part) by Pascal Linder · 5 years ago
  86. ca2abb7 spi: Avoid using malloc() in a critical function by Simon Glass · 5 years ago
  87. 24c2776 sandbox: Correct spi flash operation by Simon Glass · 5 years ago
  88. 9424ecd spi: Add SPI controller driver for UniPhier SoCs by Kunihiko Hayashi · 5 years ago
  89. 24c8ff4 spi: Add Atmel QuadSPI driver by Tudor Ambarus · 5 years ago
  90. c3f4318 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 5 years ago
  91. ea73ec0 spi: Kconfig: Mark LPC32XX_SSP as DEPRECATED by Jagan Teki · 5 years ago
  92. 32f70d6 spi: Kconfig: Mark SOFT_SPI as DEPRECATED by Jagan Teki · 5 years ago
  93. e124759 spi: Kconfig: Mark SH_SPI as DEPRECATED by Jagan Teki · 5 years ago
  94. d5ded32 spi: Kconfig: Mark MXS_SPI has DEPRECATED by Jagan Teki · 5 years ago
  95. 2702646 Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot by Tom Rini · 5 years ago
  96. 529faf8 Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imx by Tom Rini · 5 years ago
  97. 7a3faf3 spi: imx: work with cs greater 0 by Heiko Schocher · 5 years ago
  98. 2b849e1 spi: imx: remove doubled pointer from mxc_spi_probe by Heiko Schocher · 5 years ago
  99. 0779876 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 5 years ago
  100. c1a3f1e spi: mpc8xxx: Convert to DM by Jagan Teki · 5 years ago