1. 4a9d886 spi: pxa2xx: Add missed security checks by Chuhong Yuan · 4 years, 7 months ago
  2. e09a5cb dmaengine: idma64: Use actual device for DMA transfers by Andy Shevchenko · 5 years ago
  3. 0f31932 spi: pxa2xx: fix SCR (divisor) calculation by Flavio Suligoi · 5 years ago
  4. b8a8115 spi: pxa2xx: Setup maximum supported DMA transfer length by Andy Shevchenko · 5 years ago
  5. 4af5e61 spi: pxa2xx: Add support for Intel Gemini Lake by David E. Box · 7 years ago
  6. 97d5e20 spi: pxa2xx: add missed break by Andy Shevchenko · 7 years ago
  7. 089bd46 spi: pxa2xx: Fix build error because of missing header by Mika Westerberg · 8 years ago
  8. 99f499c spi: pxa2xx: Add support for GPIO descriptor chip selects by Mika Westerberg · 8 years ago
  9. 7c7289a spi: pxa2xx: Default thresholds to PXA configuration by Andy Shevchenko · 8 years ago
  10. 96579a4 spi: pxa2xx: Remove pointer to chip data from driver data by Jarkko Nikula · 8 years ago
  11. 4fc0caa spi: pxa2xx: Remove pointer to current SPI message from driver data by Jarkko Nikula · 8 years ago
  12. bffc967 spi: pxa2xx: Do not needlessly initialize stack variables by Jarkko Nikula · 8 years ago
  13. 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
  14. 152bc19 spi: pxa2xx: Clear all RFT bits in reset_sccr1() on Intel Quark by Andy Shevchenko · 8 years ago
  15. 704d2b0 spi: pxa2xx: Add support for Intel Kaby Lake PCH-H by Mika Westerberg · 8 years ago
  16. b6ced29 spi: pxa2xx: Switch to SPI core DMA mapping functionality by Jarkko Nikula · 8 years ago
  17. 2d7537d spi: pxa2xx: Use local struct spi_master pointer in pump_transfers() by Jarkko Nikula · 8 years ago
  18. c64e126 spi: pxa2xx: use DMA by default if supported by Dan O'Donovan · 8 years ago
  19. 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 · 8 years ago
  20. 4b744af Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/cadence', 'spi/topic/davinci' and 'spi/topic/dln2' into spi-next by Mark Brown · 8 years ago
  21. 71c5e53 spi: Drop duplicate code to set master->dev.parent by Axel Lin · 8 years ago
  22. 66ec246 spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT by Jarkko Nikula · 8 years ago
  23. a52db65 spi: pxa2xx: Fix cs_change management by Christophe Ricard · 8 years ago
  24. 8c3ad48 spi: pxa2xx: Use dummy buffers provided by SPI core by Jarkko Nikula · 8 years ago
  25. 7d1f1bf spi: pxa2xx: handle error of pxa2xx_spi_dma_prepare() by Andy Shevchenko · 8 years ago
  26. c1b03f1 spi: pxa2xx: Add support for Intel Broxton B-Step by Jarkko Nikula · 8 years ago
  27. 7c04b79 spi: pxa2xx: Remove unused DMA buffer mappings by Jarkko Nikula · 8 years ago
  28. 30f3a6a spi: pxa2xx: Add support for both chip selects on Intel Braswell by Mika Westerberg · 8 years ago
  29. c1e4a53 spi: pxa2xx: Move chip select control bits into lpss_config structure by Mika Westerberg · 8 years ago
  30. 0c27d9c spi: pxa2xx: Translate ACPI DeviceSelection to Linux chip select on Baytrail by Mika Westerberg · 8 years ago
  31. 7a8d44b spi: pxa2xx: Fix too early chipselect deassert by Jarkko Nikula · 8 years ago
  32. 07550df spi: pxa2xx: Update comment in int_transfer_complete() by Jarkko Nikula · 8 years ago
  33. ee03672 spi: pxa2xx: Print actual DMA/PIO transfer mode in debug messages by Jarkko Nikula · 8 years ago
  34. d599af6 spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe by Mika Westerberg · 9 years ago
  35. 4c84518 Merge remote-tracking branches 'spi/topic/omap-100k', 'spi/topic/omap-uwire', 'spi/topic/owner', 'spi/topic/pxa' and 'spi/topic/pxa2xx' into spi-next by Mark Brown · 9 years ago
  36. 0db6421 spi: pxa2xx: Rework self-initiated platform data creation for non-ACPI by Jarkko Nikula · 9 years ago
  37. b7c08cf spi: pxa2xx: Add support for Intel Broxton by Jarkko Nikula · 9 years ago
  38. 8b136ba spi: pxa2xx: Detect number of enabled Intel LPSS SPI chip select signals by Jarkko Nikula · 9 years ago
  39. d0283eb spi: pxa2xx: Add output control for multiple Intel LPSS chip selects by Jarkko Nikula · 9 years ago
  40. 624ea72 spi: pxa2xx: Use LPSS prefix for defines that are Intel LPSS specific by Jarkko Nikula · 9 years ago
  41. ceb941a spi: pxa2xx: Align a few defines by Jarkko Nikula · 9 years ago
  42. 0e89721 spi: pxa2xx: Save other reg_cs_ctrl bits when configuring chip select by Jarkko Nikula · 9 years ago
  43. 3b8b6d0 spi: pxa2xx: Convert unique ID string of ACPI device as unsigned integer by Jarkko Nikula · 9 years ago
  44. d2c2f6a spi: pxa2xx: derive struct chip_data from struct drv_data by Andy Shevchenko · 9 years ago
  45. d74c4b1 spi: pxa2xx: move debug messages to pump_transfer() by Andy Shevchenko · 9 years ago
  46. 3ad4806 spi: pxa2xx: choose closest lower speed by Andy Shevchenko · 9 years ago
  47. 289de55 spi: pxa2xx: Remove empty function pxa2xx_spi_dma_resume() by Mika Westerberg · 9 years ago
  48. b9f6940 spi: pxa2xx: Use ACPI_COMPANION() instead of acpi_bus_get_device() by Jarkko Nikula · 9 years ago
  49. 0eca7cf spi: pxa2xx: Set the max_speed_hz of the master by Jarkko Nikula · 9 years ago
  50. 5132361 Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/bcm2835', 'spi/fix/doc', 'spi/fix/mediatek', 'spi/fix/meson', 'spi/fix/mtk' and 'spi/fix/pxa2xx' into spi-linus by Mark Brown · 9 years ago
  51. b69d42b spi: pxa2xx: Remove cr0 variable from struct chip_data by Jarkko Nikula · 9 years ago
  52. 196b0e2 spi: pxa2xx: Remove if statement that is always true in pump_transfers() by Jarkko Nikula · 9 years ago
  53. 4f1474b spi: pxa2xx: Remove two variables from struct chip_data by Jarkko Nikula · 9 years ago
  54. 02bc933 spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabled by Tan, Jui Nee · 9 years ago
  55. 757fe8d spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation for it by Jarkko Nikula · 9 years ago
  56. 94e5c23 spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match by Axel Lin · 9 years ago
  57. f47da24 spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbers by Jarkko Nikula · 9 years ago
  58. 34cadd9 spi: pxa2xx: Add support for Intel Sunrisepoint by Jarkko Nikula · 9 years ago
  59. 8422ddf spi: pxa2xx: Constify ACPI device ids by Mathias Krause · 9 years ago
  60. 82ba2c2 spi: pxa2xx: Make LPSS SPI general register optional by Jarkko Nikula · 9 years ago
  61. dccf736 spi: pxa2xx: Prepare for new Intel LPSS SPI type by Jarkko Nikula · 9 years ago
  62. 03fbf48 spi: pxa2xx: Differentiate Intel LPSS types by Jarkko Nikula · 9 years ago
  63. eecacf7 spi: pxa2xx: missing break in pxa2xx_ssp_get_clk_div() by Dan Carpenter · 9 years ago
  64. 9df461e spi: pxa2xx: replace ugly table by approximation by Andy Shevchenko · 9 years ago
  65. 025ffe8 spi: pxa2xx: shift clk_div in one place by Andy Shevchenko · 9 years ago
  66. 22d1b94 spi: pxa2xx: Remove needless includes by Jarkko Nikula · 9 years ago
  67. 4f9f454 Merge remote-tracking branches 'spi/topic/orion', 'spi/topic/pxa2xx', 'spi/topic/qup', 'spi/topic/rockchip' and 'spi/topic/samsung' into spi-next by Mark Brown · 9 years ago
  68. d6cd09b Merge remote-tracking branches 'spi/topic/falcon', 'spi/topic/fsf', 'spi/topic/fsl', 'spi/topic/fsl-dspi' and 'spi/topic/gpio' into spi-next by Mark Brown · 9 years ago
  69. 48421ad spi: pxa2xx: Fix unconditional call of lpss_ssp_setup in pxa2xx_spi_resume by Jarkko Nikula · 9 years ago
  70. c957e8f spi/pxa2xx: Clear cur_chip pointer before starting next message by Mika Westerberg · 9 years ago
  71. c039dd2 spi: pxa2xx: Cleanup register access macros by Jarkko Nikula · 9 years ago
  72. 7566bcc spi: pxa2xx: Move is_lpss_ssp() tests to caller by Jarkko Nikula · 9 years ago
  73. 2db73d4 spi: pxa2xx: Remove unused define by Jarkko Nikula · 9 years ago
  74. 2c658e2 spi: Remove FSF mailing addresses by Jarkko Nikula · 9 years ago
  75. c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  76. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  77. ec83305 spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 9 years ago
  78. e5262d0 spi: spi-pxa2xx: SPI support for Intel Quark X1000 by Weike Chen · 10 years ago
  79. 4fdb242 spi: spi-pxa2xx: Add helpers for regiseters' accessing by Weike Chen · 10 years ago
  80. 2b9375b spi: pxa2xx: toggle clocks on suspend if not disabled by runtime PM by Dmitry Eremin-Solenikov · 10 years ago
  81. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  82. 52d589a Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  83. b729bf3 spi/pxa2xx: Don't use slave_id of dma_slave_config by Mika Westerberg · 10 years ago
  84. aca2636 spi/pxa2xx: Add ACPI ID for Intel Braswell by Alan Cox · 10 years ago
  85. e61f487 spi/pxa2xx: fix incorrect SW mode chipselect setting for BayTrail LPSS SPI by Chew, Chiau Ee · 10 years ago
  86. 69e25c7 Merge remote-tracking branch 'spi/topic/workqueue' into spi-next by Mark Brown · 10 years ago
  87. 301d838 Merge remote-tracking branches 'spi/topic/oom', 'spi/topic/pxa2xx', 'spi/topic/rspi' and 'spi/topic/sirf' into spi-next by Mark Brown · 10 years ago
  88. 836d1a2 spi/pxa2xx: fix runtime PM enabling order by Antonio Ospite · 10 years ago
  89. 9deae45 spi: pxa2xx: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  90. e4745fe spi: Remove unneeded include of linux/workqueue.h by Axel Lin · 10 years ago
  91. 23e2c2a spi: Use list_last_entry at appropriate places by Axel Lin · 10 years ago
  92. 8aeab58 Merge remote-tracking branches 'spi/topic/pxa2xx', 'spi/topic/qspi', 'spi/topic/s3c24xx', 'spi/topic/s3c64xx', 'spi/topic/sh', 'spi/topic/tegra114', 'spi/topic/tegra20-sflash', 'spi/topic/tegra20-slink', 'spi/topic/txx9' and 'spi/topic/xcomm' into spi-linus by Mark Brown · 10 years ago
  93. 1504d22 Merge remote-tracking branches 'spi/fix/bcm63xx', 'spi/fix/dspi', 'spi/fix/hspi', 'spi/fix/imx', 'spi/fix/msiof', 'spi/fix/pxa2xx', 'spi/fix/qspi', 'spi/topic/altera', 'spi/topic/ath79' and 'spi/topic/atmel' into spi-linus by Mark Brown · 10 years ago
  94. 382cebb spi/pxa2xx: fix compilation warning when !CONFIG_PM_SLEEP by Mika Westerberg · 10 years ago
  95. 483c319 spi/pxa2xx: initialize DMA channels to -1 to prevent inadvertent match by Mika Westerberg · 10 years ago
  96. c50325f spi/pxa2xx: Restore private register bits. by Chew, Chiau Ee · 11 years ago
  97. 54acbd9 spi/pxa2xx: add new ACPI IDs by Mika Westerberg · 11 years ago
  98. 52d85eb Merge remote-tracking branch 'spi/topic/bfin' into spi-next by Mark Brown · 11 years ago
  99. f6bd03a spi: Don't break user-visible strings to multiple source lines in drivers by Jarkko Nikula · 11 years ago
  100. a807fcd spi: pxa2xx: use devm_spi_register_master() by Jingoo Han · 11 years ago