1. 9b4f842 spi: gpio: Advertise support for SPI_CS_HIGH by Jonathan Neuschäfer · 6 years ago
  2. 35c35fd spi: sh-msiof: Replace spi_master by spi_controller by Geert Uytterhoeven · 6 years ago
  3. 5a0e577 spi: sh-hspi: Replace spi_master by spi_controller by Geert Uytterhoeven · 6 years ago
  4. 9428a07 spi: rspi: Replace spi_master by spi_controller by Geert Uytterhoeven · 6 years ago
  5. 2e5c888 spi: atmel-quadspi: add support for sam9x60 qspi controller by Tudor Ambarus · 6 years ago
  6. 3a6c501 dt-bindings: spi: atmel-quadspi: QuadSPI driver for Microchip SAM9X60 by Tudor Ambarus · 6 years ago
  7. bd7905e spi: atmel-quadspi: add support for named peripheral clock by Tudor Ambarus · 6 years ago
  8. 18f0751 dt-bindings: spi: atmel-quadspi: make "pclk" mandatory by Tudor Ambarus · 6 years ago
  9. 90484f9 dt-bindings: spi: atmel-quadspi: update example to new clock binding by Tudor Ambarus · 6 years ago
  10. b456fd1 spi: atmel-quadspi: rework transfer macros by Tudor Ambarus · 6 years ago
  11. cae417b spi: atmel-quadspi: switch to SPDX license identifiers by Tudor Ambarus · 6 years ago
  12. 2aaa8dd spi: atmel-quadspi: return appropriate error code by Tudor Ambarus · 6 years ago
  13. 9ce4c51 spi: atmel-quadspi: remove unnecessary cast by Tudor Ambarus · 6 years ago
  14. 1db6de2 spi: atmel-quadspi: fix naming scheme by Tudor Ambarus · 6 years ago
  15. 18b6f6e spi: atmel-quadspi: drop wrappers for iomem accesses by Tudor Ambarus · 6 years ago
  16. 3ae012e spi: atmel-quadspi: order header files inclusion alphabetically by Tudor Ambarus · 6 years ago
  17. 9958c8c spi: atmel-quadspi: cache MR value to avoid a write access by Tudor Ambarus · 6 years ago
  18. 5ce3cc5 spi: spi-fsl-dspi: Provide support for DSPI slave mode operation (Vybryd vf610) by Lukasz Majewski · 6 years ago
  19. 473a78a spi-atmel: support inter-word delay by Jonas Bonn · 6 years ago
  20. b7bb367 spi: support inter-word delay requirement for devices by Jonas Bonn · 6 years ago
  21. f3fdea3 spi: mxs: add tracing to custom .transfer_one_message callback by Uwe Kleine-König · 6 years ago
  22. c55d0e8 spi: spi-mem: spi-fsl-qspi: typo fix in author name by Yogesh Narayan Gaur · 6 years ago
  23. ce6f069 spi: spi-mem: spi-nxp-fspi: add module license info by Yogesh Narayan Gaur · 6 years ago
  24. 7aef2b6 spi: pl022: add a message state STATE_TIMEOUT for timeout transfer by Jiwei Sun · 6 years ago
  25. 2e236ba spi: Kconfig: imx: Update the help text to make it more generic by Fabio Estevam · 6 years ago
  26. b328179 spi: nxp-fspi: add octal mode flag bit for octal support by Yogesh Narayan Gaur · 6 years ago
  27. c71f9fd MAINTAINERS: add maintainers for the NXP FlexSPI driver by Yogesh Narayan Gaur · 6 years ago
  28. cdbbb8e dt-bindings: spi: add binding file for NXP FlexSPI controller by Yogesh Narayan Gaur · 6 years ago
  29. a5356ae spi: spi-mem: Add driver for NXP FlexSPI controller by Yogesh Narayan Gaur · 6 years ago
  30. c1c04ce gpio: of: Fix logic inversion by Linus Walleij · 6 years ago
  31. 6046f54 spi: cadence: Fix default polarity of native chipselect by Linus Walleij · 6 years ago
  32. 6e0a32d spi: dw: Fix default polarity of native chipselect by Linus Walleij · 6 years ago
  33. 2df201e spi: Support high CS when using descriptors by Linus Walleij · 6 years ago
  34. f0125f1 spi: Go back to immediate teardown by Mark Brown · 6 years ago
  35. 51eea52 pxa2xx: replace spi_master with spi_controller by Lubomir Rintel · 6 years ago
  36. bfc7af6 spi: bcm2835aux: remove unneeded NULL check of devm_clk_get by YueHaibing · 6 years ago
  37. 1fc1b63 spi: spi-mem: Add devm_spi_mem_dirmap_{create,destroy}() by Boris Brezillon · 6 years ago
  38. d05e3ea spi: sh-msiof: Use DMA if possible by Hoan Nguyen An · 6 years ago
  39. f70351a spi: sh-msiof: fix *info pointer in request_dma() by Hoan Nguyen An · 6 years ago
  40. 88e7e0a spi: sh-hspi: Remove error messages on out-of-memory conditions by Geert Uytterhoeven · 6 years ago
  41. f1b2c1c spi: ath79: Remove now useless code by Alban Bedel · 6 years ago
  42. b172fd0 spi: ath79: Enable support for compile test by Alban Bedel · 6 years ago
  43. 797622d spi: ath79: Simplify ath79_spi_chipselect() by Alban Bedel · 6 years ago
  44. a666f26 spi: bitbang: Don't call chipselect() in spi_bitbang_setup() by Alban Bedel · 6 years ago
  45. 734882a spi: cadence: Correct initialisation of runtime PM by Charles Keepax · 6 years ago
  46. de43aff spi: spi-geni-qcom: Get rid of forward declaration by Stephen Boyd · 6 years ago
  47. 0357a3d spi: spi-geni-qcom: Don't initialize completion for normal message by Stephen Boyd · 6 years ago
  48. 74fa750 spi: davinci: Get rid of dangling variable by Linus Walleij · 6 years ago
  49. 4f0a0cd spi: dw: fix warning unused variable 'ret' by Anders Roxell · 6 years ago
  50. 412e603 spi: core: avoid waking pump thread from spi_sync instead run teardown delayed by Martin Sperl · 6 years ago
  51. 9400c41 spi: dw: Convert to use CS GPIO descriptors by Linus Walleij · 6 years ago
  52. 101a68e spi: davinci: Convert to use CS GPIO descriptors by Linus Walleij · 6 years ago
  53. 054320b spi: clps711x: Convert to use CS GPIO descriptors by Linus Walleij · 6 years ago
  54. cfeefa7 spi: cadence: Convert to use CS GPIO descriptors by Linus Walleij · 6 years ago
  55. efc92fb spi: atmel: Convert to use CS GPIO descriptors by Linus Walleij · 6 years ago
  56. 8db7954 spi: ath79: Convert to use CS GPIO descriptors by Linus Walleij · 6 years ago
  57. f3186dd spi: Optionally use GPIO descriptors for CS GPIOs by Linus Walleij · 6 years ago
  58. 8d24547 spi/trace: include buffer contents in traces by Uwe Kleine-König · 6 years ago
  59. 983f6ae spi/trace: drop useless and wrong (but harmless) casts by Uwe Kleine-König · 6 years ago
  60. 560b097 spi: stm32: add description about STM32F4 bindings by Cezary Gapinski · 6 years ago
  61. 00505ed spi: stm32: add support for STM32F4 by Cezary Gapinski · 6 years ago
  62. 5516685 spi: stm32: introduce compatible data cfg by Cezary Gapinski · 6 years ago
  63. f8bb12f spi: stm32: add start dma transfer function by Cezary Gapinski · 6 years ago
  64. 9d5fce1 spi: stm32: split transfer one setup function by Cezary Gapinski · 6 years ago
  65. a967533 spi: stm32: rename interrupt function by Cezary Gapinski · 6 years ago
  66. 8602663 spi: stm32: rename STM32 SPI registers to STM32H7 by Cezary Gapinski · 6 years ago
  67. 6962b05 spi: stm32: remove SPI LOOP mode by Cezary Gapinski · 6 years ago
  68. d6cea11 spi: stm32: use explicit CPOL and CPHA mode bits by Cezary Gapinski · 6 years ago
  69. bb35c9f spi: fix typo in SPI_STM32 help text by Cezary Gapinski · 6 years ago
  70. 2cbee7f spi: stm32: fix DMA configuration with only one channel by Cezary Gapinski · 6 years ago
  71. d4c9134 spi: stm32: use NULL pointer instead of plain integer by Cezary Gapinski · 6 years ago
  72. d57a984 spi: stm32: switch to SPDX identifier by Cezary Gapinski · 6 years ago
  73. e1bc204 spi: dw: fix potential variable assignment error by shaftarger · 6 years ago
  74. 0dcdcd0 spi: add cpu details to fsl-dspi Kconfig help by Angelo Dureghello · 6 years ago
  75. fcf85e5 MAINTAINERS: Move the Freescale QSPI driver to the SPI framework by Frieder Schrempf · 6 years ago
  76. 50f1242 mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c by Frieder Schrempf · 6 years ago
  77. 78df308 dt-bindings: spi: Adjust the bindings for the FSL QSPI driver by Frieder Schrempf · 6 years ago
  78. 8026145 dt-bindings: spi: Move the bindings for the FSL QSPI driver by Frieder Schrempf · 6 years ago
  79. 84d0431 spi: Add a driver for the Freescale/NXP QuadSPI controller by Frieder Schrempf · 6 years ago
  80. bfeffd1 Linux 5.0-rc1 by Linus Torvalds · 6 years ago
  81. 85e1ffb Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  82. ac5eed2 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  83. 574823bf Change mincore() to count "mapped" pages rather than "cached" pages by Linus Torvalds · 6 years ago
  84. 94bd8a0 Fix 'acccess_ok()' on alpha and SH by Linus Torvalds · 6 years ago
  85. baa6707 Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt by Linus Torvalds · 6 years ago
  86. 2152404 Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4 by Linus Torvalds · 6 years ago
  87. e2b745f Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  88. 1213325 Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bleung/chrome-platform by Linus Torvalds · 6 years ago
  89. 66e012f Merge tag 'hwlock-v4.21' of git://github.com/andersson/remoteproc by Linus Torvalds · 6 years ago
  90. 8094c3c fscrypt: add Adiantum support by Eric Biggers · 6 years ago
  91. b5aef86 Merge tag 'docs-5.0-fixes' of git://git.lwn.net/linux by Linus Torvalds · 6 years ago
  92. 15b215e Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394 by Linus Torvalds · 6 years ago
  93. d7252d0 Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  94. 0fe4e2d Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 6 years ago
  95. 3954e1d Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago
  96. a8a6b11 Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linux by Linus Torvalds · 6 years ago
  97. 7671c14 Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 6 years ago
  98. 926b02d Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  99. cf26057 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid by Linus Torvalds · 6 years ago
  100. 1686cc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 6 years ago