1. c4a11bc Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  2. b858b6b Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 9 years ago
  3. d74ea96 omap3: Fix SPI registers on am33xx and am43xx by Martin Hejnfelt · 9 years ago
  4. 0a5f3b0 ath79: spi: Remove the explicit pinctrl setting by Wills Wang · 9 years ago
  5. f502148 drivers: spi: add spi support for QCA/Atheros ath79 SOCs by Wills Wang · 9 years ago
  6. d719326 spi: fsl_qspi: Enable Spansion S25FS-S family flashes by Yuan Yao · 9 years ago
  7. b4bfe10 spi: fsl_qspi: Assign AMBA mem according CS num in dts by Yuan Yao · 9 years ago
  8. ae41239 spi: fsl_qspi: Fix issues on arm64 by Yuan Yao · 9 years ago
  9. fdd88a3 dm: spi: introduce dm api by Peng Fan · 9 years ago
  10. 54108e7 dm: spi: soft_spi: switch to use linux compatible string by Peng Fan · 9 years ago
  11. fa7dd9b dm: spi: soft_spi bug fix by Peng Fan · 9 years ago
  12. 8c17743 mtd: cqspi: Simplify indirect read code by Marek Vasut · 9 years ago
  13. dae51dd mtd: cqspi: Simplify indirect write code by Marek Vasut · 9 years ago
  14. 90b499a spi: kirkwood_spi: Add support for multiple chip-selects on MVEBU by Stefan Roese · 9 years ago
  15. d6ca098 spi: kirkwood_spi.c: Add compatible match ID for Armada 375 by Stefan Roese · 9 years ago
  16. e7ac570 spi: omap3: Fix multiple definition of 'priv' by Jagan Teki · 9 years ago
  17. ea17242 spi: omap3: Convert to driver model by Jagan Teki · 9 years ago
  18. 40a55df spi: omap3: Make local functions as static by Jagan Teki · 9 years ago
  19. c2cca6c spi: omap3: Move headers code inside the driver by Jagan Teki · 9 years ago
  20. c2519df dm: ti_qspi: Fix conversion of address to a pointer by Lokesh Vutla · 9 years ago
  21. fb0c53e spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN by Christophe Ricard · 9 years ago
  22. 79b815e spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx by Christophe Ricard · 9 years ago
  23. 98d3d67 spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is defined by Mugunthan V N · 9 years ago
  24. 06d66af dm: pch: Rename get_sbase op to get_spi_base by Bin Meng · 9 years ago
  25. 0d3792c spi: ich: Change PCHV_ to ICHV_ by Bin Meng · 9 years ago
  26. d940667 spi: ich: Use compatible strings to distinguish controller version by Bin Meng · 9 years ago
  27. 316fd94 spi: ich: Some clean up by Bin Meng · 9 years ago
  28. d51b77e Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  29. 4e8630b spi: fsl_qspi: Fix qspi_op_rdsr memcpy issue by Gong Qianyu · 9 years ago
  30. a5357ca spi: fsl_qspi: Fix qspi_op_rdid memcpy issue by Gong Qianyu · 9 years ago
  31. 14b532e spi: fsl_qspi: fix compile warning for 64-bit platform by Gong Qianyu · 9 years ago
  32. 3276163 dm: x86: spi: Convert ICH SPI driver to driver model PCI API by Simon Glass · 9 years ago
  33. fcac1dd spi: ich: Separate out the read/write trace from normal debugging by Simon Glass · 9 years ago
  34. c45aec9 rockchip: spi: Remove the explicit pinctrl setting by Simon Glass · 9 years ago
  35. 2c9693c rockchip: spi: Correct chip-enable code by Simon Glass · 9 years ago
  36. 58a52e8 rockchip: spi: Implement the delays by Simon Glass · 9 years ago
  37. f9ed818 rockchip: spi: Correct the bus init code by Simon Glass · 9 years ago
  38. 30508e9 rockchip: spi: Remember the last speed to avoid re-setting it by Simon Glass · 9 years ago
  39. f2e033f rockchip: spi: Avoid setting the pinctrl twice by Simon Glass · 9 years ago
  40. a95049e rockchip: spi: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  41. 2e29b64 spi: ti_qspi: Use 4-byte opcode for mmap read by Vignesh R · 9 years ago
  42. 7ccac29 spi: rk_spi: Fix debug format warning by Tom Rini · 9 years ago
  43. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  44. 27139a6 spi: kirkwood_spi.c: Add driver model support by Stefan Roese · 9 years ago
  45. ff74ca4 spi: kirkwood_spi.c: Prepare for driver model support by Stefan Roese · 9 years ago
  46. 540a115 drivers: spi: ti_qspi: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  47. 4b0f40c spi: Add support for dual and quad mode by Mugunthan V N · 9 years ago
  48. cd46773 drivers: spi: ti_qspi: prepare driver for DM conversion by Mugunthan V N · 9 years ago
  49. e206d30 drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion by Mugunthan V N · 9 years ago
  50. 132e007 drivers: spi: ti_qspi: do not hard code chip select for memory map configuration by Mugunthan V N · 9 years ago
  51. 155c19f spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
  52. 3dce555 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
  53. 71331b3 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD by Jagan Teki · 9 years ago
  54. 26a0b19 spi: Use mode instead of op_mode_tx by Jagan Teki · 9 years ago
  55. 44f65f8 spi: fsl_qspi: fix an error of using GENMASK by Gong Qianyu · 9 years ago
  56. b115078 spi: zynq_qspi: Add configuration to disable LQSPI feature by Nathan Rossi · 9 years ago
  57. 9b2c8a9 fsl_qspi: Pet the watchdog while reading/writing by Alexander Stein · 9 years ago
  58. 7465f31 spi: xilinx: Add new compatible strings by Michal Simek · 9 years ago
  59. f5a0371 spi: Kconfig: Fix correct target name for ZynqMP by Michal Simek · 9 years ago
  60. 8eb23ec spi: zynq_spi: Add cadence compatible string by Michal Simek · 9 years ago
  61. e955f90 spi: ti_qspi: Fix SPI_3WIRE checking using mode by Jagan Teki · 9 years ago
  62. d3868fd spi: Get spi-3wire from dts by Jagan Teki · 9 years ago
  63. a73bda4 Move console definitions into a new console.h file by Simon Glass · 9 years ago
  64. 8760394 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  65. 28d7e4e dm: spi: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  66. 3f1f1a2 altera_spi: change ioremap to map_physmem by Thomas Chou · 9 years ago
  67. 43ad9ce spi: ti_qspi: Add dummy readl for bus sync by Vignesh R · 9 years ago
  68. 5fb0c84 Tegra: T210: Add QSPI driver by Tom Warren · 9 years ago
  69. ef4b350 spi: altera_spi: minor clean up by Thomas Chou · 9 years ago
  70. cb4ac0b spi: cadence_qspi: Ensure check for max frequency in place by Chin Liang See · 9 years ago
  71. f1d200f spi: cadence_qspi: Fix fdt read of spi-max-frequency by Chin Liang See · 9 years ago
  72. 36431f9 spi: cadence_qspi: Ensure spi_calibration is run when sclk change by Chin Liang See · 9 years ago
  73. 5ded014 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  74. a6f4875 spi: altera_spi: Minor cleanup by Jagan Teki · 9 years ago
  75. 8e7c888 spi: altera_spi: Use BIT macro by Jagan Teki · 9 years ago
  76. 42c65e8 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  77. a2888d0 spi: xilinx_spi: Use GENMASK by Jagan Teki · 9 years ago
  78. 54badcb spi: tegra: Use GENMASK by Jagan Teki · 9 years ago
  79. 1a56d6c spi: omap3_spi: Use GENMASK by Jagan Teki · 9 years ago
  80. da1fdfd spi: fsl_qspi: Use GENMASK by Jagan Teki · 9 years ago
  81. fac4491 spi: designware_spi: Use GENMASK by Jagan Teki · 9 years ago
  82. 493d28a spi: atmel_spi: Use GENMASK by Jagan Teki · 9 years ago
  83. f0a0141 spi: xilinx_spi: Use BIT macro by Jagan Teki · 9 years ago
  84. f16e4db spi: ti_qspi: Use BIT macro by Jagan Teki · 9 years ago
  85. 7f7ccf7 spi: tegra: Use BIT macro by Jagan Teki · 9 years ago
  86. 3857b34 spi: sh_qspi: Use BIT macro by Jagan Teki · 9 years ago
  87. 5b79e43 spi: omap3_spi: Use BIT macro by Jagan Teki · 9 years ago
  88. f9c9f6a spi: mpc8xxx_spi: Use BIT macro by Jagan Teki · 9 years ago
  89. 827afe5 spi: ich: Use BIT macro by Jagan Teki · 9 years ago
  90. c97ca92 spi: fsl: Use BIT macro by Jagan Teki · 9 years ago
  91. b17746d spi: designware_spi: Use BIT macro by Jagan Teki · 9 years ago
  92. 99d7167 spi: cadence_qspi_apb: Use BIT macro by Jagan Teki · 9 years ago
  93. 42e3db7 spi: bfin_spi6xx: Use BIT macro by Jagan Teki · 9 years ago
  94. 8722286 spi: atmel_spi: Use BIT macro by Jagan Teki · 9 years ago
  95. e1af6ae spi: zynq_[q]spi: Use GENMASK macro by Jagan Teki · 9 years ago
  96. f94b3f7 spi: zynq_[q]spi: Use BIT macro by Jagan Teki · 9 years ago
  97. cc7ae3d spi: zynq_qspi: Minor cleanups by Jagan Teki · 9 years ago
  98. 697cdaa spi: zynq_spi: Remove unneeded headers by Jagan Teki · 9 years ago
  99. c27f1c1 spi: zynq_qspi: Fix to configure CPOL, CPHA mask by Jagan Teki · 9 years ago
  100. 12c941e spi: zynq_spi: Store cs value into private data by Jagan Teki · 9 years ago