1. 6688633 Merge remote-tracking branch 'spi/topic/xilinx' into spi-next by Mark Brown · 10 years ago
  2. 30b9278 Merge remote-tracking branches 'spi/topic/sirf', 'spi/topic/spidev', 'spi/topic/st-ssc' and 'spi/topic/ti-qspi' into spi-next by Mark Brown · 10 years ago
  3. 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 · 10 years ago
  4. 8328509 Merge remote-tracking branches 'spi/topic/img-spfi', 'spi/topic/imx', 'spi/topic/inline', 'spi/topic/meson' and 'spi/topic/mxs' into spi-next by Mark Brown · 10 years ago
  5. 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 · 10 years ago
  6. fab4b42 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/config', 'spi/topic/dln2' and 'spi/topic/dw' into spi-next by Mark Brown · 10 years ago
  7. 81306d5 Merge remote-tracking branch 'spi/topic/sh-msiof' into spi-next by Mark Brown · 10 years ago
  8. f69c22e Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
  9. f223469 spi: mxs: cleanup wait_for_completion return handling by Nicholas Mc Guire · 10 years ago
  10. 060556a spi: ti-qspi: cleanup wait_for_completion return handling by Nicholas Mc Guire · 10 years ago
  11. d426a84 Merge remote-tracking branches 'spi/fix/fsl-dspi' and 'spi/fix/imx' into spi-linus by Mark Brown · 10 years ago
  12. 56536a7 spi: spi-imx: cleanup wait_for_completion handling by Nicholas Mc Guire · 10 years ago
  13. 19f0ad0 spi: sh-msiof: cleanup wait_for_completion return handling by Nicholas Mc Guire · 10 years ago
  14. 682a71b spi: match var type to return type of wait_for_completion by Nicholas Mc Guire · 10 years ago
  15. 9064bf3 spi: spi-pxa2xx: only include mach/dma.h for legacy DMA by Rob Herring · 10 years ago
  16. 1369dea spi: atmel: cleanup wait_for_completion return handling by Nicholas Mc Guire · 10 years ago
  17. a02bb40 spi: imx: use pio mode for i.mx6dl by Robin Gong · 10 years ago
  18. ceadfd8 spi: fsl-dspi: Remove possible memory leak of 'chip' by Bhuvanchandra DV · 10 years ago
  19. 65d5665 spi: sh-msiof: Update calculation of frequency dividing by Nobuhiro Iwamatsu · 10 years ago
  20. 7782a1a spi: spidev: Convert buf pointers for 32-bit compat SPI_IOC_MESSAGE(n) by Ian Abbott · 10 years ago
  21. 34093cb spi/xilinx: Fix access invalid memory on xilinx_spi_tx by Ricardo Ribalda Delgado · 10 years ago
  22. 0635287 spi: Revert "spi/xilinx: Remove iowrite/ioread wrappers" by Mark Brown · 10 years ago
  23. eb25f16 spi/xilinx: Check number of slaves range by Ricardo Ribalda · 10 years ago
  24. 2241735 spi/xilinx: Use polling mode on small transfers by Ricardo Ribalda Delgado · 10 years ago
  25. b563bfb spi/xilinx: Remove remaining_words driver data variable by Ricardo Ribalda Delgado · 10 years ago
  26. 99082ea spi/xilinx: Remove iowrite/ioread wrappers by Ricardo Ribalda Delgado · 10 years ago
  27. 17aaaa8 spi/xilinx: Convert bits_per_word in bytes_per_word by Ricardo Ribalda Delgado · 10 years ago
  28. d79b2d0 spi/xilinx: Convert remainding_bytes in remaining words by Ricardo Ribalda Delgado · 10 years ago
  29. c309294 spi/xilinx: Make spi_tx and spi_rx simmetric by Ricardo Ribalda Delgado · 10 years ago
  30. 24ba5e5 spi/xilinx: Remove rx_fn and tx_fn pointer by Ricardo Ribalda Delgado · 10 years ago
  31. f9c6ef6 spi/xilinx: Support for spi mode CS_HIGH by Ricardo Ribalda Delgado · 10 years ago
  32. d9f5881 spi/xilinx: Do not inhibit transmission in polling mode by Ricardo Ribalda Delgado · 10 years ago
  33. 5fe11cc spi/xilinx: Support cores with no interrupt by Ricardo Ribalda Delgado · 10 years ago
  34. 5b74d7a spi/xilinx: Use cached value of register by Ricardo Ribalda Delgado · 10 years ago
  35. a87cbca spi/xilinx: Code cleanup by Ricardo Ribalda Delgado · 10 years ago
  36. 899929b spi/xilinx: Leave the IRQ always enabled. by Ricardo Ribalda Delgado · 10 years ago
  37. 4c9a761 spi/xilinx: Simplify spi_fill_tx_fifo by Ricardo Ribalda Delgado · 10 years ago
  38. 9298bc7 spi: spi-fsl-dspi: Remove spi-bitbang by Chao Fu · 10 years ago
  39. 75d30c5 spi: pl08x: do not select S3C64XX_PL080 by Arnd Bergmann · 10 years ago
  40. 97cf566 spi/rockchip: avoid uninitialized-use warning by Arnd Bergmann · 10 years ago
  41. 48421ad spi: pxa2xx: Fix unconditional call of lpss_ssp_setup in pxa2xx_spi_resume by Jarkko Nikula · 10 years ago
  42. 973fbce spi: spi-fsl-dspi: Remove usage of devm_kzalloc by Bhuvanchandra DV · 10 years ago
  43. c5d348d spi/xilinx: Simplify data read from the Rx FIFO by Ricardo Ribalda Delgado · 10 years ago
  44. d9c1474 spi: dw-mid: get a proper clock frequency for SPI2 by Andy Shevchenko · 10 years ago
  45. 0240f94 spi/xilinx: Support for spi mode LOOP by Ricardo Ribalda Delgado · 10 years ago
  46. bca690d spi/xilinx: Support for spi mode LSB_FIRST by Ricardo Ribalda Delgado · 10 years ago
  47. 06a5687 Merge remote-tracking branches 'spi/fix/dw', 'spi/fix/msiof' and 'spi/fix/pxa2xx' into spi-linus by Mark Brown · 10 years ago
  48. 78d97a5 spi: Kconfig: Remove additional newline by Michal Simek · 10 years ago
  49. 2324440 spi: orion: Add multiple chip select support to spi-orion by Ken Wilson · 10 years ago
  50. b85bfc4 spi: st-ssc4: Remove duplicate code to test unsupported mode bits by Axel Lin · 10 years ago
  51. 75872eb spi: orion: Change spi-orion to use transfer_one() semantics for SPI transfers by Ken Wilson · 10 years ago
  52. d58cf5f spi: dw-pci: describe Intel MID controllers better by Andy Shevchenko · 10 years ago
  53. 30b4b70 spi: dw: print debug message with FIFO size by Andy Shevchenko · 10 years ago
  54. 3dbb3b9 spi: dw: amend warning message by Andy Shevchenko · 10 years ago
  55. c8935ef spi: sh-msiof: Use async pm_runtime_put() in sh_msiof_spi_setup() by Geert Uytterhoeven · 10 years ago
  56. 1285c3f Merge tag 'v3.19-rc3' into spi-sh-msiof by Mark Brown · 10 years ago
  57. 29104c7 spi: sirf: drop redundant sirf,marco-spi compatible string by Barry Song · 10 years ago
  58. 38455d7a spi: fsl-(e)spi: Support compile as module by Esben Haabendal · 10 years ago
  59. 2b5e368 spi/dln2: simplify return flow for dln2_spi_transfer_setup and dln2_spi_enable by Laurentiu Palcu · 10 years ago
  60. 6b038c8 Merge remote-tracking branch 'spi/fix/msiof' into spi-sh-msiof by Mark Brown · 10 years ago
  61. 6d40530 spi: sh-msiof: fix MDR1_FLD_MASK value by Yoshihiro Shimoda · 10 years ago
  62. 67bf9cd spi: dw-mid: fix FIFO size by Andy Shevchenko · 10 years ago
  63. 9caf506 spi: meson: Constify struct regmap_config by Krzysztof Kozlowski · 10 years ago
  64. d297933 spi: dw: Fix detecting FIFO depth by Axel Lin · 10 years ago
  65. 650705c spi/gpio: fixed space coding style issue by Nizam Haider · 10 years ago
  66. 4b5d6aa spi: spi-imx: Do not store the irq number in the private structure by Fabio Estevam · 10 years ago
  67. 0667dd5 spi: qup: Add SPI_CPOL configuration support by Ivan T. Ivanov · 10 years ago
  68. c957e8f spi/pxa2xx: Clear cur_chip pointer before starting next message by Mika Westerberg · 10 years ago
  69. ee4629f Merge remote-tracking branches 'spi/fix/img-spfi' and 'spi/fix/msiof' into spi-linus by Mark Brown · 10 years ago
  70. 3110628 spi: sh-msiof: Configure MSIOF sync signal timing in device tree by Yoshihiro Shimoda · 10 years ago
  71. 549858c spi: img-spfi: Select FIFO based on transfer length by Andrew Bresticker · 10 years ago
  72. 76fe5e9 spi: img-spfi: Increase DMA burst size by Andrew Bresticker · 10 years ago
  73. 1004b9f spi/fsl: unnecessary double init_completion removed by Nicholas Mc Guire · 10 years ago
  74. b2e5dda spi/dln2: Fix for PM_RUNTIME removal by Mark Brown · 10 years ago
  75. c039dd2 spi: pxa2xx: Cleanup register access macros by Jarkko Nikula · 10 years ago
  76. 8e8dd9f spi: pxa2xx: Pass driver data instead of ioaddr to wait_ssp_rx_stall() by Jarkko Nikula · 10 years ago
  77. 7566bcc spi: pxa2xx: Move is_lpss_ssp() tests to caller by Jarkko Nikula · 10 years ago
  78. 2db73d4 spi: pxa2xx: Remove unused define by Jarkko Nikula · 10 years ago
  79. 3d8c0d74 spi: add support for DLN-2 USB-SPI adapter by Laurentiu Palcu · 10 years ago
  80. 9e86237 spi: Add new driver for STMicroelectronics' SPI Controller by Lee Jones · 10 years ago
  81. c0e7dc2 spi: img-spfi: Enable controller before starting TX DMA by Andrew Bresticker · 10 years ago
  82. 2c658e2 spi: Remove FSF mailing addresses by Jarkko Nikula · 10 years ago
  83. 47164fd spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  84. 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 · 10 years ago
  85. 01576056 spi: sh-msiof: Add runtime PM lock in initializing by Hisashi Nakamura · 10 years ago
  86. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  87. ec83305 spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  88. 7ef58b3 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  89. b859e7d Merge tag 'spi-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 10 years ago
  90. 7f6d62a spi/falcon: Remove hardware prepare and unprepare functions by Mark Brown · 10 years ago
  91. fc9e0f7 spi: Only idle the message pump in the worker kthread by Mark Brown · 10 years ago
  92. 0461a41 spi: Pump transfers inside calling context for spi_sync() by Mark Brown · 10 years ago
  93. 983aee5 spi: Check to see if the device is processing a message before we idle by Mark Brown · 10 years ago
  94. 5424d43 spi: Move queue data structure initialisation to main master init by Mark Brown · 10 years ago
  95. e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 10 years ago
  96. 0e64703 Merge remote-tracking branches 'spi/topic/spidev' and 'spi/topic/txx9' into spi-next by Mark Brown · 10 years ago
  97. f56be67 Merge remote-tracking branches 'spi/topic/mxs', 'spi/topic/pxa', 'spi/topic/rockchip', 'spi/topic/samsung' and 'spi/topic/sirf' into spi-next by Mark Brown · 10 years ago
  98. dcf695b Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/fsl-espi', 'spi/topic/gpio', 'spi/topic/img-spfi' and 'spi/topic/meson' into spi-next by Mark Brown · 10 years ago
  99. 3bcfca6 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/cadence', 'spi/topic/dw' and 'spi/topic/fsl-cpm' into spi-next by Mark Brown · 10 years ago
  100. 19a0368 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago