1. 9b2d611 spi: spi-pxa2xx: Do not define 'struct acpi_device_id' when !CONFIG_ACPI by Lee Jones · 4 years, 6 months ago
  2. 411b0f3 Merge series "spi: spi-sun6i: One fix and some improvements" from Marc Kleine-Budde <mkl@pengutronix.de>: by Mark Brown · 4 years, 7 months ago
  3. cf961fc spi: pxa2xx: Add support for Intel Tiger Lake PCH-H by Jarkko Nikula · 4 years, 7 months ago
  4. fb02b9e Merge remote-tracking branch 'spi/for-5.8' into spi-next by Mark Brown · 4 years, 8 months ago
  5. 65e318e spi: pxa2xx: Fix runtime PM ref imbalance on probe error by Lukas Wunner · 4 years, 8 months ago
  6. 32e5b57 spi: pxa2xx: Fix controller unregister order by Lukas Wunner · 4 years, 8 months ago
  7. 6eefaee spi: pxa2xx: Apply CS clk quirk to BXT by Evan Green · 4 years, 9 months ago
  8. 0fd30ed Merge series "spi: spidev: Fix messages in spidev" from Oleksandr Suvorov <oleksandr.suvorov@toradex.com>: by Mark Brown · 5 years ago
  9. 41c9884 spi: pxa2xx: Introduce is_mmp2_ssp() helper by Andy Shevchenko · 5 years ago
  10. 683f65d spi: pxa2xx: Add CS control clock quirk by Evan Green · 5 years ago
  11. 3d24b2a spi: pxa2xx: drv_data can't be NULL in ->remove() by Andy Shevchenko · 5 years ago
  12. 14af1df spi: pxa2xx: Return error codes from pxa2xx_spi_init_pdata() by Andy Shevchenko · 5 years ago
  13. 7265e8f Merge branch 'spi-5.5' into spi-linus by Mark Brown · 5 years ago
  14. 29d7e05 spi: pxa2xx: Avoid touching SSCR0_SSE on MMP2 by Lubomir Rintel · 5 years ago
  15. 6157d4c spi: pxa2xx: Add support for Intel Comet Lake PCH-V by Jarkko Nikula · 5 years ago
  16. 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
  17. 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
  18. 9c7315c spi: pxa2xx: Add support for Intel Jasper Lake by Jarkko Nikula · 5 years ago
  19. ca4196a Merge branch 'spi-5.5' into spi-next by Mark Brown · 5 years ago
  20. 5eb263e spi: pxa2xx: Add missed security checks by Chuhong Yuan · 5 years ago
  21. f0cf17e spi: pxa2xx: Add support for Intel Comet Lake-H by Jarkko Nikula · 5 years ago
  22. 6fb7427 spi: pxa2xx: Introduce temporary variables to increase readability by Andy Shevchenko · 5 years ago
  23. 77c544d spi: pxa2xx: Drop extra check of platform_get_resource() returned value by Andy Shevchenko · 5 years ago
  24. ae8fbf1 spi: pxa2xx: Replace of_device.h with mod_devicetable.h and of.h by Andy Shevchenko · 5 years ago
  25. f2faa3e spi: pxa2xx: Convert to use device_get_match_data() by Andy Shevchenko · 5 years ago
  26. 365e856 spi: pxa2xx: Convert pxa2xx_spi_get_port_id() to take struct device by Andy Shevchenko · 5 years ago
  27. 5ce2570 spi: pxa2xx: Sort headers by Andy Shevchenko · 5 years ago
  28. 4f3d957 spi: pxa2xx: No need to keep pointer to platform device by Andy Shevchenko · 5 years ago
  29. b2662a1 spi: pxa2xx: Set controller->max_transfer_size in dma mode by Daniel Vetter · 5 years ago
  30. a412795 spi: pxa2xx: Add support for Intel Tiger Lake by Jarkko Nikula · 5 years ago
  31. 1274204 spi: pxa2xx: Balance runtime PM enable/disable on error by Lubomir Rintel · 6 years ago
  32. 8cc7720 spi: pxa2xx: Add support for Intel Elkhart Lake by Jarkko Nikula · 6 years ago
  33. 23cdddb spi: pxa2xx: Set minimum transfer speed by Jarkko Nikula · 6 years ago
  34. c942fdd treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 by Thomas Gleixner · 6 years ago
  35. 055128e Merge tag 'dmaengine-5.2-rc1' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 6 years ago
  36. 2e5f081 Merge branch 'spi-5.2' into spi-next by Mark Brown · 6 years ago
  37. 29f2133 spi: pxa2xx: fix SCR (divisor) calculation by Flavio Suligoi · 6 years ago
  38. 41a9180 spi: pxa2xx: Add support for Intel Comet Lake by Evan Green · 6 years ago
  39. 51ebf6a spi: pxa2xx: use a module softdep for dw_dmac by Flavio Suligoi · 6 years ago
  40. 8b57b11 spi: pxa2xxx: change "no DMA channels..." msg from debug to warning by Flavio Suligoi · 6 years ago
  41. 748fbad spi: pxa2xx: Unify remaing prints in pxa2xx_spi_transfer_one() by Jarkko Nikula · 6 years ago
  42. 20f4c37 spi: pxa2xx: Use struct spi_device directly in pxa2xx_spi_transfer_one() by Jarkko Nikula · 6 years ago
  43. 5ba846b dmaengine: idma64: Use actual device for DMA transfers by Andy Shevchenko · 6 years ago
  44. 000c6af spi: pxa2xx: Debug print DMA burst size by Andy Shevchenko · 6 years ago
  45. 37821a82 spi: pxa2xx: Introduce DMA burst size support by Andy Shevchenko · 6 years ago
  46. bf9f742 Merge branch 'for-5.0' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-5.1 by Mark Brown · 6 years ago
  47. ef070b4 spi: pxa2xx: Setup maximum supported DMA transfer length by Andy Shevchenko · 6 years ago
  48. 51eea52 pxa2xx: replace spi_master with spi_controller by Lubomir Rintel · 6 years ago
  49. f0915df spi: pxa2xx: Fix '"CONFIG_OF" is not defined' warning by Lubomir Rintel · 6 years ago
  50. 8239185 spi: pxa2xx: Deal with the leftover garbage in TXFIFO by Lubomir Rintel · 6 years ago
  51. 77d3389 spi: pxa2xx: Add ready signal by Lubomir Rintel · 6 years ago
  52. ec93cb6 spi: pxa2xx: Add slave mode support by Lubomir Rintel · 6 years ago
  53. b53548f spi: pxa2xx: Remove LPSS private register restoring during resume by Jarkko Nikula · 6 years ago
  54. 87ae1d2 spi: pxa2xx: Add devicetree support by Lubomir Rintel · 6 years ago
  55. 55ef826 spi: pxa2xx: Use an enum for type by Lubomir Rintel · 6 years ago
  56. 2c18337 spi: pxa2xx: Rewrite switch code block in interrupt_transfer by Gustavo A. R. Silva · 6 years ago
  57. 8089bab spi: pxa2xx: Remove the shutdown callback by Lubomir Rintel · 6 years ago
  58. 7c5d8a2 spi: Do not print a message if spi_controller_{suspend,resume}() fails by Geert Uytterhoeven · 6 years ago
  59. 22d71a50 spi: pxa2xx: Add support for Intel Ice Lake by Mika Westerberg · 7 years ago
  60. 62bbc86 spi: pxa2xx: check clk_prepare_enable() return value by Tobias Jordan · 7 years ago
  61. 71293a6 spi: pxa2xx: pxa2xx_spi_transfer_one() can be static by kbuild test robot · 7 years ago
  62. d5898e1 spi: pxa2xx: Use core message processing loop by Jarkko Nikula · 7 years ago
  63. 8ae55af spi: pxa2xx: Remove pump_transfers string from dev_ prints by Jarkko Nikula · 7 years ago
  64. 1f99f89 spi: pxa2xx: Remove unused argument from pxa2xx_spi_dma_prepare() by Jarkko Nikula · 7 years ago
  65. 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 · 7 years ago
  66. e2b714a spi: pxa2xx: Disable runtime PM if controller registration fails by Jarkko Nikula · 7 years ago
  67. 3cc7b0e spi: pxa2xx: Convert to generalized SPI controller API by Jarkko Nikula · 7 years ago
  68. 104e51a spi: pxa2xx: Move SSP idle waiting to cs_deassert() by Jarkko Nikula · 7 years ago
  69. a885eeb spi: pxa2xx: Use gpiod_put() not gpiod_free() by Mark Brown · 7 years ago
  70. 2218866 spi: pxa2xx: avoid redundant gpio_to_desc(desc_to_gpio()) round-trip by Rasmus Villemoes · 7 years ago
  71. c18d925 spi: pxa2xx: Convert to GPIO descriptor API where possible by Jan Kiszka · 7 years ago
  72. d35f2dc spi: pxa2xx: Don't touch CS pin until we have a transfer pending by Andy Shevchenko · 7 years ago
  73. 6ac5a43 spi: pxa2xx: Revert "Only claim CS GPIOs when the slave device is created" by Andy Shevchenko · 7 years ago
  74. 676a4e3 spi: pxa2xx: Only claim CS GPIOs when the slave device is created by Jan Kiszka · 8 years ago
  75. fc0b2ac spi: pxa2xx: Add support for Intel Cannonlake by Jarkko Nikula · 8 years ago
  76. 2016d52 Merge remote-tracking branches 'spi/topic/imx', 'spi/topic/lantiq-ssc', 'spi/topic/mpc52xx', 'spi/topic/ppc4xx' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 8 years ago
  77. e51e9b9 spi: pxa2xx: Prepare for edge-triggered interrupts by Jan Kiszka · 8 years ago
  78. e18a80a spi: pxa2xx: Add support for Intel Gemini Lake by David E. Box · 8 years ago
  79. b031248 spi: pxa2xx: Factor out handle_bad_msg by Jan Kiszka · 8 years ago
  80. a2dd8af spi: pxa2xx: add missed break by Andy Shevchenko · 8 years ago
  81. 089bd46 spi: pxa2xx: Fix build error because of missing header by Mika Westerberg · 8 years ago
  82. 99f499c spi: pxa2xx: Add support for GPIO descriptor chip selects by Mika Westerberg · 8 years ago
  83. 7c7289a spi: pxa2xx: Default thresholds to PXA configuration by Andy Shevchenko · 8 years ago
  84. 96579a4 spi: pxa2xx: Remove pointer to chip data from driver data by Jarkko Nikula · 8 years ago
  85. 4fc0caa spi: pxa2xx: Remove pointer to current SPI message from driver data by Jarkko Nikula · 8 years ago
  86. bffc967 spi: pxa2xx: Do not needlessly initialize stack variables by Jarkko Nikula · 8 years ago
  87. 9a4506b Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/rockchip', 'spi/topic/s3c64xx', 'spi/topic/sh' and 'spi/topic/sh-msiof' into spi-next by Mark Brown · 8 years ago
  88. 152bc19 spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark by Andy Shevchenko · 9 years ago
  89. 704d2b0 spi: pxa2xx: Add support for Intel Kaby Lake PCH-H by Mika Westerberg · 9 years ago
  90. b6ced29 spi: pxa2xx: Switch to SPI core DMA mapping functionality by Jarkko Nikula · 9 years ago
  91. 2d7537d spi: pxa2xx: Use local struct spi_master pointer in pump_transfers() by Jarkko Nikula · 9 years ago
  92. c64e126 spi: pxa2xx: use DMA by default if supported by Dan O'Donovan · 9 years ago
  93. c8d6a77 Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/qup', 'spi/topic/rockchip', 'spi/topic/st-ssc4' and 'spi/topic/xlp' into spi-next by Mark Brown · 9 years ago
  94. 4b744af Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi/topic/davinci' and 'spi/topic/dln2' into spi-next by Mark Brown · 9 years ago
  95. 71c5e53 spi: Drop duplicate code to set master->dev.parent by Axel Lin · 9 years ago
  96. 66ec246 spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT by Jarkko Nikula · 9 years ago
  97. a52db65 spi: pxa2xx: Fix cs_change management by Christophe Ricard · 9 years ago
  98. 8c3ad48 spi: pxa2xx: Use dummy buffers provided by SPI core by Jarkko Nikula · 9 years ago
  99. 7d1f1bf spi: pxa2xx: handle error of pxa2xx_spi_dma_prepare() by Andy Shevchenko · 9 years ago
  100. c1b03f1 spi: pxa2xx: Add support for Intel Broxton B-Step by Jarkko Nikula · 9 years ago