1. 1221ce4 treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  2. 19d051a Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 8 years ago
  3. 21b1dd1 spi: Kconfig: Move FSL_QSPI entry to non-dm place by Jagan Teki · 8 years ago
  4. 5f647c2 spi: zynq: Use variable to remove u32 to u64 conversions by Michal Simek · 8 years ago
  5. 08fe9c2 spi: Use mode for rx mode flags by Jagan Teki · 8 years ago
  6. 28b69f6 spi: ti_qspi: Remove unnecessary udelay for AM437x by Vignesh R · 8 years ago
  7. 2603685 spi: ti_qspi: use 128 bit transfer mode when writing to flash by Vignesh R · 8 years ago
  8. d299828 spi: zynq_spi: Fix infinite looping while xfer by Lad, Prabhakar · 8 years ago
  9. 4832c7f spi: tegra: fix hang in set_mode() by Stephen Warren · 8 years ago
  10. 5405817 spi: cadence_qspi_apb: Ensure baudrate doesn't exceed max value by Chin Liang See · 8 years ago
  11. 04e5c6d driver: spi: fsl-qspi: remove compile Warnings by Yunhui Cui · 8 years ago
  12. a6f56ad spi: ti_qspi: dra7xx: Add support to use 76.8MHz clock by Vignesh R · 8 years ago
  13. fee3b6a spi: ti_qspi: Remove delay in read path for dra7xx by Vignesh R · 8 years ago
  14. c595a28 spi: ti_qspi: Fix compiler warning when DEBUG macro is set by Vignesh R · 8 years ago
  15. 69eeefa spi: ti_qspi: Fix failure on multiple READ_ID cmd by Vignesh R · 8 years ago
  16. 9119548 dm: Use dm_scan_fdt_dev() directly where possible by Simon Glass · 8 years ago
  17. 2e3f1ff dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev() by Simon Glass · 8 years ago
  18. 96907c0 dm: spi: Read default speed and mode values from DT by Vignesh R · 8 years ago
  19. 2372e14 spi: cadence_quadspi: Enable QUAD mode based on DT data by Vignesh R · 8 years ago
  20. dac3bf2 spi: cadence_qspi_apb: Support 32 bit AHB address by Vignesh R · 8 years ago
  21. 192bb75 spi: davinci_spi: Convert to driver to adapt to DM by Vignesh R · 8 years ago
  22. c8864d7 spi: spi-uclass: fix typo in debug output by Anatolij Gustschin · 8 years ago
  23. 8dfd6e2 driver: qspi: correct QSPI disable CS reset value by Praneeth Bajjuri · 8 years ago
  24. 135aa95 clk: convert API to match reset/mailbox style by Stephen Warren · 8 years ago
  25. e19b900 spi: pic32_spi: add SPI master driver for PIC32 SoC. by Purna Chandra Mandal · 8 years ago
  26. fc15b9b Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 8 years ago
  27. d7d0003 Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 8 years ago
  28. 5f89a15 omap3: Fix SPI registers on am33xx and am43xx by Martin Hejnfelt · 8 years ago
  29. 5fabf2e ath79: spi: Remove the explicit pinctrl setting by Wills Wang · 8 years ago
  30. b85dc46 drivers: spi: add spi support for QCA/Atheros ath79 SOCs by Wills Wang · 9 years ago
  31. febffe8 spi: fsl_qspi: Enable Spansion S25FS-S family flashes by Yuan Yao · 9 years ago
  32. 4e14741 spi: fsl_qspi: Assign AMBA mem according CS num in dts by Yuan Yao · 9 years ago
  33. bf9bffa spi: fsl_qspi: Fix issues on arm64 by Yuan Yao · 9 years ago
  34. 7a3eff4 dm: spi: introduce dm api by Peng Fan · 8 years ago
  35. 102412c dm: spi: soft_spi: switch to use linux compatible string by Peng Fan · 8 years ago
  36. b6d54d5 dm: spi: soft_spi bug fix by Peng Fan · 8 years ago
  37. 5a824c4 mtd: cqspi: Simplify indirect read code by Marek Vasut · 8 years ago
  38. 26da635 mtd: cqspi: Simplify indirect write code by Marek Vasut · 8 years ago
  39. 9fc5663 spi: kirkwood_spi: Add support for multiple chip-selects on MVEBU by Stefan Roese · 9 years ago
  40. 951f1b5 spi: kirkwood_spi.c: Add compatible match ID for Armada 375 by Stefan Roese · 9 years ago
  41. 41bccb8 spi: omap3: Fix multiple definition of 'priv' by Jagan Teki · 9 years ago
  42. 77b8d04 spi: omap3: Convert to driver model by Jagan Teki · 9 years ago
  43. 03661d8 spi: omap3: Make local functions as static by Jagan Teki · 9 years ago
  44. 682c172 spi: omap3: Move headers code inside the driver by Jagan Teki · 9 years ago
  45. e6601df dm: ti_qspi: Fix conversion of address to a pointer by Lokesh Vutla · 9 years ago
  46. 674f360 spi: spi-uclass: Set slave wordlen with SPI_DEFAULT_WORDLEN by Christophe Ricard · 9 years ago
  47. 3963919 spi: omap3: Remove unused variable irqstatus in omap3_spi_txrx by Christophe Ricard · 9 years ago
  48. 518b0af spi: ti_qspi: compile out spi_flash_copy_mmap when CONFIG_DMA is defined by Mugunthan V N · 9 years ago
  49. 3e389d8 dm: pch: Rename get_sbase op to get_spi_base by Bin Meng · 9 years ago
  50. 6e670b5 spi: ich: Change PCHV_ to ICHV_ by Bin Meng · 9 years ago
  51. 1f9eb59 spi: ich: Use compatible strings to distinguish controller version by Bin Meng · 9 years ago
  52. 9eb4339 spi: ich: Some clean up by Bin Meng · 9 years ago
  53. cd85bec Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 9 years ago
  54. 940d2b8 spi: fsl_qspi: Fix qspi_op_rdsr memcpy issue by Gong Qianyu · 9 years ago
  55. 5207014 spi: fsl_qspi: Fix qspi_op_rdid memcpy issue by Gong Qianyu · 9 years ago
  56. c2a4cb1 spi: fsl_qspi: fix compile warning for 64-bit platform by Gong Qianyu · 9 years ago
  57. f2b85ab dm: x86: spi: Convert ICH SPI driver to driver model PCI API by Simon Glass · 9 years ago
  58. fffe25d spi: ich: Separate out the read/write trace from normal debugging by Simon Glass · 9 years ago
  59. 90a2847 rockchip: spi: Remove the explicit pinctrl setting by Simon Glass · 9 years ago
  60. e15af8e rockchip: spi: Correct chip-enable code by Simon Glass · 9 years ago
  61. 183a3a0 rockchip: spi: Implement the delays by Simon Glass · 9 years ago
  62. 2b9fe11 rockchip: spi: Correct the bus init code by Simon Glass · 9 years ago
  63. 28a943c rockchip: spi: Remember the last speed to avoid re-setting it by Simon Glass · 9 years ago
  64. 6d97786 rockchip: spi: Avoid setting the pinctrl twice by Simon Glass · 9 years ago
  65. 71037d1 rockchip: spi: Update the driver to use the new clock ID by Simon Glass · 9 years ago
  66. 74d49bf spi: ti_qspi: Use 4-byte opcode for mmap read by Vignesh R · 9 years ago
  67. 22bd03a spi: rk_spi: Fix debug format warning by Tom Rini · 9 years ago
  68. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  69. 9985bdb spi: kirkwood_spi.c: Add driver model support by Stefan Roese · 9 years ago
  70. 18dd3b2 spi: kirkwood_spi.c: Prepare for driver model support by Stefan Roese · 9 years ago
  71. 106f813 drivers: spi: ti_qspi: convert driver to adopt device driver model by Mugunthan V N · 9 years ago
  72. f8e2f92 spi: Add support for dual and quad mode by Mugunthan V N · 9 years ago
  73. 2230914 drivers: spi: ti_qspi: prepare driver for DM conversion by Mugunthan V N · 9 years ago
  74. 9c42558 drivers: spi:ti_qspi: change ti_qspi_slave to ti_qspi_priv for driver model conversion by Mugunthan V N · 9 years ago
  75. ec712f4 drivers: spi: ti_qspi: do not hard code chip select for memory map configuration by Mugunthan V N · 9 years ago
  76. 91292e0 spi: Rename op_mode_rx to mode_rx by Jagan Teki · 9 years ago
  77. e5961f0 spi: Rename SPI_OPM_RX_* to SPI_RX_* by Jagan Teki · 9 years ago
  78. cdf3393 spi: Rename SPI_TX_BP|QPP to SPI_TX_BYTE|QUAD by Jagan Teki · 9 years ago
  79. 095a41d spi: Use mode instead of op_mode_tx by Jagan Teki · 9 years ago
  80. 8770413 spi: fsl_qspi: fix an error of using GENMASK by Gong Qianyu · 9 years ago
  81. 04a44d3 spi: zynq_qspi: Add configuration to disable LQSPI feature by Nathan Rossi · 9 years ago
  82. beedbc2 fsl_qspi: Pet the watchdog while reading/writing by Alexander Stein · 9 years ago
  83. 76de51a spi: xilinx: Add new compatible strings by Michal Simek · 9 years ago
  84. 8e4920e spi: Kconfig: Fix correct target name for ZynqMP by Michal Simek · 9 years ago
  85. 23ef5ae spi: zynq_spi: Add cadence compatible string by Michal Simek · 9 years ago
  86. cd337da spi: ti_qspi: Fix SPI_3WIRE checking using mode by Jagan Teki · 9 years ago
  87. 379b49d spi: Get spi-3wire from dts by Jagan Teki · 9 years ago
  88. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  89. 9ef671c Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  90. 281f156 dm: spi: Add support for all targets which requires MANUAL_RELOC by Michal Simek · 9 years ago
  91. 7313e21 altera_spi: change ioremap to map_physmem by Thomas Chou · 9 years ago
  92. 857db48 spi: ti_qspi: Add dummy readl for bus sync by Vignesh R · 9 years ago
  93. 4e675ff Tegra: T210: Add QSPI driver by Tom Warren · 9 years ago
  94. ddf34c2 spi: altera_spi: minor clean up by Thomas Chou · 9 years ago
  95. 4e609b6 spi: cadence_qspi: Ensure check for max frequency in place by Chin Liang See · 9 years ago
  96. 040f4ba spi: cadence_qspi: Fix fdt read of spi-max-frequency by Chin Liang See · 9 years ago
  97. 98fbd71 spi: cadence_qspi: Ensure spi_calibration is run when sclk change by Chin Liang See · 9 years ago
  98. 446d37c Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 9 years ago
  99. bef87ad spi: altera_spi: Minor cleanup by Jagan Teki · 9 years ago
  100. 9c63d44 spi: altera_spi: Use BIT macro by Jagan Teki · 9 years ago