1. 6d5ce1b spi: mxc_spi: Fix double incrementing read pointer for unaligned buffers by Timo Herbrecher · 11 years ago
  2. e7b1e45 spi: Add GPL-2.0+ SPDX-License-Identifier for missing files by Jagannadha Sutradharudu Teki · 11 years ago
  3. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  4. 3765b3e Coding Style cleanup: remove trailing white space by Wolfgang Denk · 11 years ago
  5. c4a7963 spi: exynos: Support word transfers by Rajeshwari Shinde · 11 years ago
  6. 120af15 spi: exynos: Minimise access to SPI FIFO level by Rajeshwari Shinde · 11 years ago
  7. 8d203af spi: exynos: Support a delay after deactivate by Rajeshwari Shinde · 11 years ago
  8. 1d0933e spi: add TI QSPI driver by Matt Porter · 11 years ago
  9. a928a36 spi: mxs_spi: Configure chipselect after block reset by Marek Vasut · 11 years ago
  10. 997399f powerpc: Fix CamelCase checkpatch warnings by Prabhakar Kushwaha · 11 years ago
  11. 1465d05 spi: Add zynq spi controller driver by Jagannadha Sutradharudu Teki · 11 years ago
  12. 583fe6c spi: mpc8xxx_spi: Use DIV_ROUND_UP instead of open-coded by Axel Lin · 11 years ago
  13. a444aa7 spi: fsl_espi: Use DIV_ROUND_UP instead of open-coded by Axel Lin · 11 years ago
  14. 327b5c9 spi: bfin_spi: Use DIV_ROUND_UP instead of open-coded by Axel Lin · 11 years ago
  15. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  16. fbbbc86 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 11 years ago
  17. e6c7f86 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  18. 9a30903 spi: mxc_spi: Update pre and post divider algorithm by Dirk Behme · 11 years ago
  19. 8d4c4ff spi: mxc_spi: Fix pre and post divider calculation by Dirk Behme · 11 years ago
  20. f3424c5 cros: exynos: add SPI support for cros_ec by Hung-ying Tyan · 11 years ago
  21. 9675fed spi: mxc_spi: Use DIV_ROUND_UP at appropriate places by Axel Lin · 11 years ago
  22. 0cb8394 spi: cf_qspi: Use DIV_ROUND_UP at appropriate place by Axel Lin · 11 years ago
  23. f0df254 Merge branch 'master' of git://git.denx.de/u-boot-spi by Tom Rini · 11 years ago
  24. ba1d1c2 spi: tegra20_sflash: Remove redundant code to set bus and cs of struct spi_slave by Axel Lin · 11 years ago
  25. d6f64d4 spi: tegra114_spi: Convert to use spi_alloc_slave() by Axel Lin · 11 years ago
  26. 0368292 spi: armada100_spi: Remove unnecessary NULL test for dout and din by Axel Lin · 11 years ago
  27. e4eaef8 spi: exynos: Support SPI_PREAMBLE mode by Rajeshwari Shinde · 11 years ago
  28. a19b0dd Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  29. d4d4f90 bfin: discard invalid data and clear RXS in bf5xx spi driver by Scott Jiang · 13 years ago
  30. e76276d bfin: Remove spi dma function in bf5xx. by Scott Jiang · 13 years ago
  31. e0d2d3b spi: atmel_spi: using ip version to check whether has wdrbt by Bo Shen · 11 years ago
  32. 0499218 imx: Move some header files from arch-mxs to imx-common by Stefan Roese · 11 years ago
  33. 8dc16cf Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  34. 0f1411b spi: mxc_spi: Set master mode for all channels by Fabio Estevam · 11 years ago
  35. 1812201 Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  36. fed029f Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 11 years ago
  37. be08abc Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  38. d36b39b spi: mxc_spi: Fix ECSPI reset handling by Dirk Behme · 12 years ago
  39. 472d546 Consolidate bool type by York Sun · 12 years ago
  40. 7d17958 spi: exynos: Fix compiler warnings for non-dt systems by Vivek Gautam · 12 years ago
  41. 009d75c Merge branch 'u-boot/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  42. 77c42e8 tegra114: add SPI driver by Allen Martin · 12 years ago
  43. 78f47b7 spi: add common fdt SPI driver interface by Allen Martin · 12 years ago
  44. 6b3a03e tegra20: spi: move fdt probe to spi_init by Allen Martin · 12 years ago
  45. 7a49ba6 tegra: spi: pull register structs out of headers by Allen Martin · 12 years ago
  46. 2a3c5bc tegra: spi: remove non fdt support by Allen Martin · 12 years ago
  47. ff1da6f tegra: spi: rename tegra SPI drivers by Allen Martin · 12 years ago
  48. 9000652 tegra: remove support for UART SPI switch by Allen Martin · 12 years ago
  49. 5e6fb69 x86: spi: Set maximum write size for ICH by Simon Glass · 12 years ago
  50. 1853030 x86: spi: Add Intel ICH driver by Simon Glass · 12 years ago
  51. d3504fe spi: Use spi_alloc_slave() in each SPI driver by Simon Glass · 12 years ago
  52. ba6c3ce spi: Add function to allocate a new SPI slave by Simon Glass · 12 years ago
  53. 6579d15 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  54. d3f26a2 mxs: spi: Remove CONFIG_MXS_SPI_DMA_ENABLE by Marek Vasut · 12 years ago
  55. c96e78c mxs: spi: Fix the MXS SPI for mx23 by Marek Vasut · 12 years ago
  56. 3430e0b mxs: mmc: spi: dma: Better wrap the MXS differences by Marek Vasut · 12 years ago
  57. 4a207e8 blackfin: add bf6xx spi driver by Scott Jiang · 13 years ago
  58. 951c6ba Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  59. b19f574 tegra: add SPI SLINK driver by Allen Martin · 12 years ago
  60. 8f1b46b tegra: spi: add fdt support to tegra SPI SFLASH driver by Allen Martin · 12 years ago
  61. 85e9c65 spi: xilinx_spi: Perform software reset during slave setup by Jason Wu · 12 years ago
  62. bf48fcb mxs: clock: Use 'mxs' prefix for methods by Otavio Salvador · 12 years ago
  63. 14e26bc mxs: ssp: Pull out the SSP bus to regs conversion by Marek Vasut · 12 years ago
  64. 1199c37 Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  65. 612404c Merge 'u-boot-atmel/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  66. 9d86f0c kirkwood: make MPP arrays static const by Albert ARIBAUD · 12 years ago
  67. 4d3acb9 SPI: EXYNOS: Add FDT support to driver. by Rajeshwari Shinde · 12 years ago
  68. cc1182b OMAP3 SPI : Fixed bugs related to SPI transfer by ajoy · 12 years ago
  69. ac81e1c spi: atmel: sam9m10g45 also support WDRBT bit by Bo Shen · 12 years ago
  70. b8a7c46 Merge branch 'u-boot-imx/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  71. 3cea335 spi: mxc_spi: Fix spi clock glitch durant reset by Fabio Estevam · 12 years ago
  72. de5bf02 spi: mxc_spi: Fix handling of chip select by Fabio Estevam · 12 years ago
  73. 1bf43b8 SPI: Add SPI Driver for EXYNOS. by Rajeshwari Shinde · 12 years ago
  74. c68436f Merge remote-tracking branch 'u-boot-ti/master' by Albert ARIBAUD · 12 years ago
  75. 22cbeed omap3_spi: introduce CONFIG_OMAP3_SPI_D0_D1_SWAPPED by Peter Korsgaard · 12 years ago
  76. 9905757 powerpc/espi: remove write command length check by Shaohui Xie · 12 years ago
  77. 150c249 Tegra20: Move some include files to arch-tegra for sharing with Tegra30 by Tom Warren · 12 years ago
  78. 495dbd7 Merge branch 'master' of git://git.denx.de/u-boot-arm by Tom Rini · 12 years ago
  79. d193c1b Merge remote-tracking branch 'u-boot-imx/master' by Albert ARIBAUD · 12 years ago
  80. 59d0612 ColdFire: Queued SPI driver by Richard Retanubun · 14 years ago
  81. f138ca1 mpc8xxx_spi: fix SPI support on MPC8308RDB by Ira W. Snyder · 12 years ago
  82. 03afad2 spi: xilinx: Remove unused variable by Stephan Linz · 12 years ago
  83. 29f3e3f Tegra: Change Tegra20 to Tegra in common code, prep for T30 by Tom Warren · 12 years ago
  84. e9f7eaf MX28: SPI: Fix the DMA chaining by Marek Vasut · 12 years ago
  85. 88d1555 MX28: SPI: Fix the DMA DCache race condition by Marek Vasut · 12 years ago
  86. 8203b20 kw_spi: fix clock prescaler computation by Valentin Longchamp · 12 years ago
  87. 65c5755 spi: atmel: add WDRBT bit to avoid receive overrun by Bo Shen · 12 years ago
  88. 2c43214 MX28: SPI: Supercharge the SPI driver by Marek Vasut · 12 years ago
  89. c6b52c4 spi: fix mxs_spi_slave structure allocation to clear memory by Matt Sealey · 12 years ago
  90. 784097a spi: fix mxc_spi_slave structure allocation to clear memory by Matt Sealey · 12 years ago
  91. cd20040 mxc_spi: Round up clock divider by Benoît Thébaudeau · 12 years ago
  92. fa7a51c mxs: Convert sys_proto.h prefixes to 'mxs' by Otavio Salvador · 12 years ago
  93. 00a2749 tegra20: rename tegra2 -> tegra20 by Allen Martin · 12 years ago
  94. a4a99ff am335x evm: Enable support for spi0 by Tom Rini · 12 years ago
  95. 4c0620b am33xx: Add support, update omap3 McSPI driver by Tom Rini · 12 years ago
  96. 9c47114 mxs: prefix register structs with 'mxs' prefix by Otavio Salvador · 12 years ago
  97. 7c5e6f7 MX28: SPI: Add DMA transfer support by Marek Vasut · 12 years ago
  98. ccd4d5a MX28: SPI: Pull out the PIO transfer function by Marek Vasut · 12 years ago
  99. c7065fa MX28: SPI: Refactor spi_xfer a bit by Marek Vasut · 12 years ago
  100. 968766a spi: Fix merge conflicts - Makefile by Michal Simek · 12 years ago