1. 8473b32 spi: Add spi_write_then_read by Jagan Teki · 5 years ago
  2. 6bd6c21 spi: Kconfig: Unmark DEPRECATED for MXS_SPI by Lukasz Majewski · 5 years ago
  3. dfe72d0 spi: soft_spi: Fix data abort if slave is not probed by Christophe Kerello · 5 years ago
  4. 07a5cb9 spi: mvebu_a3700_spi: Fix clock prescale computation by Marek Behún · 5 years ago
  5. 0709ddb x86: ich-spi: Convert driver to spi-mem ops by Bernhard Messerklinger · 5 years ago
  6. df9a7a1 Merge tag 'u-boot-imx-20190719' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx by Tom Rini · 5 years ago
  7. 222701e Merge branch 'master' of https://gitlab.denx.de/u-boot/custodians/u-boot-spi by Tom Rini · 5 years ago
  8. 1f17468 spi: Drop obsolete mtk_qspi driver references by Weijie Gao · 5 years ago
  9. 603fcd1 spi: add spi-mem driver for MediaTek MT7629 SoC by Weijie Gao · 5 years ago
  10. 637e288 spi: stm32_qspi: Remove "st, stm32-qspi" compatible string by Patrice Chotard · 5 years ago
  11. d99b018 spi: mxs: Add support DM/DTS for i.MX28 mxs SPI driver (DM_SPI conversion) by Lukasz Majewski · 5 years ago
  12. a2f32bf spi: Add SiFive SPI driver by Bhargav Shah · 5 years ago
  13. 733391e drivers/spi: fsl_qspi: improve timeout calculation by Thomas Schaefer · 5 years ago
  14. c6d0c5e drivers/spi: fsl_qspi: fix read timeout by Thomas Schaefer · 5 years ago
  15. 535b1fd spi: spi-mem: Fix read data size issue by Ye Li · 5 years ago
  16. a9a3a37 Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm by Tom Rini · 5 years ago
  17. 54ef8fb spi: stm32: Fix warnings when compiling with W=1 by Patrick Delaunay · 5 years ago
  18. 1ddf544 spi: stm32_qspi: avoid warnings when building with W=1 option by Patrick Delaunay · 5 years ago
  19. a9758ec Merge tag 'dm-pull-9jul19-take2' of https://gitlab.denx.de/u-boot/custodians/u-boot-dm by Tom Rini · 5 years ago
  20. 68deea2 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell by Tom Rini · 5 years ago
  21. fd9d70d km/spi: remove deprecated SPI flash driver code for KM Kirkwood boards by Pascal Linder · 5 years ago
  22. f169653 km/spi: add weak functions to kirkwood_spi driver (DM part) by Pascal Linder · 5 years ago
  23. ca2abb7 spi: Avoid using malloc() in a critical function by Simon Glass · 5 years ago
  24. 24c2776 sandbox: Correct spi flash operation by Simon Glass · 5 years ago
  25. 9424ecd spi: Add SPI controller driver for UniPhier SoCs by Kunihiko Hayashi · 5 years ago
  26. 24c8ff4 spi: Add Atmel QuadSPI driver by Tudor Ambarus · 5 years ago
  27. c3f4318 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 5 years ago
  28. ea73ec0 spi: Kconfig: Mark LPC32XX_SSP as DEPRECATED by Jagan Teki · 5 years ago
  29. 32f70d6 spi: Kconfig: Mark SOFT_SPI as DEPRECATED by Jagan Teki · 5 years ago
  30. e124759 spi: Kconfig: Mark SH_SPI as DEPRECATED by Jagan Teki · 5 years ago
  31. d5ded32 spi: Kconfig: Mark MXS_SPI has DEPRECATED by Jagan Teki · 5 years ago
  32. 2702646 Merge tag 'u-boot-stm32-20190606' of https://github.com/pchotard/u-boot by Tom Rini · 5 years ago
  33. 529faf8 Merge tag 'u-boot-imx-20190612' of git://git.denx.de/u-boot-imx by Tom Rini · 5 years ago
  34. 7a3faf3 spi: imx: work with cs greater 0 by Heiko Schocher · 5 years ago
  35. 2b849e1 spi: imx: remove doubled pointer from mxc_spi_probe by Heiko Schocher · 5 years ago
  36. 0779876 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 5 years ago
  37. c1a3f1e spi: mpc8xxx: Convert to DM by Jagan Teki · 5 years ago
  38. 67adbae spi: mpc8xxx: Use get_timer by Mario Six · 5 years ago
  39. f6fcad5 spi: mpc8xxx: Fix if check by Mario Six · 5 years ago
  40. a1c178e spi: mpc8xxx: Re-order transfer setup by Mario Six · 5 years ago
  41. 85fa265 spi: mpc8xxx: Document LEN setting better by Mario Six · 5 years ago
  42. 5ccfb8a spi: mpc8xxx: Rename variable by Mario Six · 5 years ago
  43. 8dea61d spi: mpc8xxx: Make code more readable by Mario Six · 5 years ago
  44. 65f88e0 spi: mpc8xxx: Reduce scope of loop variables by Mario Six · 5 years ago
  45. e4da4c2 spi: mpc8xxx: Simplify logic a bit by Mario Six · 5 years ago
  46. 6409c61 spi: mpc8xxx: Get rid of is_read by Mario Six · 5 years ago
  47. 76c82af spi: mpc8xxx: Simplify if by Mario Six · 5 years ago
  48. 1a907e4 spi: mpc8xxx: Use IO accessors by Mario Six · 5 years ago
  49. 6ea9395 spi: mpc8xxx: Replace defines with enums by Mario Six · 5 years ago
  50. fabe6c4 spi: mpc8xxx: Fix function names in strings by Mario Six · 5 years ago
  51. 6f3ac07 spi: mpc8xxx: Fix space after cast by Mario Six · 5 years ago
  52. 01ac1e1 spi: mpc8xxx: Rename camel-case variables by Mario Six · 5 years ago
  53. d93fe31 spi: mpc8xxx: Fix comments by Mario Six · 5 years ago
  54. d896b7b spi: mpc8xxx: Use short type names by Mario Six · 5 years ago
  55. a2a89b2 spi: stm32: Add Serial Peripheral Interface driver for STM32MP by Patrice Chotard · 5 years ago
  56. 5ea3766 drivers: spi: cf_spi: convert to driver model by Angelo Dureghello · 6 years ago
  57. 610e316 drivers: spi: cf_spi: add Kconfig option by Angelo Dureghello · 6 years ago
  58. 8b1d3d1 Merge tag 'u-boot-stm32-mcu-20190514' of https://github.com/pchotard/u-boot by Tom Rini · 5 years ago
  59. 27c3e07 spi: designware: convert to livetree by Simon Goldschmidt · 5 years ago
  60. 46b633d spi: cadence_qspi: convert to livetree by Simon Goldschmidt · 5 years ago
  61. 504bf79 Merge branch 'master' of git://git.denx.de/u-boot-sunxi by Tom Rini · 5 years ago
  62. 0cbee85 spi: atcspi200: Change include order by Jagan Teki · 5 years ago
  63. b5b6656 spi: rpc: Add support for operation without clock framework by Marek Vasut · 5 years ago
  64. 351d2fe spi: Kconfig: Add STM32F4 support for STM32_QSPI driver by Patrice Chotard · 5 years ago
  65. 86f578e Merge tag 'mips-pull-2019-05-03' of git://git.denx.de/u-boot-mips by Tom Rini · 5 years ago
  66. 16b9490 mips: rename mach-mt7620 to mach-mtmips by Weijie Gao · 5 years ago
  67. 15f09a1 rockchip: use 'arch-rockchip' as header file path by Kever Yang · 5 years ago
  68. 2236149 rockchip: spi: make optimised receive-handler unaligned-safe by Philipp Tomsich · 6 years ago
  69. 51a644a rockchip: spi: add driver-data and a 'rxonly_manages_fifo' flag by Philipp Tomsich · 6 years ago
  70. 8aa6c92 rockchip: spi: add optimised receive-only implementation by Philipp Tomsich · 6 years ago
  71. 7e0e5c5 rockchip: spi: only wait for completion, if transmitting by Philipp Tomsich · 6 years ago
  72. b6101e9 rockchip: spi: consistently use false/true with rkspi_enable_chip by Philipp Tomsich · 6 years ago
  73. e647dec rockchip: spi: fix off-by-one in chunk size computation by Philipp Tomsich · 6 years ago
  74. 0e661b6 rockchip: spi: remove unused code and fields in priv by Philipp Tomsich · 6 years ago
  75. f92cf0a rockchip: spi: add debug message for delay in CS toggle by Philipp Tomsich · 6 years ago
  76. b4fde16 Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 5 years ago
  77. ac7e14a spi: cadence_qspi: add reset handling by Simon Goldschmidt · 6 years ago
  78. 36c97c4 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 5 years ago
  79. 4c96c61 spi: ti_qspi: Convert to spi-mem ops by Vignesh Raghavendra · 5 years ago
  80. 61ae978 spi: ti_qspi: Drop non DM code by Vignesh Raghavendra · 5 years ago
  81. 1a47438 spi: zynqmp_gqspi: Fix tap delay values at 100MHz and 150MHz by Siva Durga Prasad Paladugu · 6 years ago
  82. 216800a Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 5 years ago
  83. 321d153 spi: stm32_qspi: move to exec_op by Christophe Kerello · 5 years ago
  84. b0cc1b8 dm: spi: Read default speed and mode values from DT by Patrick Delaunay · 6 years ago
  85. 40264c0 spi: fsl_dspi fix to stop extra transmissions by Jared Bents · 6 years ago
  86. 567a3eb spi: spi-mem: Check if exec_op function is set before calling it by Bernhard Messerklinger · 6 years ago
  87. 7eece32 spi: cadence_qspi: Add quad write support by Ley Foon Tan · 6 years ago
  88. a51cd54 spi: Rename sun4i_spi.c into spi-sunxi.c by Jagan Teki · 6 years ago
  89. 903e7cf spi: sun4i: Driver cleanup by Jagan Teki · 6 years ago
  90. 853f451 spi: sun4: Add A31 spi controller support by Jagan Teki · 6 years ago
  91. 8d71a19 spi: sun4i: Add CLK support by Jagan Teki · 6 years ago
  92. 178fbd2 spi: sun4i: Support fifo_depth via drvdata by Jagan Teki · 6 years ago
  93. 8d9bf46 spi: sun4i: Access registers and bits via enum offsets by Jagan Teki · 6 years ago
  94. 8cbf09b spi: sun4i: Simplify reg writes using set/clrbits_le32 by Jagan Teki · 6 years ago
  95. 6cb6aa6 spi: sun4i: Poll for rxfifo to be filled up by Jagan Teki · 6 years ago
  96. 1b77de4 spi: designware: Change include order by Horatiu.Vultur@microchip.com · 6 years ago
  97. b8b88e6 spi: omap3: fix set_wordlen() reading from incorrect address for CHCONF by David Rivshin · 6 years ago
  98. f3976cc spi: zynqmp_gqspi: Enable versal compatible string by Michal Simek · 6 years ago
  99. 6d82517 configs: Don't use SPI_FLASH_BAR as default by Vignesh R · 6 years ago
  100. c4e8862 mtd: spi: Switch to new SPI NOR framework by Vignesh R · 6 years ago