1. 432a17d spi: fsl-dspi: Use pinctrl PM helpers by Mirza Krak · 9 years ago
  2. e0b047b spi: davinci: change the lower limit of pre-scale divider to 1 by Murali Karicheri · 9 years ago
  3. c042af9 spi: spi-fsl-dspi: Change the way of increasing spi_message->actual_length by Haikun Wang · 9 years ago
  4. d1f4a38 spi: spi-fsl-dspi: Enable TCF interrupt mode support by Haikun Wang · 9 years ago
  5. 6724af4 Merge branch 'fix/fsl-dspi' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-fsl-dspi by Mark Brown · 9 years ago
  6. 4820303 spi: atmel: add support for the internal chip-select of the spi controller by Cyrille Pitchen · 9 years ago
  7. 6356437 spi: spi-pxa2xx: remove legacy PXA DMA bits by Daniel Mack · 9 years ago
  8. 82ba2c2 spi: pxa2xx: Make LPSS SPI general register optional by Jarkko Nikula · 9 years ago
  9. dccf736 spi: pxa2xx: Prepare for new Intel LPSS SPI type by Jarkko Nikula · 9 years ago
  10. 03fbf48 spi: pxa2xx: Differentiate Intel LPSS types by Jarkko Nikula · 9 years ago
  11. 4b78645 spi: restore rx/tx_buf in case of unset CONFIG_HAS_DMA by Martin Sperl · 9 years ago
  12. cc2e932 spi: rspi: Re-do the returning value of qspi_transfer_out_in by Hiep Cao Minh · 10 years ago
  13. a91bbe7 spi: rspi: modify the name of "qspi_trigger_transfer_out_int" function by Hiep Cao Minh · 10 years ago
  14. 4dacccf spi: orion: Fix extended baud rates for each Armada SoCs by Gregory CLEMENT · 9 years ago
  15. 5bcc3b0 spi: sirf: add the reset for USP-based SPI by Qipan Li · 9 years ago
  16. 3aa7b1d spi: sirf: remove the allocation of dummypage by Qipan Li · 9 years ago
  17. ce2f6ea spi: orion: Fix maximum baud rates for Armada 370/XP by Gregory CLEMENT · 9 years ago
  18. c4339ac spi: omap2-mcspi: Handle error on gpio_request by Michael Welling · 10 years ago
  19. a06b430 spi: omap2-mcspi: Fix GPIO chip select support by Michael Welling · 10 years ago
  20. 4373f8b spi: omap2-mcspi: Fix set_cs function for active high by Michael Welling · 10 years ago
  21. be632f6 spi: omap2-mcspi: Remove unnecessary delay by Michael Welling · 10 years ago
  22. 7a0a175 spi: fsl-espi: Fix an error that can cause fsl espi task blocked by Jane Wan · 10 years ago
  23. 9deef02 spi: spi-fsl-dspi: Bug fix incorrect CS de-assert by Haikun Wang · 10 years ago
  24. e3fb57c spi: sirf: add support for USP-based SPI by Qipan Li · 10 years ago
  25. ddcad7e spi: omap2-mcspi: Fix native cs with new set_cs by Michael Welling · 10 years ago
  26. 29ad1a7 spi: bcm2835: bcm2835_dma_release() can be static by kbuild test robot · 10 years ago
  27. 7e52be0 spi: bcm2835: fix kbuild compile warnings/errors and a typo by Martin Sperl · 10 years ago
  28. 3ecd37e spi: bcm2835: enable dma modes for transfers meeting certain conditions by Martin Sperl · 10 years ago
  29. 8e76ef8 spi: fix race freeing dummy_tx/rx before it is unmapped by Martin Sperl · 10 years ago
  30. c8b3504 Merge remote-tracking branches 'spi/fix/fsl-cpm', 'spi/fix/fsl-dspi' and 'spi/fix/fsl-espi' into spi-linus by Mark Brown · 10 years ago
  31. bed5e4d Merge tag 'spi-v4.1-rc1' into spi-linus by Mark Brown · 10 years ago
  32. 99472cc spi: spidev: Remove unneeded variable by Fabio Estevam · 10 years ago
  33. bc7f9bb spi: omap2-mcspi: Add gpio_request and init CS by Michael Welling · 10 years ago
  34. b28cb94 spi: omap2-mcspi: Switch driver to use transfer_one by Michael Welling · 10 years ago
  35. 7d76980 Merge remote-tracking branch 'spi/fix/omap2-mcspi' into spi-omap2-mcspi by Mark Brown · 10 years ago
  36. 6310372 spi: rspi: Re-do the returning value of rspi_dma_check_then_transfer by Hiep Cao Minh · 10 years ago
  37. a34bcbe spi: sirf: replace kmalloc by devm_kzalloc by Qipan Li · 10 years ago
  38. 96bf401 spi: sirf: request and free cs gpio in setup and cleanup callbacks by Qipan Li · 10 years ago
  39. 5c2301a spi: Allow compile test of GPIO consumers if !GPIOLIB by Geert Uytterhoeven · 10 years ago
  40. e0d58cd spi: bcm2835: depends GPIOLIB by Yoshinori Sato · 10 years ago
  41. 3789c8520 spi: sh-msiof: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  42. 23f6d39 spi: s3c64xx: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  43. 8634daf spi: rspi: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  44. db1b820 spi: imx: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  45. b2b3024 spi: rb4xx: Fix checking return value of devm_ioremap_resource() by Axel Lin · 10 years ago
  46. f08654a spi: sirf: replace BUG condition by error code for unsupported transfer by Qipan Li · 10 years ago
  47. a750b12 spi: bcm2835: fallback to interrupt for polling timeouts exceeding 2 jiffies by Martin Sperl · 10 years ago
  48. 76ee023 spi: bcm2835: change timeout of polling driver to 1s by Martin Sperl · 10 years ago
  49. 83f0f39 spi: spi-ath79: Set the initial state of CS0 by Alban Bedel · 10 years ago
  50. 3e19acd spi: spi-ath79: Use clk_prepare_enable and clk_disable_unprepare by Alban Bedel · 10 years ago
  51. 85f6247 spi: spi-ath79: Add device tree support by Alban Bedel · 10 years ago
  52. 2000058 spi: fsl-espi: fix behaviour for full-duplex xfers by Jonatas Rech · 10 years ago
  53. d6a4c0e Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  54. 73ee39a spi: fsl-spi: fix devm_ioremap_resource() error case by Christophe Leroy · 10 years ago
  55. 50574dd spi: Kconfig: Add SOC_LS1021A to SPI_FSL_DSPI dependence by Haikun Wang · 10 years ago
  56. d223332 spi: spi-fsl-dspi: remove clk reference when regmap_mmio initialize by Haikun Wang · 10 years ago
  57. 5a1b11c Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bcm2835-code', 'spi/fix/bitbang', 'spi/fix/fsl-cpm' and 'spi/fix/omap2-mcspi' into spi-linus by Mark Brown · 10 years ago
  58. c5a06e7 spi/omap2-mcpsi: Always call spi_finalize_current_message() by Fionn Cleary · 10 years ago
  59. 98d6f47 spi: spidev: use spi_sync instead of spi_async by Martin Sperl · 10 years ago
  60. 575bec5 spi: fsl-spi: use devm_ioremap_resource() to map parameter ram on CPM1 by Christophe Leroy · 10 years ago
  61. 4a1ae8b spi: rb4xx: Fix set_cs logic. by Bert Vermeulen · 10 years ago
  62. 05aec35 spi: Add SPI driver for Mikrotik RB4xx series boards by Bert Vermeulen · 10 years ago
  63. 7d0ec8b spi: bitbang: Make setup_transfer() callback optional by Pelle Nilsson · 10 years ago
  64. f8bb820 spi: check tx_buf and rx_buf in spi_unmap_msg by Robin Gong · 10 years ago
  65. 145367b spi: bcm2835: change timeout of polling driver to 1s by Martin Sperl · 10 years ago
  66. 8844d0f spi: bcm2835: Add GPIOLIB dependency by Guenter Roeck · 10 years ago
  67. 56afdb7 Merge remote-tracking branches 'spi/topic/spidev' and 'spi/topic/spidev-test' into spi-next by Mark Brown · 10 years ago
  68. 165f228 Merge remote-tracking branches 'spi/topic/qup', 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/topic/s3c64xx' and 'spi/topic/sc18is602' into spi-next by Mark Brown · 10 years ago
  69. 8afba18 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/pl022', 'spi/topic/pm' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 10 years ago
  70. 35fbf84 Merge remote-tracking branches 'spi/topic/fsl-cspi', 'spi/topic/fsl-dspi', 'spi/topic/imx' and 'spi/topic/of-id' into spi-next by Mark Brown · 10 years ago
  71. 431959c Merge remote-tracking branches 'spi/topic/blackfin', 'spi/topic/cadence', 'spi/topic/dw' and 'spi/topic/err' into spi-next by Mark Brown · 10 years ago
  72. f9de734 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2385', 'spi/topic/bcm2835', 'spi/topic/bcm53xx' and 'spi/topic/bitbang' into spi-next by Mark Brown · 10 years ago
  73. 19655dd Merge remote-tracking branch 'spi/topic/img-spfi' into spi-next by Mark Brown · 10 years ago
  74. e897f79 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
  75. 31d25e5 Merge remote-tracking branches 'spi/fix/fsl-dspi', 'spi/fix/imx' and 'spi/fix/rockchip' into spi-linus by Mark Brown · 10 years ago
  76. 68a595c Merge remote-tracking branch 'spi/fix/img-spfi' into spi-linus by Mark Brown · 10 years ago
  77. 704f32d spi: bcm2835: enabling polling mode for transfers shorter than 30us by Martin Sperl · 10 years ago
  78. a30a555 spi: bcm2835: transform native-cs to gpio-cs on first spi_setup by Martin Sperl · 10 years ago
  79. 8c2c8c0 spi: img-spfi: Control CS lines with GPIO by Ezequiel Garcia · 10 years ago
  80. a25202b Merge branch 'fix/img-spfi' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-img-spfi by Mark Brown · 10 years ago
  81. ba33d8a spi: img-spfi: Reset controller after each message by Andrew Bresticker · 10 years ago
  82. 824ab37 spi: img-spfi: Implement a handle_err() callback by Ezequiel Garcia · 10 years ago
  83. 89cda06 Merge tag 'v4.0-rc7' into spi-img-spfi by Mark Brown · 10 years ago
  84. ede8342b spi: img-spfi: Setup TRANSACTION register before CONTROL register by Sifan Naeem · 10 years ago
  85. ff61eb4 spi: Make master->handle_err() callback optional to avoid crashes by Geert Uytterhoeven · 10 years ago
  86. 8543d0e spi: img-spfi: Limit bit clock to 1/4th of input clock by Andrew Bresticker · 10 years ago
  87. b6fe397 spi: img-spfi: Implement a prepare_message() callback by Ezequiel Garcia · 10 years ago
  88. 63031ed Merge branch 'fix/fsl-dspi' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-fsl-dspi by Mark Brown · 10 years ago
  89. 95bf15f spi: fsl-dspi: Add ~50ns delay between cs and sck by Aaron Brice · 10 years ago
  90. e689d6d spi: fsl-dspi: Fix clock rate scale values by Aaron Brice · 10 years ago
  91. c9bc3e8 spi: signedness bug in qspi_trigger_transfer_out_int() by Dan Carpenter · 10 years ago
  92. f511ab0 spi: imx: read back the RX/TX watermark levels earlier by Lucas Stach · 10 years ago
  93. 057f606 spi: spi-bfin5xx: Initialize cr_width in bfin_spi_pump_transfers() by Chen Gang · 10 years ago
  94. 232a5ad spi: bitbang: only toggle bitchanges by Michael Grzeschik · 10 years ago
  95. eecacf7 spi: pxa2xx: missing break in pxa2xx_ssp_get_clk_div() by Dan Carpenter · 10 years ago
  96. 6fd6308 spi: fsl-dspi: Fix clock rate scale values by Aaron Brice · 10 years ago
  97. 4b6fe3e spi: Using Trigger number to transmit/receive data by Hiep Cao Minh · 10 years ago
  98. e3a2be3 spi: bcm2835: fill FIFO before enabling interrupts to reduce interrupts/message by Martin Sperl · 10 years ago
  99. 1e4df62 spi: bcm2835: fix code formatting issue by Martin Sperl · 10 years ago
  100. 956b200a spi: spidev: Warn loudly if instantiated from DT as "spidev" by Mark Brown · 10 years ago