1. 45586c7 treewide: remove redundant IS_ERR() before error code check by Masahiro Yamada · 5 years ago
  2. 6a1000b Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  3. 754a36a Merge branch 'spi-5.6' into spi-next by Mark Brown · 5 years ago
  4. 7265e8f Merge branch 'spi-5.5' into spi-linus by Mark Brown · 5 years ago
  5. 29d7e05 spi: pxa2xx: Avoid touching SSCR0_SSE on MMP2 by Lubomir Rintel · 5 years ago
  6. b0177ac spi: spi-fsl-qspi: Ensure width is respected in spi-mem operations by Michael Walle · 5 years ago
  7. b5df0b2 spi: npcm-pspi: modify reset support by Tomer Maimon · 5 years ago
  8. b4adf5b spi: npcm-pspi: improve spi transfer performance by Tomer Maimon · 5 years ago
  9. 6925212f spi: spi-ti-qspi: fix warning by Jean Pihet · 5 years ago
  10. 47416a5 spi: npcm-pspi: fix 16 bit send and receive support by Tomer Maimon · 5 years ago
  11. 6157d4c spi: pxa2xx: Add support for Intel Comet Lake PCH-V by Jarkko Nikula · 5 years ago
  12. 2f3d803 spi: fsl: simplify error path in of_fsl_spi_probe() by Christophe Leroy · 5 years ago
  13. bc3a8b2 spi: fsl-lpspi: fix only one cs-gpio working by Philippe Schenker · 5 years ago
  14. e7cc5cfb spi: spi-ti-qspi: optimize byte-transfers by Jean Pihet · 5 years ago
  15. e97f491 spi: spi-ti-qspi: support large flash devices by Jean Pihet · 5 years ago
  16. b8d40d7 spi: spi-qcom-qspi: Use device managed memory for clk_bulk_data by Matthias Kaehlcke · 5 years ago
  17. a2ca53b spi: Add HiSilicon v3xx SPI NOR flash controller driver by John Garry · 5 years ago
  18. 603e92f spi: bcm2835: Raise maximum number of slaves to 4 by Lukas Wunner · 5 years ago
  19. 8ae7d44 spi: sh-msiof: Do not redefine STR while compile testing by Krzysztof Kozlowski · 5 years ago
  20. 144d8f9 spi: rspi: Add support for GPIO chip selects by Geert Uytterhoeven · 5 years ago
  21. 9815ed8 spi: rspi: Add support for multiple native chip selects by Geert Uytterhoeven · 5 years ago
  22. 8f2344f spi: rspi: Remove set_config_register() macro by Geert Uytterhoeven · 5 years ago
  23. 1bec84d spi: rspi: Use dev_warn_once() instead of open-coding by Geert Uytterhoeven · 5 years ago
  24. aa32f76 spi: sh-msiof: Convert to generic unused native cs handling. by Geert Uytterhoeven · 5 years ago
  25. 7d93aec spi: Add generic support for unused native cs with cs-gpios by Geert Uytterhoeven · 5 years ago
  26. e9aa3b8 spi: bcm-qspi: Use platform_get_irq_byname_optional() to avoid error message by Rayagonda Kokatanur · 5 years ago
  27. bfda044 spi: dw: use "smp_mb()" to avoid sending spi data error by Xinwei Kong · 5 years ago
  28. ec7b3f5 Merge tag 'spi-fix-v5.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 5 years ago
  29. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  30. 19b6139 spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls by wuxu.wu · 5 years ago
  31. ca59d5a spi: spi-fsl-dspi: Fix 16-bit word order in 32-bit XSPI mode by Vladimir Oltean · 5 years ago
  32. 862dd2a spi: Don't look at TX buffer for PTP system timestamping by Vladimir Oltean · 5 years ago
  33. f971a20 spi: Catch improper use of PTP system timestamping API by Vladimir Oltean · 5 years ago
  34. f03ee20 spi: oc-tiny: Use GPIO descriptors by Linus Walleij · 5 years ago
  35. 28d1ddd spi: uniphier: Add DMA transfer mode support by Kunihiko Hayashi · 5 years ago
  36. 790514e Merge branch 'for-5.5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.6 by Mark Brown · 5 years ago
  37. 0d9c754 spi: tegra114: use true,false for bool variable by zhengbin · 5 years ago
  38. e6a8b2c spi: imx: use true,false for bool variable by zhengbin · 5 years ago
  39. a68735d spi: fsl-lpspi: use true,false for bool variable by zhengbin · 5 years ago
  40. 11299c5 spi: uniphier: Add handle_err callback function by Kunihiko Hayashi · 5 years ago
  41. 9859db5 spi: uniphier: Change argument of irq functions to private structure by Kunihiko Hayashi · 5 years ago
  42. 9cd34ef spi: uniphier: Fix FIFO threshold by Kunihiko Hayashi · 5 years ago
  43. a922f1a Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 5 years ago
  44. f4dc4ab spi: bcm2835: no dev_err() on clk_get() -EPROBE_DEFER by Jim Quinlan · 5 years ago
  45. c1795f7 spi: spi-ti-qspi: Remove unused macro for fclk frequency by Jean Pihet · 5 years ago
  46. cd8fb85 spi: meson-spicc: Use GPIO descriptors by Linus Walleij · 5 years ago
  47. 0a45425 spi: stm32: Use dma_request_chan() instead dma_request_slave_channel() by Peter Ujfalusi · 5 years ago
  48. 658606f spi: stm32-qspi: Use dma_request_chan() instead dma_request_slave_channel() by Peter Ujfalusi · 5 years ago
  49. b5756b7 spi: spi-fsl-dspi: Use dma_request_chan() instead dma_request_slave_channel() by Peter Ujfalusi · 5 years ago
  50. 401abb7 spi: sirf: Use dma_request_chan() instead dma_request_slave_channel() by Peter Ujfalusi · 5 years ago
  51. 7ccffd4 spi: mxs: Use dma_request_chan() instead dma_request_slave_channel() by Peter Ujfalusi · 5 years ago
  52. 6bfbf4d spi: img-spfi: Use dma_request_chan() instead dma_request_slave_channel() by Peter Ujfalusi · 5 years ago
  53. 6133fed spi: bcm2835: Use dma_request_chan() instead dma_request_slave_channel() by Peter Ujfalusi · 5 years ago
  54. 666224b spi: bcm2835: Release the DMA channel if probe fails after dma_init by Peter Ujfalusi · 5 years ago
  55. d947c9d spi: atmel: Use dma_request_chan() instead dma_request_slave_channel() by Peter Ujfalusi · 5 years ago
  56. 63aa6a6 spi: fsl: use platform_get_irq() instead of of_irq_to_resource() by Christophe Leroy · 5 years ago
  57. 007773e spi: nxp-fspi: Ensure width is respected in spi-mem operations by Michael Walle · 5 years ago
  58. 851c902 spi: rspi: Remove obsolete platform_device_id entries by Geert Uytterhoeven · 5 years ago
  59. 169f9ac spi: dw: Avoid BUG_ON() in case of host failure by Aditya Pakki · 5 years ago
  60. c52c91b spi: spi-ti-qspi: Fix a bug when accessing non default CS by Vignesh Raghavendra · 5 years ago
  61. 4a07b8b spi: bitbang: Make chipselect callback optional by Linus Walleij · 5 years ago
  62. 8a6553e spi: stm32: Switch to use GPIO descriptors for CS by Linus Walleij · 5 years ago
  63. 10e413f spi/topcliff-pch: Remove unneeded semicolon by zhengbin · 5 years ago
  64. 3194d25 spi: fsl: don't map irq during probe by Christophe Leroy · 5 years ago
  65. a841e28 spi: spi-cavium-thunderx: Add missing pci_release_regions() by Chuhong Yuan · 5 years ago
  66. 5e9c523 spi: sprd: Fix the incorrect SPI register by Huanpeng Xin · 5 years ago
  67. 7251953 spi: fsl: Handle the single hardwired chipselect case by Linus Walleij · 5 years ago
  68. f1069049 spi: fsl: Fix GPIO descriptor support by Linus Walleij · 5 years ago
  69. ada9e3f spi: dw: Correct handling of native chipselect by Charles Keepax · 5 years ago
  70. 61acd19 spi: cadence: Correct handling of native chipselect by Charles Keepax · 5 years ago
  71. 9c7315c spi: pxa2xx: Add support for Intel Jasper Lake by Jarkko Nikula · 5 years ago
  72. ca4196a Merge branch 'spi-5.5' into spi-next by Mark Brown · 5 years ago
  73. eb7e6dc spi: pic32: Retire dma_request_slave_channel_compat() by Peter Ujfalusi · 5 years ago
  74. 554bbe7 spi: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  75. ae7c2d3 spi: mediatek: add SPI_CS_HIGH support by Luhua Xu · 5 years ago
  76. cd050ab spi: st-ssc4: add missed pm_runtime_disable by Chuhong Yuan · 5 years ago
  77. 04358e4 spi: tegra20-slink: add missed clk_unprepare by Chuhong Yuan · 5 years ago
  78. 912a7df spi: tegra20-slink: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  79. 4c973b9 spi: tegra114: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  80. df1b014 spi: s3c64xx: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  81. 194e1d4 spi: qup: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  82. c100895 spi: pl022: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  83. 5d3aa9c spi: imx: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  84. 2e33f31 spi: fsl-lpspi: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  85. bef1e0c spi: atmel: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  86. cef76e5 spi: at91-usart: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  87. c592324 spi: fsl-cpm: Correct the free:ing by Linus Walleij · 5 years ago
  88. 57a9460 spi: Fix regression to return zero on success instead of positive value by Tony Lindgren · 5 years ago
  89. 5eb263e spi: pxa2xx: Add missed security checks by Chuhong Yuan · 5 years ago
  90. 69c23db spi: nxp-fspi: Use devm API to fix missed unregistration of controller by Chuhong Yuan · 5 years ago
  91. 8d85849 spi: omap2-mcspi: Remove redundant checks by Vignesh Raghavendra · 5 years ago
  92. d575c9b spi: zynq-qspi: Support two chip selects by Miquel Raynal · 5 years ago
  93. 8f16292 spi: zynq-qspi: Do the actual hardware initialization later in the probe by Miquel Raynal · 5 years ago
  94. dffaf74 spi: zynq-qspi: Clarify the select chip function by Miquel Raynal · 5 years ago
  95. 044ac82 spi: zynq-qspi: Enhance the Linear CFG bit definitions by Miquel Raynal · 5 years ago
  96. 941be72 spi: zynq-qspi: Keep the bitfields naming consistent by Miquel Raynal · 5 years ago
  97. 087622d spi: zynq-qspi: Anything else than CS0 is not supported yet by Miquel Raynal · 5 years ago
  98. 9b10fa3 spi: zynq-qspi: Keep the naming consistent across the driver by Miquel Raynal · 5 years ago
  99. 0576605 spi: spi-mem: fallback to using transfers when CS gpios are used by Chris Packham · 5 years ago
  100. 27fb231 spi: bcm-qspi: Convert to use CS GPIO descriptors by Chris Packham · 5 years ago