1. 66b19d7 spi: dw: fix possible race condition by Alexandre Belloni · 6 years ago
  2. 2ba87a9 spi: cadence: Fix missing clk_disable_unprepare() on error in cnds_runtime_resume() by Wei Yongjun · 7 years ago
  3. 8570043 spi: spi-fsl-dspi: Fixup regmap configuration by Esben Haabendal · 7 years ago
  4. fb9acf5 spi: orion: fix CS GPIO handling again by Jan Kundrát · 7 years ago
  5. 931c4e9 spi: cadence: Change usleep_range() to udelay(), for atomic context by Janek Kotas · 7 years ago
  6. 08ba7ae spi: sh-msiof: Make sure all DMA operations have completed by Geert Uytterhoeven · 7 years ago
  7. 16c10b3 Merge branch 'spi-4.17' into spi-4.18 for the merge window by Mark Brown · 7 years ago
  8. 29e795c spi: Fix typo on SPI_MEM help text by Fabio Estevam · 7 years ago
  9. 0921e11 spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCAC by Geert Uytterhoeven · 7 years ago
  10. 1e07392 mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata() by Boris Brezillon · 7 years ago
  11. d073bfa spi: omap2-mcspi: Remove unnecessary pm_runtime_force_suspend() by Tony Lindgren · 7 years ago
  12. 7e48e23 spi: Add missing pm_runtime_put_noidle() after failed get by Tony Lindgren · 7 years ago
  13. 6282f12 spi: ti-qspi: Make sure res_mmap != NULL before dereferencing it by Boris Brezillon · 7 years ago
  14. e935dba spi: spi-s3c64xx: Fix system resume support by Marek Szyprowski · 7 years ago
  15. b645605 spi: bcm-qspi: Fix build failure caused by spi_flash_read() API removal by Boris Brezillon · 7 years ago
  16. c1f5ba7 spi: Get rid of the spi_flash_read() API by Boris Brezillon · 7 years ago
  17. 4120f8d mtd: spi-nor: Use the spi_mem_xx() API by Boris Brezillon · 7 years ago
  18. b95cb39 spi: ti-qspi: Implement the spi_mem interface by Boris Brezillon · 7 years ago
  19. 5f195ee spi: bcm-qspi: Implement the spi_mem interface by Boris Brezillon · 7 years ago
  20. b5932f5 spi: Make support for regular transfers optional when ->mem_ops != NULL by Boris Brezillon · 7 years ago
  21. c36ff26 spi: Extend the core to ease integration of SPI memory controllers by Boris Brezillon · 7 years ago
  22. 055ed0d spi: remove forgotten CONFIG_SPI_BCM53XX by Rafał Miłecki · 7 years ago
  23. 331bbcf spi: remove the older/duplicated bcm53xx driver by Rafał Miłecki · 7 years ago
  24. 62bbc86 spi: pxa2xx: check clk_prepare_enable() return value by Tobias Jordan · 7 years ago
  25. bc519d9 spi: bcm2835aux: ensure interrupts are enabled for shared handler by Rob Herring · 7 years ago
  26. 6126fd8 spi: lpspi: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  27. 4c23e48 spi: mxs: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  28. 7965059 spi: imx: Switch to SPDX identifier by Fabio Estevam · 7 years ago
  29. 5a686b2 spi: omap2-mcspi: Idle hardware during suspend and resume by Tony Lindgren · 7 years ago
  30. 52e9a5b spi: omap2-mcspi: Restore context always in runtime_resume by Tony Lindgren · 7 years ago
  31. ded5fa4 spi: meson-spicc: Fix error handling in meson_spicc_probe() by Alexey Khoroshilov · 7 years ago
  32. 602805f spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL by Kamal Dasu · 7 years ago
  33. 5eb9a07 spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master by Kamal Dasu · 7 years ago
  34. 0a090d6 spi: mpc52xx: Use gpio_is_valid() by Arvind Yadav · 7 years ago
  35. bdf3a3b spi: Check presence the of ->transfer[_xxx]() before registering a controller by Boris Brezillon · 7 years ago
  36. 0d7412e spi/bcm63xx-hspi: Enable the clock before calling clk_get_rate(). by Stefan Potyra · 7 years ago
  37. b6a4b39 spi: s3c64xx: samsung: Remove support for Exynos5440 by Krzysztof Kozlowski · 7 years ago
  38. efc4a13 spi: pxa2xx: Allow 64-bit DMA by Andy Shevchenko · 7 years ago
  39. 988f259 spi: Add an helper to flush the message queue by Boris Brezillon · 7 years ago
  40. 4633696 spi: Expose spi_{map,unmap}_buf() for internal use by Boris Brezillon · 7 years ago
  41. e1f16b0 spi: simplify getting .drvdata by Wolfram Sang · 7 years ago
  42. 7956fad spi: pxa2xx: Allow 64-bit DMA by Andy Shevchenko · 7 years ago
  43. 0af7af7 spi: spi-s3c64xx: Allow higher transfer lengths in polling IO mode by Sylwester Nawrocki · 7 years ago
  44. f6364e6 spi: spi-s3c64xx: Use local variable for FIFO length by Sylwester Nawrocki · 7 years ago
  45. 71293a6 spi: pxa2xx: pxa2xx_spi_transfer_one() can be static by kbuild test robot · 7 years ago
  46. 3655d30 spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function names by Sylwester Nawrocki · 7 years ago
  47. 80aa0d7 spi: spi-s3c64xx: Drop unused enable_datapath() function argument by Sylwester Nawrocki · 7 years ago
  48. 49530e6 spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo() by sxauwsk · 7 years ago
  49. e5b43ed spi: Remove depends on HAS_DMA in case of platform dependency by Geert Uytterhoeven · 7 years ago
  50. d5898e1 spi: pxa2xx: Use core message processing loop by Jarkko Nikula · 7 years ago
  51. 8ae55af spi: pxa2xx: Remove pump_transfers string from dev_ prints by Jarkko Nikula · 7 years ago
  52. 1f99f89 spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare() by Jarkko Nikula · 7 years ago
  53. bfbd0ea spi: spi-s3c64xx: Fix indentation in the register offset definitions by Sylwester Nawrocki · 7 years ago
  54. 4e0b82e spi: spi-s3c64xx: Do not ignore timeout errors in polling I/O mode by Sylwester Nawrocki · 7 years ago
  55. 1c75862 spi: spi-s3c64xx: Remove unused s3c64xx_spi_hwinit() function argument by Sylwester Nawrocki · 7 years ago
  56. ee9b62d spi: spi-s3c64xx: Remove unused driver data structure tgl_spi field by Sylwester Nawrocki · 7 years ago
  57. 9e3a000 spi: zynqmp: Add pm runtime support by Naga Sureshkumar Relli · 7 years ago
  58. 51093cb spi: sh-msiof: Simplify calculation of divisors for transfer rate by Vladimir Zapolskiy · 7 years ago
  59. 3dbb3ee spi: stm32: Fix error handling in stm32_spi_probe() by Alexey Khoroshilov · 7 years ago
  60. 10b4640 spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCR by Vladimir Zapolskiy · 7 years ago
  61. af82800 spi: imx: Update MODULE_DESCRIPTION to "SPI Controller driver" by wangbo · 7 years ago
  62. e241e3f Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 7 years ago
  63. e5c3722 Merge tag 'iommu-updates-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 7 years ago
  64. 1fe43114 Merge tag 'pm-4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 7 years ago
  65. 77cb51e Merge tag 'tags/upstream-4.17-rc1' of git://git.infradead.org/linux-ubifs by Linus Torvalds · 7 years ago
  66. 8837c70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  67. b93b016 page cache: use xa_lock by Matthew Wilcox · 7 years ago
  68. 60a0527 mac80211_hwsim: use DEFINE_IDA by Matthew Wilcox · 7 years ago
  69. bbd876a rapidio: use a reference count for struct mport_dma_req by Ioan Nicu · 7 years ago
  70. b94bb1f drivers/rapidio/rio-scan.c: fix typo in comment by Vasyl Gomonovych · 7 years ago
  71. d1be35c proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps by Andrei Vagin · 7 years ago
  72. bc8755b mm: check __highest_present_section_nr directly in memory_dev_init() by Wei Yang · 7 years ago
  73. 51798de Merge branches 'pm-cpuidle' and 'pm-qos' by Rafael J. Wysocki · 7 years ago
  74. b284d4d Merge tag 'ceph-for-4.17-rc1' of git://github.com/ceph/ceph-client by Linus Torvalds · 7 years ago
  75. a7726f6 Merge tag 'platform-drivers-x86-v4.17-1' of git://git.infradead.org/linux-platform-drivers-x86 by Linus Torvalds · 7 years ago
  76. 1b02dcb Merge tag 'dmaengine-4.17-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 7 years ago
  77. 92589cb Merge tag 'rproc-v4.17' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  78. 9ab89c4 Merge tag 'rpmsg-v4.17' of git://github.com/andersson/remoteproc by Linus Torvalds · 7 years ago
  79. 948869f Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/mips by Linus Torvalds · 7 years ago
  80. 6c64fe7 virtio_balloon: export hugetlb page allocation counts by Jonathan Helman · 7 years ago
  81. 9f3a094 Merge tag 'libnvdimm-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 7 years ago
  82. fbe173e Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 7 years ago
  83. 5e630af Merge tag 'fbdev-v4.17' of git://github.com/bzolnier/linux by Linus Torvalds · 7 years ago
  84. d362600 Merge tag 'media/v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  85. 2dd0df8 cpufreq: Drop cpufreq_table_validate_and_show() by Viresh Kumar · 7 years ago
  86. d983af9 cpufreq: SCMI: Don't validate the frequency table twice by Viresh Kumar · 7 years ago
  87. 8913315 cpufreq: CPPC: Initialize shared perf capabilities of CPUs by Shunyong Yang · 7 years ago
  88. bbcc328 cpufreq: armada-37xx: Fix clock leak by Gregory CLEMENT · 7 years ago
  89. b8b10bc cpufreq: CPPC: Don't set transition_latency by Viresh Kumar · 7 years ago
  90. 44a264e cpufreq: ti-cpufreq: Use builtin_platform_driver() by Viresh Kumar · 7 years ago
  91. b258dfe cpufreq: intel_pstate: Do not include debugfs.h by Rafael J. Wysocki · 7 years ago
  92. 2ffb850 Merge branch 'topic/stm' into for-linus by Vinod Koul · 7 years ago
  93. 3a7b854 Merge branch 'topic/renesas' into for-linus by Vinod Koul · 7 years ago
  94. 185a6cd Merge branch 'topic/qcom' into for-linus by Vinod Koul · 7 years ago
  95. f18b461 Merge branch 'topic/pl330' into for-linus by Vinod Koul · 7 years ago
  96. c21bd0a Merge branch 'topic/mtek' into for-linus by Vinod Koul · 7 years ago
  97. ab2528c Merge branch 'topic/imx' into for-linus by Vinod Koul · 7 years ago
  98. 238eed6 Merge branch 'topic/edma' into for-linus by Vinod Koul · 7 years ago
  99. 6206513 Merge branch 'topic/dw_axi' into for-linus by Vinod Koul · 7 years ago
  100. 36ebe2b Merge branch 'topic/dmatest' into for-linus by Vinod Koul · 7 years ago