1. 61cb773 spi: Makefile: Use object file alphabetic order by Jagan Teki · 9 years ago
  2. dd32f51 spi: Kconfig: Add TI_QSPI entry by Jagan Teki · 9 years ago
  3. cd70d7d spi: Kconfig: Add XILINX_SPI entry by Jagan Teki · 9 years ago
  4. bfd3f8b spi: Add Kconfig menu entry by Jagan Teki · 9 years ago
  5. cad526f spi: Kconfig: Add Zynq SPI controller entry by Jagan Teki · 9 years ago
  6. 41fcbba spi: xilinx_spi: Add asm/io.h include file by Jagan Teki · 9 years ago
  7. fdc2b3d dm: spi: xilinx_spi: Convert to driver model by Jagan Teki · 9 years ago
  8. 8208163 spi: zynq_spi: Add fdt support in driver by Jagan Teki · 9 years ago
  9. f212576 dm: spi: zynq_spi: Convert to driver model by Jagan Teki · 9 years ago
  10. ccaa8fc spi: davinci_spi: Driver cleanup by Jagan Teki · 9 years ago
  11. 742d53d spi: davinci_spi: Move header code to driver by Jagan Teki · 9 years ago
  12. 48a0dbd spi: xilinx_spi: Driver clean-up by Jagan Teki · 9 years ago
  13. 23e281d spi: xilinx_spi: Move header code to driver by Jagan Teki · 9 years ago
  14. d8834f6 spi: Zap oc_tiny_spi driver by Jagan Teki · 9 years ago
  15. 7f80950 spi: Zap ftssp010_spi driver by Jagan Teki · 9 years ago
  16. e9549fa spi: Zap andes_spi driver by Jagan Teki · 9 years ago
  17. c1865a5 tegra: spi: Support slow SPI rates by Simon Glass · 9 years ago
  18. f669ba4 tegra: spi: Drop the claim_bus() method to correct delays by Simon Glass · 9 years ago
  19. b46cb63 dm: spi: Avoid setting the speed with every transfer by Simon Glass · 10 years ago
  20. 8fc6c91 Merge branch 'master' of git://www.denx.de/git/u-boot-socfpga by Tom Rini · 10 years ago
  21. a11b2a6 spi: omap3: Fix timeout handling by David Dueck · 10 years ago
  22. 5c74fba dm: spi: Correct SPI claim/release_bus() methods by Simon Glass · 10 years ago
  23. 778079a zynq: spi: Remove unnecessary error condition by Siva Durga Prasad Paladugu · 10 years ago
  24. 14be9b3 spi: Add Cadence QSPI controller Kconfig entry by Marek Vasut · 10 years ago
  25. 4562556 spi: Add Designware SPI controller Kconfig entry by Marek Vasut · 10 years ago
  26. 4b322d3 sandbox: Move CONFIG_SANDBOX_SPI to Kconfig by Simon Glass · 10 years ago
  27. 221f2e1 dm: spi: Convert Freescale QSPI driver to driver model by Haikun.Wang@freescale.com · 10 years ago
  28. a28e291 dm: spi: Convert Freescale DSPI driver to driver model by Haikun.Wang@freescale.com · 10 years ago
  29. 35f15f6 dm: x86: spi: Convert ICH SPI driver to driver model by Simon Glass · 10 years ago
  30. de0977b dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
  31. 1c87729 x86: spi: Add support for lynxpoint by Simon Glass · 10 years ago
  32. 24bfa9d lpc32xx: add LPC32xx SSP support (SPI mode) by Albert ARIBAUD \(3ADEV\) · 10 years ago
  33. 83cfd37 spi: designware_spi: revisit FIFO size detection again by Axel Lin · 10 years ago
  34. 0fd7c15 spi: cf_spi: Staticize local functions by Axel Lin · 10 years ago
  35. 13e1709 spi: cf_spi: Use to_cf_spi_slave to resolve cfslave from slave by Axel Lin · 10 years ago
  36. e8829b6 qspi: dra7x: enable quad mode read for ti-qspi driver by Ravi Babu · 10 years ago
  37. 56f4f6f spi: ftssp010_spi: Use to_ftssp010_spi() to ensure free correct address by Axel Lin · 10 years ago
  38. 4ea7cf3 spi: davinci: Remove duplicate code to set bus and cs for slave by Axel Lin · 10 years ago
  39. dfcd878 spi: cf_qspi: Fixup to_cf_qspi_slave macro by Axel Lin · 10 years ago
  40. d8b771d dm: Expand and complete Kconfig in drivers/ by Simon Glass · 10 years ago
  41. ba6faff x86: Add SPI support to quark/galileo by Bin Meng · 10 years ago
  42. a08ca38 x86: spi: Support ValleyView in ICH SPI driver by Simon Glass · 10 years ago
  43. 5d2ee05 dm: spi: Move slave details to child platdata by Simon Glass · 10 years ago
  44. 82c2f50 dm: spi: Set up the spi_slave device pointer in child_pre_probe() by Simon Glass · 10 years ago
  45. 31a4d8d dm: spi: Move the per-child data size to the uclass by Simon Glass · 10 years ago
  46. 0ccb097 dm: core: Add a flag to control sequence numbering by Simon Glass · 10 years ago
  47. 61d10b7 dm: spi: Remove use of fdtdec GPIO support by Simon Glass · 10 years ago
  48. abca5c0 x86: spi: Add device tree support by Simon Glass · 10 years ago
  49. 1c5f966 qspi:fsl implement AHB read by Peng Fan · 10 years ago
  50. c1adb62 spi: ftssp010_spi: Simplify code flow in ftssp010_[wait|wait_tx|wait_rx] by Axel Lin · 10 years ago
  51. 1baf4fd spi: cadence_qspi: Fix checking return value of fdt_first_subnode() by Axel Lin · 10 years ago
  52. 3a34448 spi:fsl-quadspi support bank register read write by Peng Fan · 10 years ago
  53. 67e767d dt: socfpga: Rename snps, dw-spi-mmio to snps, dw-apb-ssi by Marek Vasut · 10 years ago
  54. 3895c02 spi: designware_spi: Fix detecting FIFO depth by Axel Lin · 10 years ago
  55. 3642a87 imx:qspi add 4K erase support by Peng Fan · 10 years ago
  56. 828e468 arm:mx6sx add QSPI support by Peng Fan · 10 years ago
  57. a765adf QuadSPI: use correct amba_base by Peng Fan · 10 years ago
  58. ff16234 QuadSPI: use QSPI_CMD_xx instead of flash opcodes by Peng Fan · 10 years ago
  59. c50210f Merge branch 'master' of git://git.denx.de/u-boot-socfpga by Tom Rini · 10 years ago
  60. fd1b68c x86: ich-spi: Add Intel Tunnel Creek SPI controller support by Bin Meng · 10 years ago
  61. a488b6f x86: ich-spi: Set the tx operation mode for ich 7 by Bin Meng · 10 years ago
  62. 1e89248 x86: ich-spi: Set the rx operation mode for ich 7 by Bin Meng · 10 years ago
  63. 2dbed5f x86: ich-spi: Fix a bug of reading from a non-64 bytes aligned address by Bin Meng · 10 years ago
  64. 571e2a4 spi: designware_spi: Some fixes / changes by Stefan Roese · 10 years ago
  65. d987ea6 spi: Add designware master SPI DM driver used on SoCFPGA by Stefan Roese · 10 years ago
  66. 1c60fe7 spi: Add Cadence QSPI DM driver used by SoCFPGA by Stefan Roese · 10 years ago
  67. a51c615 arm: omap: add support for am57xx devices by Felipe Balbi · 10 years ago
  68. 7e08a1f Merge git://git.denx.de/u-boot-dm by Tom Rini · 10 years ago
  69. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  70. d8a21f6 dm: spi: Use device_bind_driver() instead of our own function by Simon Glass · 10 years ago
  71. 5ef36f2 dm: spi: Correct handling of SPI chip selects in sandbox by Simon Glass · 10 years ago
  72. 0b5e6c2 spi, atmel: move CONFIG_SYS_SPI_WRITE_TOUT into common header by Heiko Schocher · 10 years ago
  73. 8f769cf SPI: mxc_spi: delay initialisation until claim bus by Markus Niebel · 10 years ago
  74. 714bdc3 SPI: mxc_spi: remove second reset from ECSPI config handler by Markus Niebel · 10 years ago
  75. 7bb4fc3 spi: altera: Move the config options to the top by Marek Vasut · 10 years ago
  76. 5c97e30 spi: altera: Clean up the use of variable d by Marek Vasut · 10 years ago
  77. ec6938e spi: altera: Zap endless loop by Marek Vasut · 10 years ago
  78. a49ffc3 spi: altera: Clean up most checkpatch issues by Marek Vasut · 10 years ago
  79. 470dc3d spi: altera: Clean up bit definitions by Marek Vasut · 10 years ago
  80. 4206602 spi: altera: Use struct-based register access by Marek Vasut · 10 years ago
  81. f0e1f8d Merge branch 'master' of git://git.denx.de/u-boot-imx by Tom Rini · 10 years ago
  82. 57ad8ee dm: add entries to Kconfig by Masahiro Yamada · 10 years ago
  83. 1b258d5 spi: kirkwood_spi.c: Change KW_SPI_BASE to MVEBU_SPI_BASE by Stefan Roese · 10 years ago
  84. 2a88a53 spi: kirkwood_spi.c: Compile MPP (pin-mux) only for kirkwood SoC's by Stefan Roese · 10 years ago
  85. 2da296f arm: marvell: Move arch-kirkwood/spi.h to arch-mvebu/spi.h by Stefan Roese · 10 years ago
  86. c243784 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · 10 years ago
  87. 1121b1b dm: tegra: spi: Convert to driver model by Simon Glass · 10 years ago
  88. ca7eafe dm: exynos: Convert SPI to driver model by Simon Glass · 10 years ago
  89. 456dd7c dm: spi: Add soft_spi implementation by Simon Glass · 10 years ago
  90. 43d4a54 dm: spi: Remove SPI_INIT feature by Simon Glass · 10 years ago
  91. 6fd26bc dm: spi: Rename soft_spi.c to soft_spi_legacy.c by Simon Glass · 10 years ago
  92. 95429fe dm: sandbox: spi: Move to driver model by Simon Glass · 10 years ago
  93. 10a4a33 dm: sandbox: Add a SPI emulation uclass by Simon Glass · 10 years ago
  94. dd82d44 dm: spi: Add a uclass for SPI by Simon Glass · 10 years ago
  95. 16acd1c ARM: i.MX: provide declaration for board_spi_cs_gpio by Eric Nelson · 10 years ago
  96. f3e12b7 kconfig: add blank Kconfig files by Masahiro Yamada · 10 years ago
  97. 57767df spi: kirkwood_spi.c: cosmetic: Fix minor coding style issues by Stefan Roese · 10 years ago
  98. 8edd6e0 spi: kirkwood_spi.c: Make global variable static by Stefan Roese · 10 years ago
  99. b85f0cb spi: kirkwood_spi.c: Some fixes and cleanup by Stefan Roese · 10 years ago
  100. 00cd738 spi: mxc: fix sf probe when using mxc_spi by Nikita Kiryanov · 10 years ago