1. 9fc5663 spi: kirkwood_spi: Add support for multiple chip-selects on MVEBU by Stefan Roese · 9 years ago
  2. 951f1b5 spi: kirkwood_spi.c: Add compatible match ID for Armada 375 by Stefan Roese · 9 years ago
  3. 41bccb8 spi: omap3: Fix multiple definition of 'priv' by Jagan Teki · 9 years ago
  4. 77b8d04 spi: omap3: Convert to driver model by Jagan Teki · 9 years ago
  5. 03661d8 spi: omap3: Make local functions as static by Jagan Teki · 9 years ago
  6. 682c172 spi: omap3: Move headers code inside the driver by Jagan Teki · 9 years ago
  7. e6601df dm: ti_qspi: Fix conversion of address to a pointer by Lokesh Vutla · 9 years ago
  8. 674f360 spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN by Christophe Ricard · 9 years ago
  9. 3963919 spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx by Christophe Ricard · 9 years ago
  10. 518b0af spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is defined by Mugunthan V N · 9 years ago
  11. 3e389d8 dm: pch: Rename get_sbase op to get_spi_base by Bin Meng · 9 years ago
  12. 6e670b5 spi: ich: Change PCHV_ to ICHV_ by Bin Meng · 9 years ago
  13. 1f9eb59 spi: ich: Use compatible strings to distinguish controller version by Bin Meng · 9 years ago
  14. 9eb4339 spi: ich: Some clean up by Bin Meng · 9 years ago
  15. cd85bec Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  16. 940d2b8 spi: fsl_qspi: Fix qspi_op_rdsr memcpy issue by Gong Qianyu · 9 years ago
  17. 5207014 spi: fsl_qspi: Fix qspi_op_rdid memcpy issue by Gong Qianyu · 9 years ago
  18. c2a4cb1 spi: fsl_qspi: fix compile warning for 64-bit platform by Gong Qianyu · 9 years ago
  19. f2b85ab dm: x86: spi: Convert ICH SPI driver to driver model PCI API by Simon Glass · 9 years ago
  20. fffe25d spi: ich: Separate out the read/write trace from normal debugging by Simon Glass · 9 years ago
  21. 90a2847 rockchip: spi: Remove the explicit pinctrl setting by Simon Glass · 9 years ago
  22. e15af8e rockchip: spi: Correct chip-enable code by Simon Glass · 9 years ago
  23. 183a3a0 rockchip: spi: Implement the delays by Simon Glass · 9 years ago
  24. 2b9fe11 rockchip: spi: Correct the bus init code by Simon Glass · 9 years ago
  25. 28a943c rockchip: spi: Remember the last speed to avoid re-setting it by Simon Glass · 9 years ago
  26. 6d97786 rockchip: spi: Avoid setting the pinctrl twice by Simon Glass · 9 years ago
  27. 71037d1 rockchip: spi: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  28. 74d49bf spi: ti_qspi: Use 4-byte opcode for mmap read by Vignesh R · 9 years ago
  29. 22bd03a spi: rk_spi: Fix debug format warning by Tom Rini · 9 years ago
  30. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  31. 9985bdb spi: kirkwood_spi.c: Add driver model support by Stefan Roese · 9 years ago
  32. 18dd3b2 spi: kirkwood_spi.c: Prepare for driver model support by Stefan Roese · 9 years ago
  33. 106f813 drivers: spi: ti_qspi: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  34. f8e2f92 spi: Add support for dual and quad mode by Mugunthan V N · 9 years ago
  35. 2230914 drivers: spi: ti_qspi: prepare driver for DM conversion by Mugunthan V N · 9 years ago
  36. 9c42558 drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion by Mugunthan V N · 9 years ago
  37. ec712f4 drivers: spi: ti_qspi: do not hard code chip select for memory map configuration by Mugunthan V N · 9 years ago
  38. 91292e0 spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
  39. e5961f0 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
  40. cdf3393 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD by Jagan Teki · 9 years ago
  41. 095a41d spi: Use mode instead of op_mode_tx by Jagan Teki · 9 years ago
  42. 8770413 spi: fsl_qspi: fix an error of using GENMASK by Gong Qianyu · 9 years ago
  43. 04a44d3 spi: zynq_qspi: Add configuration to disable LQSPI feature by Nathan Rossi · 9 years ago
  44. beedbc2 fsl_qspi: Pet the watchdog while reading/writing by Alexander Stein · 9 years ago
  45. 76de51a spi: xilinx: Add new compatible strings by Michal Simek · 9 years ago
  46. 8e4920e spi: Kconfig: Fix correct target name for ZynqMP by Michal Simek · 9 years ago
  47. 23ef5ae spi: zynq_spi: Add cadence compatible string by Michal Simek · 9 years ago
  48. cd337da spi: ti_qspi: Fix SPI_3WIRE checking using mode by Jagan Teki · 9 years ago
  49. 379b49d spi: Get spi-3wire from dts by Jagan Teki · 9 years ago
  50. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  51. 9ef671c Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  52. 281f156 dm: spi: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  53. 7313e21 altera_spi: change ioremap to map_physmem by Thomas Chou · 9 years ago
  54. 857db48 spi: ti_qspi: Add dummy readl for bus sync by Vignesh R · 9 years ago
  55. 4e675ff Tegra: T210: Add QSPI driver by Tom Warren · 9 years ago
  56. ddf34c2 spi: altera_spi: minor clean up by Thomas Chou · 9 years ago
  57. 4e609b6 spi: cadence_qspi: Ensure check for max frequency in place by Chin Liang See · 9 years ago
  58. 040f4ba spi: cadence_qspi: Fix fdt read of spi-max-frequency by Chin Liang See · 9 years ago
  59. 98fbd71 spi: cadence_qspi: Ensure spi_calibration is run when sclk change by Chin Liang See · 9 years ago
  60. 446d37c Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  61. bef87ad spi: altera_spi: Minor cleanup by Jagan Teki · 9 years ago
  62. 9c63d44 spi: altera_spi: Use BIT macro by Jagan Teki · 9 years ago
  63. 2431492 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  64. d243630 spi: xilinx_spi: Use GENMASK by Jagan Teki · 9 years ago
  65. 76538ec spi: tegra: Use GENMASK by Jagan Teki · 9 years ago
  66. 0ebc0ec spi: omap3_spi: Use GENMASK by Jagan Teki · 9 years ago
  67. bad490a spi: fsl_qspi: Use GENMASK by Jagan Teki · 9 years ago
  68. 95e77d9 spi: designware_spi: Use GENMASK by Jagan Teki · 9 years ago
  69. a9d3b78 spi: atmel_spi: Use GENMASK by Jagan Teki · 9 years ago
  70. 5ea392d spi: xilinx_spi: Use BIT macro by Jagan Teki · 9 years ago
  71. 847720c spi: ti_qspi: Use BIT macro by Jagan Teki · 9 years ago
  72. f692248 spi: tegra: Use BIT macro by Jagan Teki · 9 years ago
  73. ccaa948 spi: sh_qspi: Use BIT macro by Jagan Teki · 9 years ago
  74. 3e1b4dc spi: omap3_spi: Use BIT macro by Jagan Teki · 9 years ago
  75. a048d4b spi: mpc8xxx_spi: Use BIT macro by Jagan Teki · 9 years ago
  76. 69fd4c3 spi: ich: Use BIT macro by Jagan Teki · 9 years ago
  77. 29e6abd spi: fsl: Use BIT macro by Jagan Teki · 9 years ago
  78. 431a9f0 spi: designware_spi: Use BIT macro by Jagan Teki · 9 years ago
  79. b7e83b0 spi: cadence_qspi_apb: Use BIT macro by Jagan Teki · 9 years ago
  80. c0d1ea4 spi: bfin_spi6xx: Use BIT macro by Jagan Teki · 9 years ago
  81. a48c4eb spi: atmel_spi: Use BIT macro by Jagan Teki · 9 years ago
  82. 9cf2ffb spi: zynq_[q]spi: Use GENMASK macro by Jagan Teki · 9 years ago
  83. 736b4df spi: zynq_[q]spi: Use BIT macro by Jagan Teki · 9 years ago
  84. e5e0d68 spi: zynq_qspi: Minor cleanups by Jagan Teki · 9 years ago
  85. 86e99b9 spi: zynq_spi: Remove unneeded headers by Jagan Teki · 9 years ago
  86. 2775e91 spi: zynq_qspi: Fix to configure CPOL, CPHA mask by Jagan Teki · 9 years ago
  87. 1912699 spi: zynq_spi: Store cs value into private data by Jagan Teki · 9 years ago
  88. dda6241 spi: zynq_spi: Rename baudrate divisor mask name by Jagan Teki · 9 years ago
  89. 46ab8a6 spi: zynq_spi: Add config reg shift named macros by Jagan Teki · 9 years ago
  90. 78a025a spi: Kconfig: Add Zynq QSPI controller entry by Jagan Teki · 9 years ago
  91. 46d0a99 spi: Add zynq qspi controller driver by Jagan Teki · 9 years ago
  92. bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
  93. 15a56f9 spi : convert altera_spi to driver model by Thomas Chou · 9 years ago
  94. 5ac98cb x86: spi: Add support for Wildcat Point by George McCollister · 9 years ago
  95. 5cb1b7b spi: tegra20: Add support for mode selection by Mirza Krak · 9 years ago
  96. a22bba8 spi: zynq_spi: Fix to configure CPOL, CPHA mask by Jagan Teki · 9 years ago
  97. d5f6073 spi: xilinx_spi: Fix to configure CPOL, CPHA mask by Jagan Teki · 9 years ago
  98. 92a3188 bitops: introduce BIT() definition by Heiko Schocher · 9 years ago
  99. cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
  100. 1b2fd5b rockchip: Add SPI driver by Simon Glass · 9 years ago