1. a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 6 years ago
  2. 3c89adb0 Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 6 years ago
  3. 16c10b3 Merge branch 'spi-4.17' into spi-4.18 for the merge window by Mark Brown · 6 years ago
  4. 5b550c9 Merge branch 'pm-domains' by Rafael J. Wysocki · 6 years ago
  5. 29e795c spi: Fix typo on SPI_MEM help text by Fabio Estevam · 6 years ago
  6. 0921e11 spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCAC by Geert Uytterhoeven · 6 years ago
  7. d073bfa spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend() by Tony Lindgren · 6 years ago
  8. 7e48e23 spi: Add missing pm_runtime_put_noidle() after failed get by Tony Lindgren · 6 years ago
  9. 6282f12 spi: ti-qspi: Make sure res_mmap != NULL before dereferencing it by Boris Brezillon · 6 years ago
  10. e935dba spi: spi-s3c64xx: Fix system resume support by Marek Szyprowski · 6 years ago
  11. 71f277a spi: Respect all error codes from dev_pm_domain_attach() by Ulf Hansson · 6 years ago
  12. b645605 spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removal by Boris Brezillon · 6 years ago
  13. c1f5ba7 spi: Get rid of the spi_flash_read() API by Boris Brezillon · 6 years ago
  14. b95cb39 spi: ti-qspi: Implement the spi_mem interface by Boris Brezillon · 6 years ago
  15. 5f195ee spi: bcm-qspi: Implement the spi_mem interface by Boris Brezillon · 6 years ago
  16. b5932f5 spi: Make support for regular transfers optional when ->mem_ops != NULL by Boris Brezillon · 6 years ago
  17. c36ff26 spi: Extend the core to ease integration of SPI memory controllers by Boris Brezillon · 6 years ago
  18. 055ed0d spi: remove forgotten CONFIG_SPI_BCM53XX by Rafał Miłecki · 6 years ago
  19. 331bbcf spi: remove the older/duplicated bcm53xx driver by Rafał Miłecki · 6 years ago
  20. 62bbc86 spi: pxa2xx: check clk_prepare_enable() return value by Tobias Jordan · 6 years ago
  21. bc519d9 spi: bcm2835aux: ensure interrupts are enabled for shared handler by Rob Herring · 6 years ago
  22. 6126fd8 spi: lpspi: Switch to SPDX identifier by Fabio Estevam · 6 years ago
  23. 4c23e48 spi: mxs: Switch to SPDX identifier by Fabio Estevam · 6 years ago
  24. 7965059 spi: imx: Switch to SPDX identifier by Fabio Estevam · 6 years ago
  25. 5a686b2 spi: omap2-mcspi: Idle hardware during suspend and resume by Tony Lindgren · 6 years ago
  26. 52e9a5b spi: omap2-mcspi: Restore context always in runtime_resume by Tony Lindgren · 6 years ago
  27. ded5fa4 spi: meson-spicc: Fix error handling in meson_spicc_probe() by Alexey Khoroshilov · 6 years ago
  28. 602805f spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL by Kamal Dasu · 6 years ago
  29. 5eb9a07 spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master by Kamal Dasu · 6 years ago
  30. 0a090d6 spi: mpc52xx: Use gpio_is_valid() by Arvind Yadav · 6 years ago
  31. bdf3a3b spi: Check presence the of ->transfer[_xxx]() before registering a controller by Boris Brezillon · 6 years ago
  32. 0d7412e spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate(). by Stefan Potyra · 6 years ago
  33. b6a4b39 spi: s3c64xx: samsung: Remove support for Exynos5440 by Krzysztof Kozlowski · 6 years ago
  34. efc4a13 spi: pxa2xx: Allow 64-bit DMA by Andy Shevchenko · 6 years ago
  35. 988f259 spi: Add an helper to flush the message queue by Boris Brezillon · 6 years ago
  36. 4633696 spi: Expose spi_{map,unmap}_buf() for internal use by Boris Brezillon · 6 years ago
  37. e1f16b0 spi: simplify getting .drvdata by Wolfram Sang · 6 years ago
  38. 7956fad spi: pxa2xx: Allow 64-bit DMA by Andy Shevchenko · 6 years ago
  39. 0af7af7 spi: spi-s3c64xx: Allow higher transfer lengths in polling IO mode by Sylwester Nawrocki · 6 years ago
  40. f6364e6 spi: spi-s3c64xx: Use local variable for FIFO length by Sylwester Nawrocki · 6 years ago
  41. 71293a6 spi: pxa2xx: pxa2xx_spi_transfer_one() can be static by kbuild test robot · 6 years ago
  42. 3655d30 spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function names by Sylwester Nawrocki · 6 years ago
  43. 80aa0d7 spi: spi-s3c64xx: Drop unused enable_datapath() function argument by Sylwester Nawrocki · 6 years ago
  44. 49530e6 spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo() by sxauwsk · 6 years ago
  45. e5b43ed spi: Remove depends on HAS_DMA in case of platform dependency by Geert Uytterhoeven · 6 years ago
  46. d5898e1 spi: pxa2xx: Use core message processing loop by Jarkko Nikula · 6 years ago
  47. 8ae55af spi: pxa2xx: Remove pump_transfers string from dev_ prints by Jarkko Nikula · 6 years ago
  48. 1f99f89 spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare() by Jarkko Nikula · 6 years ago
  49. bfbd0ea spi: spi-s3c64xx: Fix indentation in the register offset definitions by Sylwester Nawrocki · 6 years ago
  50. 4e0b82e spi: spi-s3c64xx: Do not ignore timeout errors in polling I/O mode by Sylwester Nawrocki · 6 years ago
  51. 1c75862 spi: spi-s3c64xx: Remove unused s3c64xx_spi_hwinit() function argument by Sylwester Nawrocki · 6 years ago
  52. ee9b62d spi: spi-s3c64xx: Remove unused driver data structure tgl_spi field by Sylwester Nawrocki · 6 years ago
  53. 9e3a000 spi: zynqmp: Add pm runtime support by Naga Sureshkumar Relli · 6 years ago
  54. 51093cb spi: sh-msiof: Simplify calculation of divisors for transfer rate by Vladimir Zapolskiy · 6 years ago
  55. 3dbb3ee spi: stm32: Fix error handling in stm32_spi_probe() by Alexey Khoroshilov · 6 years ago
  56. 10b4640 spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCR by Vladimir Zapolskiy · 6 years ago
  57. af82800 spi: imx: Update MODULE_DESCRIPTION to "SPI Controller driver" by wangbo · 6 years ago
  58. 75dcc7e Merge tag 'spi-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 6 years ago
  59. 0930437 Merge remote-tracking branches 'spi/topic/sh-msiof', 'spi/topic/sprd' and 'spi/topic/tegra20-slink' into spi-next by Mark Brown · 6 years ago
  60. 8aaeae7 Merge remote-tracking branches 'spi/topic/jcore', 'spi/topic/kconfig', 'spi/topic/orion', 'spi/topic/pxa2xx' and 'spi/topic/rspi' into spi-next by Mark Brown · 6 years ago
  61. 70a3550 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm-qspi', 'spi/topic/bcm2835aux', 'spi/topic/dw' and 'spi/topic/gpio' into spi-next by Mark Brown · 6 years ago
  62. 3ce2dcf Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/pxa2xx' and 'spi/fix/unregiser' into spi-linus by Mark Brown · 6 years ago
  63. 3573257 spi: spi-atmel: Use correct enum for DMA transfer direction by Stefan Agner · 6 years ago
  64. 4783866 spi: remove blackfin related host drivers by Arnd Bergmann · 7 years ago
  65. a687a53 treewide: simplify Kconfig dependencies for removed archs by Arnd Bergmann · 7 years ago
  66. da77951 spi: sh-msiof: Use correct enum for DMA transfer direction by Geert Uytterhoeven · 6 years ago
  67. ac17750 spi: sprd: Add the support of restarting the system by Baolin Wang · 6 years ago
  68. a61aa68 spi: sprd: Simplify the transfer function by Baolin Wang · 6 years ago
  69. 613bd1e spi: Fix unregistration of controller with fixed SPI bus number by Jarkko Nikula · 6 years ago
  70. 768d59f spi: rspi: use correct enum for DMA transfer direction by Stefan Agner · 6 years ago
  71. 7c2861a spi: jcore: disable ref_clk after getting its rate by Alexey Khoroshilov · 6 years ago
  72. bc3cc75 spi: bcm-qspi: fIX some error handling paths by Christophe Jaillet · 6 years ago
  73. e2b714a spi: pxa2xx: Disable runtime PM if controller registration fails by Jarkko Nikula · 7 years ago
  74. 2172a33 spi: tegra20-slink: use true and false for boolean values by Gustavo A. R. Silva · 7 years ago
  75. ce99319 spi: Fix scatterlist elements size in spi_map_buf by Maxime Chevallier · 7 years ago
  76. 9581329 spi: atmel: init FIFOs before spi enable by Eugen Hristev · 7 years ago
  77. 5c22af7 spi: orion: Prepare space for per-child options by Jan Kundrát · 7 years ago
  78. 64aa3bd32 spi: orion: Make the error message greppable by Jan Kundrát · 7 years ago
  79. 54424862 spi: orion: Rework GPIO CS handling by Jan Kundrát · 7 years ago
  80. d704aff spi: bcm2835aux: Avoid 64-bit arithmetic in xfer len calc by Trent Piepho · 7 years ago
  81. 9b00bc7 spi: spi-gpio: Rewrite to use GPIO descriptors by Linus Walleij · 7 years ago
  82. 3cc7b0e spi: pxa2xx: Convert to generalized SPI controller API by Jarkko Nikula · 7 years ago
  83. 721483e spi: dw: Convert to generalized SPI controller API by Jarkko Nikula · 7 years ago
  84. e3d001a spi: kconfig: Remove AVR32 dep. from SPI_ATMEL by Ulf Magnusson · 7 years ago
  85. 104e51a spi: pxa2xx: Move SSP idle waiting to cs_deassert() by Jarkko Nikula · 7 years ago
  86. 35a8f1a Merge remote-tracking branch 'spi/topic/xilinx' into spi-next by Mark Brown · 7 years ago
  87. 977b06d Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof', 'spi/topic/sirf' and 'spi/topic/sun6i' into spi-next by Mark Brown · 7 years ago
  88. 33c58c1 Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/imx', 'spi/topic/jcore', 'spi/topic/meson' and 'spi/topic/orion' into spi-next by Mark Brown · 7 years ago
  89. ae324b2 Merge remote-tracking branches 'spi/topic/a3700', 'spi/topic/atmel', 'spi/topic/bcm53xx', 'spi/topic/davinci' and 'spi/topic/dw' into spi-next by Mark Brown · 7 years ago
  90. 7a4e28a Merge remote-tracking branches 'spi/fix/imx' and 'spi/fix/sh-msiof' into spi-linus by Mark Brown · 7 years ago
  91. 993181e spi: dw: Remove unused members from struct chip_data by Jarkko Nikula · 7 years ago
  92. 479c03a spi: orion: Fix a resource leak if the optional "axi" clk is deferred by Christophe Jaillet · 7 years ago
  93. 34b1fca spi: a3700: Remove endianness swapping for full-duplex transfers by Maxime Chevallier · 7 years ago
  94. 162f8de spi: a3700: Remove endianness swapping functions when accessing FIFOs by Maxime Chevallier · 7 years ago
  95. f68a7dc spi: a3700: Add full-duplex support by Maxime Chevallier · 7 years ago
  96. a456c93 spi: a3700: Allow to enable or disable FIFO mode by Maxime Chevallier · 7 years ago
  97. abf3a49 spi: a3700: Set frequency limits at startup by Maxime Chevallier · 7 years ago
  98. 44a5f42 spi: a3700: Clear DATA_OUT when performing a read by Maxime Chevallier · 7 years ago
  99. 92ae112 spi: orion: Fix clock resource by adding an optional bus clock by Gregory CLEMENT · 7 years ago
  100. 78b5d70 spi: s3c64xx: add SPDX identifier by Andi Shyti · 7 years ago