1. 22cca17 spi: zynqmp_gqspi: Add support for ZynqMP qspi driver by Siva Durga Prasad Paladugu · 6 years ago
  2. 6e9d9fc spi: xilinx_spi: convert to livetree by Vipul Kumar · 6 years ago
  3. 83ce646 spi: xilinx_spi: Added support to read JEDEC-id twice at the boot time by Vipul Kumar · 6 years ago
  4. 0c0de58 spi: xilinx_spi: Modify transfer logic xilinx_spi_xfer() function by Vipul Kumar · 6 years ago
  5. 4e7c1a2 spi: xilinx: Read reg base address from DTS file by Michal Simek · 6 years ago
  6. 8b71e46 spi: cadence_qspi: Fix warning cast from pointer to integer of different size by Ley Foon Tan · 6 years ago
  7. 9bd39dd spi: cadence_qspi: Fix compilation warning by Ley Foon Tan · 6 years ago
  8. 894c3ad board: arm: Add support for Broadcom BCM7445 by Thomas Fitzsimmons · 6 years ago
  9. c0eaffa spi: omap3: fix claim/release bus within DM by Hannes Schmelzer · 6 years ago
  10. 9cddf70 spi: omap3: fix set_speed and set_mode dm callbacks by Hannes Schmelzer · 6 years ago
  11. b1d2b52 spi: omap3: pre-initialize bus-speed with max. slave-speed by Hannes Schmelzer · 6 years ago
  12. 34ad749 spi: mxc_spi: Fix chipselect on DM_SPI driver uclass by Michael Trimarchi · 6 years ago
  13. 618e8e2 spi: mxc: Fix compilation problem of DM_SPI class driver by Michael Trimarchi · 6 years ago
  14. 240cd75 spi: zynq_qspi: Fixed incorrect return value error by Vipul Kumar · 6 years ago
  15. 6c35367 spi: cadence_qspi: Change to use devfdt_get_addr_index() by Ley Foon Tan · 6 years ago
  16. 2a046ff Merge branch 'master' of git://git.denx.de/u-boot-mips by Tom Rini · 6 years ago
  17. 46689a9 spi: bcm63xx_hsspi: convert to use live dt by Álvaro Fernández Rojas · 7 years ago
  18. 85e1ddb spi: bcm63xx_spi: convert to use live dt by Álvaro Fernández Rojas · 7 years ago
  19. 8ada17d Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 6 years ago
  20. 6083cf3 spi: atcspi200: Fix compiler warning by Rick Chen · 6 years ago
  21. 4bcd88a spi: fsl_qspi: remove superfluous assignment by Heinrich Schuchardt · 7 years ago
  22. 2665806 spi: lpc32xx: simplify logical expression by Heinrich Schuchardt · 7 years ago
  23. 8fad5e0 spi: atcspi200: avoid NULL dereference by Heinrich Schuchardt · 7 years ago
  24. 5e46123 spi: stm32_qspi: Add reset support by Patrice Chotard · 6 years ago
  25. 2a6ca73 spi: stm32_qspi: Use dev_read_xxx API by Patrice Chotard · 6 years ago
  26. 495f3b2 spi: stm32_qspi: Add chip select management by Christophe Kerello · 6 years ago
  27. 76afe56 spi: stm32_qspi: Add st, stm32f469-qspi compatible string by Christophe Kerello · 6 years ago
  28. 09e1772 spi: stm32_qspi: Align reg-names with kernel 4.12 RC1 by Christophe Kerello · 6 years ago
  29. 8c4592d spi: stm32_qspi: Sort include files alphabetically by Patrice Chotard · 6 years ago
  30. 936abad spi: stm32_qspi: Solve issue detected by checkpatch by Patrick Delaunay · 6 years ago
  31. 12e7c91 spi: stm32_qspi: Remove CONFIG_CLK flag by Patrice Chotard · 6 years ago
  32. dbbd5bd spi: mvebu_a3700_spi: Use Armada 37xx clk driver for SPI clock frequency by Marek Behún · 6 years ago
  33. 1f55356 spi: fsl_qspi: Introduce is_controller_busy function by Rajat Srivastava · 7 years ago
  34. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  35. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  36. f1b1f77 Convert CONFIG_SPI to Kconfig by Adam Ford · 6 years ago
  37. 9b14ac5 spi: dw: invert wait condition in dw_spi_xfer by Eugeniy Paltsev · 6 years ago
  38. ea5512e spi: sh_qspi: Make use of the 32byte FIFO by Marek Vasut · 6 years ago
  39. 9573db6 spi: sh_qspi: Replace ad hoc waiting with wait_for_bit by Marek Vasut · 6 years ago
  40. 1182264 spi: sh_qspi: Drop SPBDCR wait by Marek Vasut · 6 years ago
  41. 0e6fa20 spi: sh_qspi: Replace data types with short ones by Marek Vasut · 6 years ago
  42. fbebea2 mtd: spi: Add Renesas RPC SPI-flash driver by Marek Vasut · 7 years ago
  43. e80fa2c Revert "spi: atmel: Drop non-dm code" by Tom Rini · 6 years ago
  44. 5270df2 Revert "spi: atmel: Drop atmel_spi.h" by Tom Rini · 6 years ago
  45. 18f8d4c powercp: mpc8xx: move commproc.h by Christophe Leroy · 7 years ago
  46. ee1e600 powerpc: mpc8xx: Change CONFIG_8xx to CONFIG_MPC8xx by Christophe Leroy · 7 years ago
  47. 89d4fc1 spi: atmel: default y if DM_SPI && ARCH_AT91 by Jagan Teki · 7 years ago
  48. 37434db spi: atmel: Drop atmel_spi.h by Jagan Teki · 7 years ago
  49. 7b09477 spi: atmel: Drop non-dm code by Jagan Teki · 7 years ago
  50. 9bf48e2 spi: atmel: Add ifdef for DM_GPIO code by Jagan Teki · 7 years ago
  51. 63018a3 omap3: spi: Correct ti, pindir-d0-out-d1-in parsing by Sjoerd Simons · 7 years ago
  52. 4b5f6c5 DW SPI: use 32 bit access instead of 16 and 32 bit mix by Eugeniy Paltsev · 7 years ago
  53. bcdcb3e DW SPI: add option to use external gpio for chip select by Eugeniy Paltsev · 7 years ago
  54. d3d8aae DW SPI: refactor poll_transfer functions by Eugeniy Paltsev · 7 years ago
  55. fc282c7 DW SPI: fix transmit only mode by Eugeniy Paltsev · 7 years ago
  56. c6b4f03 DW SPI: fix tx data loss on FIFO flush by Eugeniy Paltsev · 7 years ago
  57. 3fa9bc7 Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  58. b2b41d2 spi: omap3: Fix redeclared error by Jagan Teki · 7 years ago
  59. aa5e3e2 board: stm32: switch to DM STM32 timer by Patrice Chotard · 7 years ago
  60. 8480792 spi: omap3: Skip set_mode, set_speed from claim by Jagan Teki · 7 years ago
  61. 15927ae spi: atcspi200: Drop non-dm code by Jagan Teki · 7 years ago
  62. fbca0e6 spi: Migrate CONFIG_CF_SPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  63. 4a942f4 spi: Migrate CONFIG_KIRKWOOD_SPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  64. 2c4b096 spi: Migrate CONFIG_LPC32XX_SSP to Kconfig by Tuomas Tynkkynen · 7 years ago
  65. bbdf386 spi: Migrate CONFIG_MPC8XXX_SPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  66. 60e5456 spi: Migrate CONFIG_MXC_SPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  67. 7b819b5 spi: Migrate CONFIG_MXS_SPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  68. a5dfabe spi: Migrate CONFIG_SH_QSPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  69. 95d3877 spi: Migrate CONFIG_SH_SPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  70. 923837e atcspi200: avoid possible NULL dereference by Heinrich Schuchardt · 7 years ago
  71. 1d12a7c Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  72. 58c125b DW SPI: Get clock value from Device Tree by Eugeniy Paltsev · 7 years ago
  73. aaa21d3 spi: cadence_qspi_apb: Make flash writes 32 bit aligned by Vignesh R · 7 years ago
  74. a743e2b Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible" by Vignesh R · 7 years ago
  75. 948ad4f Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible" by Goldschmidt Simon · 7 years ago
  76. 15a70a5 spi: cadence_spi: Sync DT bindings with Linux by Jason Rush · 7 years ago
  77. df16881 spi: kirkwood_spi: implement workaround for FE-9144572 by Chris Packham · 7 years ago
  78. 24fc1ec spi: spi-uclass: Fix style violations by Mario Six · 7 years ago
  79. 184fa1c spi: Remove spi_setup_slave_fdt by Mario Six · 7 years ago
  80. c5b88f2 spi: Remove obsolete spi_base_setup_slave_fdt by Mario Six · 7 years ago
  81. 547bcc3 spi: Fix style violation and improve code by Mario Six · 7 years ago
  82. 29cc436 dm: spi: add BCM63xx HSSPI driver by Álvaro Fernández Rojas · 7 years ago
  83. 5ac07d2 dm: spi: add BCM63xx SPI driver by Álvaro Fernández Rojas · 7 years ago
  84. 4826350 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
  85. 26410c1 Convert CONFIG_DAVINCI_SPI to Kconfig by Adam Ford · 7 years ago
  86. afe8e1b spi: fsl_qspi: support i.MX6UL/6ULLL/7D by Peng Fan · 7 years ago
  87. 6720e4a cosmetic: atcspi200: Rename function name as atcspi200 by Rick Chen · 7 years ago
  88. 41bbb8b spi: nds_ae3xx: Rename nds_ae3xx_spi as atcspi200_spi by Rick Chen · 7 years ago
  89. 11f12c1 rockchip: spi: the symbol for Hertz is Hz by Heinrich Schuchardt · 7 years ago
  90. 042de60 omap3: spi: the symbol for Hertz is Hz by Heinrich Schuchardt · 7 years ago
  91. ab20107 spi: ich: Lock down controller settings if required by Bin Meng · 7 years ago
  92. 95688de spi: Drop CONFIG_ATMEL_DATAFLASH_SPI by Tuomas Tynkkynen · 7 years ago
  93. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  94. ab0ac27 spi: davinci_spi: Add da830-spi support for DM by Adam Ford · 7 years ago
  95. 1050998 spi: fsl_qspi: Copy 16 byte aligned data in TX FIFO by Suresh Gupta · 7 years ago
  96. 1c631da spi: fsl_qspi: Add controller busy check before new spi operation by Suresh Gupta · 7 years ago
  97. 994266b spi: mxc_spi: support driver model by Peng Fan · 7 years ago
  98. 7155cd2 nds32: spi: Support spi dm driver. by rick · 7 years ago
  99. d27c273 rockchip: spi: Convert to livetree by Philipp Tomsich · 7 years ago
  100. d2ca80c x86: ich-spi: Clear atomic preop only when SPI settings are not locked by Bin Meng · 7 years ago