1. 69e25c7 Merge remote-tracking branch 'spi/topic/workqueue' into spi-next by Mark Brown · 10 years ago
  2. 301d838 Merge remote-tracking branches 'spi/topic/oom', 'spi/topic/pxa2xx', 'spi/topic/rspi' and 'spi/topic/sirf' into spi-next by Mark Brown · 10 years ago
  3. 8fb3b06 Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl', 'spi/topic/fsl-espi' and 'spi/topic/id-const' into spi-next by Mark Brown · 10 years ago
  4. 446fe5e Merge remote-tracking branches 'spi/topic/adi', 'spi/topic/atmel' and 'spi/topic/cadence' into spi-next by Mark Brown · 10 years ago
  5. f54645d Merge remote-tracking branch 'spi/topic/dt' into spi-next by Mark Brown · 10 years ago
  6. 15751f2 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
  7. 03689d2 Merge remote-tracking branches 'spi/fix/qup' and 'spi/fix/topcliff-pch' into spi-linus by Mark Brown · 10 years ago
  8. 8b983e9 spi: rspi: Extract rspi_common_transfer() by Geert Uytterhoeven · 10 years ago
  9. e7fb921 spi: rspi: Add DMA support for RSPI on RZ/A1H by Geert Uytterhoeven · 10 years ago
  10. 4f12b5e spi: rspi: Add DMA support for QSPI on R-Car Gen2 by Geert Uytterhoeven · 10 years ago
  11. 03e627c spi: rspi: Absorb rspi_rz_transfer_out_in() into rspi_rz_transfer_one() by Geert Uytterhoeven · 10 years ago
  12. c52fb6d spi: rspi: Merge rspi_*_dma() into rspi_dma_transfer() by Geert Uytterhoeven · 10 years ago
  13. e4b52dc spi: rspi: Pass sg_tables instead of spi_tranfer to rspi_*_dma() by Geert Uytterhoeven · 10 years ago
  14. 8393fa7 spi: rspi: Move RSPI-specific setup out of DMA routines by Geert Uytterhoeven · 10 years ago
  15. 2f777ec spi: rspi: Use SPI core DMA mapping framework by Geert Uytterhoeven · 10 years ago
  16. 5f338d0 spi: rspi: SPI DMA core needs both RX and TX DMA to function by Geert Uytterhoeven · 10 years ago
  17. fcdc49a spi: rspi: Remove unneeded resource test in DMA setup by Geert Uytterhoeven · 10 years ago
  18. 65bf220 spi: rspi: Extract rspi_request_dma_chan() by Geert Uytterhoeven · 10 years ago
  19. 27e105a spi: rspi: Don't consider DMA configuration failures fatal by Geert Uytterhoeven · 10 years ago
  20. 6837b8e spi: rspi: Extract rspi_pio_transfer() by Geert Uytterhoeven · 10 years ago
  21. b42e035 spi: rspi: Use core SPI_MASTER_MUST_[RT]X handling by Geert Uytterhoeven · 10 years ago
  22. 9c5de2c spi: rspi: Remove unused 16-bit DMA support by Geert Uytterhoeven · 10 years ago
  23. 32c6426 spi: rspi: Do not call rspi_receive_init() for TX-only by Geert Uytterhoeven · 10 years ago
  24. 5f684c3 spi: rspi: Extract rspi_wait_for_{tx_empty,rx_full}() by Geert Uytterhoeven · 10 years ago
  25. 836d1a2 spi/pxa2xx: fix runtime PM enabling order by Antonio Ospite · 10 years ago
  26. a2cb1be spi/fsl-espi: fix rx_buf in fsl_espi_cmd_trans()/fsl_espi_rw_trans() by Valentin Longchamp · 10 years ago
  27. 80874d8 spi: core: Ignore unsupported spi-[tr]x-bus-width property values by Geert Uytterhoeven · 10 years ago
  28. 3beb61d spi: rspi: Round up division to avoid slave overclocking by Geert Uytterhoeven · 10 years ago
  29. 41148c3 spi: sirf: decrease the interrupt count and latency of PIO mode by Qipan Li · 10 years ago
  30. 2b16069 spi/topcliff-pch: Fix Kconfig dependencies by Jean Delvare · 10 years ago
  31. 8f39122 spi: qup: Correct selection of FIFO/Block mode by Andy Gross · 10 years ago
  32. fd30c37 Merge remote-tracking branches 'spi/fix/pxa2xx' and 'spi/fix/qup' into spi-linus by Mark Brown · 10 years ago
  33. 6c7bdf2 Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 10 years ago
  34. 111e0a9 spi/pxa2xx: Prevent DMA from transferring too many bytes by Mika Westerberg · 10 years ago
  35. bf61fb8 spi: dw: Remove unused dw_spi_cleanup function by Axel Lin · 10 years ago
  36. b2fb187 spi: tegra20-slink: Make of_device_id array const by Jingoo Han · 10 years ago
  37. bff15ed spi: tegra20-sflash: Make of_device_id array const by Jingoo Han · 10 years ago
  38. 0ac83f3 spi: tegra114: Make of_device_id array const by Jingoo Han · 10 years ago
  39. 113b1a0 spi: qup: Make of_device_id array const by Jingoo Han · 10 years ago
  40. d9e1528 spi: spi-gpio: Make of_device_id array const by Jingoo Han · 10 years ago
  41. 790d190 spi: fsl-dspi: Make of_device_id array const by Jingoo Han · 10 years ago
  42. b112f05 spi: atmel: fix incorrect comparison by Alexandre Belloni · 10 years ago
  43. c3676d5 spi: core: Don't destroy master queue if we fail to create it by Mark Brown · 10 years ago
  44. 3d89e14 spi: qup: Fix return value checking for pm_runtime_get_sync() by Axel Lin · 10 years ago
  45. 2de440f spi: core: Protect DMA code by #ifdef CONFIG_HAS_DMA by Geert Uytterhoeven · 10 years ago
  46. fe75cbc spi: topcliff-pch: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  47. 9f48e54 spi: tle62x0: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  48. 1e8231b spi: sh-msiof: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  49. 1273eb0 spi: s3c64xx: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  50. 0375cff spi: s3c24xx: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  51. 9deae45 spi: pxa2xx: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  52. 77538f4 spi: pl022: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  53. d9c73bb spi: dw: add support for gpio controlled chip select by Baruch Siach · 10 years ago
  54. ec37e8e spi: dw: migrate to generic queue infrastructure by Baruch Siach · 10 years ago
  55. 201f9e4 Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bfin5xx', 'spi/fix/hspi' and 'spi/fix/sirf' into spi-linus by Mark Brown · 10 years ago
  56. 83596fb spi: core: Ignore unsupported Dual/Quad Transfer Mode bits by Geert Uytterhoeven · 10 years ago
  57. d6ba32d spi/pxa2xx-pci: Add PCI mode support for BayTrail LPSS SPI by Chew, Chiau Ee · 10 years ago
  58. 1676014 spi: atmel: Fix scheduling while atomic bug by Alexander Stein · 10 years ago
  59. d0fb47a5 spi: fsl-espi: Configure FSL eSPI CSBEF and CSAFT by Jane Wan · 10 years ago
  60. c908ef3 spi: sirf: refactor spi transfer functions by Qipan Li · 10 years ago
  61. 25dbe04 spi: cadence: Add dependency on ARM by Harini Katakam · 10 years ago
  62. 4a4dd7d spi: sh-hspi: Do not specifically request shyway_clk clock by Simon Horman · 10 years ago
  63. bf83fd6 spi: sirf: fix spi full-duplex DMA transferring issue by Qipan Li · 10 years ago
  64. d77ec5d spi: sirf: fix line over 80 characters style issue by Qipan Li · 10 years ago
  65. 6ee8a2f spi: sirf: make GPIO chipselect function work well by Qipan Li · 10 years ago
  66. 625227a4 spi: sirf: set SPI controller in RISC IO chipselect mode by Qipan Li · 10 years ago
  67. 818e916 spi: sirf: correct TXFIFO empty interrupt status bit by Qipan Li · 10 years ago
  68. c474b38 spi: Add driver for Cadence SPI controller by Harini Katakam · 10 years ago
  69. e8304d0 spi: bfin5xx: fix build error by Steven Miao · 10 years ago
  70. c34cc24 spi: spi-adi-v3: convert to use common clk framework by Scott Jiang · 10 years ago
  71. 766e372 spi: convert spi-bfin-v3.c to a multiplatform driver by Scott Jiang · 10 years ago
  72. e4745fe spi: Remove unneeded include of linux/workqueue.h by Axel Lin · 10 years ago
  73. c586feb spi: s3c24xx: Convert to use devm_kzalloc by Axel Lin · 10 years ago
  74. 7a40054 spi: fsl-spi: Fix memory leak by Axel Lin · 10 years ago
  75. abcadeb spi: fsl: Kill mpc8xxx_spi_cleanup and convert fsl_espi_setup to use devm_kzalloc by Axel Lin · 10 years ago
  76. cd6339e spi: add "spi-lsb-first" to devicetree by Zhao Qiang · 10 years ago
  77. eee668a spi: core: Increase timeout value by Harini Katakam · 10 years ago
  78. 0c3b974 spi: atmel: Make current_remaining_bytes to be int by Axel Lin · 10 years ago
  79. 79d2d21 Merge tag 'spi-v3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 10 years ago
  80. 6eadd84 Merge remote-tracking branches 'spi/fix/complete', 'spi/fix/efm32', 'spi/fix/omap2-mcspi' and 'spi/fix/qup' into spi-linus by Mark Brown · 10 years ago
  81. 058f11c spi: qup: Depend on ARCH_QCOM by Paul Bolle · 10 years ago
  82. a6f936d spi: omap2-mcspi: Convert to use devm_kcalloc by Axel Lin · 10 years ago
  83. 0a6d387 spi: Always check complete callback before calling it by Axel Lin · 10 years ago
  84. bdfc7cb Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/upstream-sfr by Linus Torvalds · 10 years ago
  85. ade63aa Merge branch '3.14-fixes' into mips-for-linux-next by Ralf Baechle · 10 years ago
  86. 45b15d9 Merge remote-tracking branches 'spi/topic/xilinx' and 'spi/topic/xtfpga' into spi-next by Mark Brown · 10 years ago
  87. b1ad487 Merge remote-tracking branches 'spi/topic/sunxi', 'spi/topic/tegra114', 'spi/topic/ti-qspi', 'spi/topic/ti-ssp', 'spi/topic/topcliff-pch', 'spi/topic/txx9', 'spi/topic/xcomm' and 'spi/topic/xfer' into spi-next by Mark Brown · 10 years ago
  88. 81235b4 Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sc18is602', 'spi/topic/sh-hspi', 'spi/topic/sh-msiof', 'spi/topic/sh-sci', 'spi/topic/sirf' and 'spi/topic/spidev' into spi-next by Mark Brown · 10 years ago
  89. 1752368 Merge remote-tracking branches 'spi/topic/omap-uwire', 'spi/topic/omap100k', 'spi/topic/omap2', 'spi/topic/orion', 'spi/topic/pl022', 'spi/topic/qup', 'spi/topic/rspi' and 'spi/topic/s3c24xx' into spi-next by Mark Brown · 10 years ago
  90. 6e07b91 Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/init', 'spi/topic/mpc512x-psc', 'spi/topic/mpc52xx', 'spi/topic/mxs', 'spi/topic/nuc900', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-next by Mark Brown · 10 years ago
  91. 3bcbc14 Merge remote-tracking branches 'spi/topic/drivers', 'spi/topic/dw', 'spi/topic/efm32', 'spi/topic/ep93xx', 'spi/topic/fsl', 'spi/topic/fsl-dspi', 'spi/topic/fsl-espi' and 'spi/topic/gpio' into spi-next by Mark Brown · 10 years ago
  92. 9dee279 Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi/topic/clps711x', 'spi/topic/coldfire', 'spi/topic/completion' and 'spi/topic/davinci' into spi-next by Mark Brown · 10 years ago
  93. 0f38af4 Merge remote-tracking branches 'spi/topic/altera', 'spi/topic/atmel', 'spi/topic/au1550', 'spi/topic/bcm63xx', 'spi/topic/bcm63xx-hsspi', 'spi/topic/bfin5xx', 'spi/topic/bitbang' and 'spi/topic/bpw' into spi-next by Mark Brown · 10 years ago
  94. a783898 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 10 years ago
  95. 5d0eb26 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
  96. ff13a9a Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 10 years ago
  97. 0b73aa6 spi: Fix handling of cs_change in core implementation by Mark Brown · 10 years ago
  98. d9721ae spi: bitbang: Make spi_bitbang_stop() return void by Axel Lin · 10 years ago
  99. 5c5989c spi: mpc52xx: Convert to use bits_per_word_mask by Axel Lin · 10 years ago
  100. d1c18ca spi: omap-100k: Fix memory leak by Axel Lin · 10 years ago