1. bcdcb3e DW SPI: add option to use external gpio for chip select by Eugeniy Paltsev · 7 years ago
  2. d3d8aae DW SPI: refactor poll_transfer functions by Eugeniy Paltsev · 7 years ago
  3. fc282c7 DW SPI: fix transmit only mode by Eugeniy Paltsev · 7 years ago
  4. c6b4f03 DW SPI: fix tx data loss on FIFO flush by Eugeniy Paltsev · 7 years ago
  5. 3fa9bc7 Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  6. b2b41d2 spi: omap3: Fix redeclared error by Jagan Teki · 7 years ago
  7. aa5e3e2 board: stm32: switch to DM STM32 timer by Patrice Chotard · 7 years ago
  8. 8480792 spi: omap3: Skip set_mode, set_speed from claim by Jagan Teki · 7 years ago
  9. 15927ae spi: atcspi200: Drop non-dm code by Jagan Teki · 7 years ago
  10. fbca0e6 spi: Migrate CONFIG_CF_SPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  11. 4a942f4 spi: Migrate CONFIG_KIRKWOOD_SPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  12. 2c4b096 spi: Migrate CONFIG_LPC32XX_SSP to Kconfig by Tuomas Tynkkynen · 7 years ago
  13. bbdf386 spi: Migrate CONFIG_MPC8XXX_SPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  14. 60e5456 spi: Migrate CONFIG_MXC_SPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  15. 7b819b5 spi: Migrate CONFIG_MXS_SPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  16. a5dfabe spi: Migrate CONFIG_SH_QSPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  17. 95d3877 spi: Migrate CONFIG_SH_SPI to Kconfig by Tuomas Tynkkynen · 7 years ago
  18. 923837e atcspi200: avoid possible NULL dereference by Heinrich Schuchardt · 7 years ago
  19. 1d12a7c Merge git://git.denx.de/u-boot-spi by Tom Rini · 7 years ago
  20. 58c125b DW SPI: Get clock value from Device Tree by Eugeniy Paltsev · 7 years ago
  21. aaa21d3 spi: cadence_qspi_apb: Make flash writes 32 bit aligned by Vignesh R · 7 years ago
  22. a743e2b Revert "spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible" by Vignesh R · 7 years ago
  23. 948ad4f Revert "spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible" by Goldschmidt Simon · 7 years ago
  24. 15a70a5 spi: cadence_spi: Sync DT bindings with Linux by Jason Rush · 7 years ago
  25. df16881 spi: kirkwood_spi: implement workaround for FE-9144572 by Chris Packham · 7 years ago
  26. 24fc1ec spi: spi-uclass: Fix style violations by Mario Six · 7 years ago
  27. 184fa1c spi: Remove spi_setup_slave_fdt by Mario Six · 7 years ago
  28. c5b88f2 spi: Remove obsolete spi_base_setup_slave_fdt by Mario Six · 7 years ago
  29. 547bcc3 spi: Fix style violation and improve code by Mario Six · 7 years ago
  30. 29cc436 dm: spi: add BCM63xx HSSPI driver by Álvaro Fernández Rojas · 7 years ago
  31. 5ac07d2 dm: spi: add BCM63xx SPI driver by Álvaro Fernández Rojas · 7 years ago
  32. 4826350 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
  33. 26410c1 Convert CONFIG_DAVINCI_SPI to Kconfig by Adam Ford · 7 years ago
  34. afe8e1b spi: fsl_qspi: support i.MX6UL/6ULLL/7D by Peng Fan · 7 years ago
  35. 6720e4a cosmetic: atcspi200: Rename function name as atcspi200 by Rick Chen · 7 years ago
  36. 41bbb8b spi: nds_ae3xx: Rename nds_ae3xx_spi as atcspi200_spi by Rick Chen · 7 years ago
  37. 11f12c1 rockchip: spi: the symbol for Hertz is Hz by Heinrich Schuchardt · 7 years ago
  38. 042de60 omap3: spi: the symbol for Hertz is Hz by Heinrich Schuchardt · 7 years ago
  39. ab20107 spi: ich: Lock down controller settings if required by Bin Meng · 7 years ago
  40. 95688de spi: Drop CONFIG_ATMEL_DATAFLASH_SPI by Tuomas Tynkkynen · 7 years ago
  41. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  42. ab0ac27 spi: davinci_spi: Add da830-spi support for DM by Adam Ford · 7 years ago
  43. 1050998 spi: fsl_qspi: Copy 16 byte aligned data in TX FIFO by Suresh Gupta · 7 years ago
  44. 1c631da spi: fsl_qspi: Add controller busy check before new spi operation by Suresh Gupta · 7 years ago
  45. 994266b spi: mxc_spi: support driver model by Peng Fan · 7 years ago
  46. 7155cd2 nds32: spi: Support spi dm driver. by rick · 7 years ago
  47. d27c273 rockchip: spi: Convert to livetree by Philipp Tomsich · 7 years ago
  48. d2ca80c x86: ich-spi: Clear atomic preop only when SPI settings are not locked by Bin Meng · 7 years ago
  49. 52dd56b x86: ich-spi: Remove useless assignment in ich_spi_xfer() by Bin Meng · 7 years ago
  50. b42711f x86: ich-spi: Move opcode registers configuration to another routine by Bin Meng · 7 years ago
  51. 3e79141 x86: ich-spi: Don't read cached lock status by Bin Meng · 7 years ago
  52. 7d82978 x86: ich-spi: Remove unnecessary assignment in ich_init_controller() by Bin Meng · 7 years ago
  53. 94bc917 x86: ich-spi: Remove spi_write_protect_region() by Bin Meng · 7 years ago
  54. c1b62ba Merge branch 'master' of git://git.denx.de/u-boot-rockchip by Tom Rini · 7 years ago
  55. d16120a rockchip: spi: enable support for the rk_spi driver for the RK3368 by Philipp Tomsich · 7 years ago
  56. a41e3e1 OMAP3_SPI: Kconfig: move OMAP3_SPI out of DM_SPI section. by Adam Ford · 7 years ago
  57. ec7483e Merge git://git.denx.de/u-boot-fsl-qoriq by Tom Rini · 7 years ago
  58. 4df24f2 spi: fsl_qspi: Pet watchdog even more by Alexander Stein · 7 years ago
  59. 28a3e5a dm: tegra: spi: Convert to livetree by Simon Glass · 7 years ago
  60. 000f15f dm: tegra: Convert clock_decode_periph_id() to support livetree by Simon Glass · 7 years ago
  61. 541cd6e spi: stm32_qspi: add clk_get_rate() support by Patrice Chotard · 7 years ago
  62. 552a848 imx: reorganize IMX code as other SOCs by Stefano Babic · 7 years ago
  63. 6c65577c rockchip: spi: dm: convert fdt_get to dev_read by Philipp Tomsich · 7 years ago
  64. f88c431 powerpc, 8xx: move SPI driver to drivers/spi/ by Christophe Leroy · 7 years ago
  65. daab59a avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  66. 4a7b9ee tegra: spi: Wait a little after setting the clocks by Simon Glass · 7 years ago
  67. 279e26f dm: spi: Convert uclass to livetree by Simon Glass · 7 years ago
  68. 150c5af dm: gpio: Add live tree support by Simon Glass · 7 years ago
  69. da409cc dm: core: Replace of_offset with accessor (part 2) by Simon Glass · 7 years ago
  70. 4af0d7e dm: Fix up inclusion of common.h by Simon Glass · 7 years ago
  71. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  72. 41eb8ff spi: kconfig: add soft spi Kconfig entry by Peng Fan · 7 years ago
  73. 4759dff spi: ich: Configure SPI BIOS parameters for Linux upon U-Boot exit by Stefan Roese · 7 years ago
  74. 25eaa28 omap: spi: Drop CONFIG_OMAP3_SPI_D0_D1_SWAPPED support by Tom Rini · 7 years ago
  75. cdeb4d7 rockchip: spi: enable support for the rk_spi driver for the RK3399 by Jakob Unterwurzacher · 7 years ago
  76. 9fc354e rockchip: spi: rewrite rkspi_set_clk for a more conservative baudrate setting by Philipp Tomsich · 7 years ago
  77. bd37671 rockchip: spi: rk_spi: dynamically select an module input rate by Philipp Tomsich · 7 years ago
  78. 890bafd stm32f7: use clock driver to enable qspi controller clock by Vikas Manocha · 7 years ago
  79. 2f54205 drivers: spi: Remove duplicate .probe method by Suniel Mahesh · 7 years ago
  80. ac6991f zynq: spi: Honour the activation / deactivation delay by Moritz Fischer · 8 years ago
  81. 61a77ce spi: atmel: check GPIO validity before using cs_gpios by Wenyou Yang · 7 years ago
  82. ea3310e Blackfin: Remove by Tom Rini · 8 years ago
  83. 706865a dm: core: Add flags parameter to device_remove() by Stefan Roese · 8 years ago
  84. 38a5c57 spi: fsl_qspi: Add support for single chip select by Suresh Gupta · 8 years ago
  85. b06a381 drivers: ti_qspi: use syscon to get the address ctrl_mod_mmap register by Jean-Jacques Hiblot · 8 years ago
  86. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  87. d4363ba ARM: SPI: stm32: add stm32f746 qspi driver by Michael Kurz · 8 years ago
  88. 68e7999 spi: Zap cf_qspi driver and related code by Jagan Teki · 8 years ago
  89. ee86e0d spi: Zap ep93xx_spi driver and related code by Jagan Teki · 8 years ago
  90. b63b463 spi: cadence_qspi_apb: Use 32 bit indirect read transaction when possible by Vignesh R · 8 years ago
  91. 57897c1 spi: cadence_qspi_apb: Use 32 bit indirect write transaction when possible by Vignesh R · 8 years ago
  92. cb71c6d spi: Zap armada100_spi.c and env by Jagan Teki · 8 years ago
  93. 353f6a7 spi: Zap mpc52xx_spi.c, config and related code by Jagan Teki · 8 years ago
  94. 6d72810 spi: cadence_qspi: Move DT prop code to match layout by Phil Edworthy · 8 years ago
  95. 22e63ff spi: cadence_qspi: Fix CS timings by Phil Edworthy · 8 years ago
  96. 3c56953 spi: cadence_qspi: Remove returns from end of void functions by Phil Edworthy · 8 years ago
  97. 7d403f2 spi: cadence_qspi: Use spi mode at the point it is needed by Phil Edworthy · 8 years ago
  98. 7e76c4b spi: cadence_qspi: Clean up the #define names by Phil Edworthy · 8 years ago
  99. db37cc9 spi: cadence_qspi: Use #define for bits instead of bit shifts by Phil Edworthy · 8 years ago
  100. 0ceb4d9 spi: cadence_qspi: Better debug information on the SPI clock rate by Phil Edworthy · 8 years ago