1. c70efb8 Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/ti-qspi' and 'spi/topic/txx9' into spi-next by Mark Brown · 9 years ago
  2. 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
  3. fc57905 Merge remote-tracking branches 'spi/topic/fsl-dspi', 'spi/topic/mpc512x', 'spi/topic/mtk', 'spi/topic/oc-tiny' and 'spi/topic/octeon' into spi-next by Mark Brown · 9 years ago
  4. 8a9e776 Merge remote-tracking branches 'spi/topic/coldfire' and 'spi/topic/dw' into spi-next by Mark Brown · 9 years ago
  5. c2da04d Merge remote-tracking branches 'spi/topic/bcm53xx', 'spi/topic/bcm63xx', 'spi/topic/bfin-sport', 'spi/topic/bfin5xx' and 'spi/topic/bitbang' into spi-next by Mark Brown · 9 years ago
  6. 076fcb1 Merge remote-tracking branches 'spi/topic/ath97', 'spi/topic/atmel', 'spi/topic/au1550', 'spi/topic/bcm2835' and 'spi/topic/bcm2835aux' into spi-next by Mark Brown · 9 years ago
  7. 8c60348 Merge remote-tracking branch 'spi/topic/doc' into spi-next by Mark Brown · 9 years ago
  8. f0a2a04 Merge remote-tracking branch 'spi/topic/davinci' into spi-next by Mark Brown · 9 years ago
  9. 3e7018d Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 9 years ago
  10. 5ba838c Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/imx', 'spi/fix/omap2-mcspi', 'spi/fix/ti-qspi' and 'spi/fix/xilinx' into spi-linus by Mark Brown · 9 years ago
  11. 26cc44f Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 9 years ago
  12. 0db6421 spi: pxa2xx: Rework self-initiated platform data creation for non-ACPI by Jarkko Nikula · 9 years ago
  13. b7c08cf spi: pxa2xx: Add support for Intel Broxton by Jarkko Nikula · 9 years ago
  14. 8b136ba spi: pxa2xx: Detect number of enabled Intel LPSS SPI chip select signals by Jarkko Nikula · 9 years ago
  15. d0283eb spi: pxa2xx: Add output control for multiple Intel LPSS chip selects by Jarkko Nikula · 9 years ago
  16. 624ea72 spi: pxa2xx: Use LPSS prefix for defines that are Intel LPSS specific by Jarkko Nikula · 9 years ago
  17. 5a60ada spi: Add DSPI support for layerscape family by Yuan Yao · 9 years ago
  18. e6b5140 spi: ti-qspi: improve ->remove() callback by Felipe Balbi · 9 years ago
  19. eca37c7 spi/spi-xilinx: Fix race condition on last word read by Ricardo Ribalda Delgado · 9 years ago
  20. 3821a06 spi: Drop owner assignment from spi_drivers by Andrew F. Davis · 9 years ago
  21. ca5d248 spi: Add THIS_MODULE to spi_driver in SPI core by Andrew F. Davis · 9 years ago
  22. abeedb0 spi: Setup the master controller driver before setting the chipselect by Franklin S Cooper Jr · 9 years ago
  23. d7ef54c spi: dw: replace magic constant by DW_SPI_DR by Andy Shevchenko · 9 years ago
  24. 3745760 spi: mediatek: mt8173 spi multiple devices support by Leilk Liu · 9 years ago
  25. 58a984c7 spi: mediatek: handle controller_data in mtk_spi_setup by Leilk Liu · 9 years ago
  26. 79b5d3f spi: mediatek: remove mtk_spi_config by Leilk Liu · 9 years ago
  27. 97d56dc spi: fix kernel-doc warnings about missing return desc in spi.c by Javier Martinez Canillas · 9 years ago
  28. 0dc9631 Merge branches 'topic/core' and 'topic/stats' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi into spi-doc by Mark Brown · 9 years ago
  29. ceb941a spi: pxa2xx: Align a few defines by Jarkko Nikula · 9 years ago
  30. 0e89721 spi: pxa2xx: Save other reg_cs_ctrl bits when configuring chip select by Jarkko Nikula · 9 years ago
  31. 3b8b6d0 spi: pxa2xx: Convert unique ID string of ACPI device as unsigned integer by Jarkko Nikula · 9 years ago
  32. d2c2f6a spi: pxa2xx: derive struct chip_data from struct drv_data by Andy Shevchenko · 9 years ago
  33. d74c4b1 spi: pxa2xx: move debug messages to pump_transfer() by Andy Shevchenko · 9 years ago
  34. 1476253 spi: imx: fix ecspi mode setup by Andrew Y. Kuksov · 9 years ago
  35. 44d8fb3 spi/bcm63xx: move register definitions into the driver by Jonas Gorski · 9 years ago
  36. 06515f8 spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word by David Mosberger-Tang · 9 years ago
  37. 468a320 spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_message by Neil Armstrong · 9 years ago
  38. 243f07b spi: core: use gpio_is_valid() helper by Andy Shevchenko · 9 years ago
  39. f4aaa1c spi: dw: remove a NULL check when call ->remove() by Andy Shevchenko · 9 years ago
  40. 02f2038 spi: dw: explicitly free IRQ handler in dw_spi_remove_host() by Andy Shevchenko · 9 years ago
  41. 9899995 spi: dw-mmio: convert to unified device property API by Andy Shevchenko · 9 years ago
  42. 1c2df96 spi: dw-pci: remove unused pdev member from struct dw_spi_pci by Andy Shevchenko · 9 years ago
  43. 1cc3f14 spi: dw: introduce spi_shutdown_chip() by Andy Shevchenko · 9 years ago
  44. d53c0ef spi: dw: eliminate unused threshold variables by Andy Shevchenko · 9 years ago
  45. de6feda spi: dw: eliminate speed variable in ->transfer_one() by Andy Shevchenko · 9 years ago
  46. 863cb2f spi: dw: remove bits_per_word member of struct chip_data by Andy Shevchenko · 9 years ago
  47. 4adb1f8 spi: dw: remove unneeded cr0 member of struct chip_data by Andy Shevchenko · 9 years ago
  48. 5f0966e spi: dw: use plain struct device * at earlier ->probe() by Andy Shevchenko · 9 years ago
  49. 8cae042 spi: davinci: use spi->cs_gpio directly by Luis de Bethencourt · 9 years ago
  50. 57c2ecd spi: spi-ti-qspi: switch to polling mode for better r/w performance by Vignesh R · 9 years ago
  51. 3ad4806 spi: pxa2xx: choose closest lower speed by Andy Shevchenko · 9 years ago
  52. 5ab8d26 spi: core: propagate return code of __spi_validate_bits_per_word() by Andy Shevchenko · 9 years ago
  53. 07bce09 spi: bcm2835aux: change initialization order and switch to platform_get_irq by Martin Sperl · 9 years ago
  54. 72aac02 spi: bcm2835aux: fixed bad data on longer transfers by Martin Sperl · 9 years ago
  55. ddf0e1c spi: bcm2835: change initialization order and switch to platform_get_irq by Martin Sperl · 9 years ago
  56. bc27a53 spi: ti-qspi: Fix data corruption seen on r/w stress test by Vignesh R · 9 years ago
  57. 44af792 spi: Map SPI OF client IRQ at probe time by Jon Hunter · 9 years ago
  58. f13a5e8 spi/bcm63xx: move message control word description to register offsets by Jonas Gorski · 9 years ago
  59. 682b528 spi/bcm63xx: fix standard accessors and compile guard by Jonas Gorski · 9 years ago
  60. f9b841a spi: spi-coldfire-qspi: enable RuntimePM before registering to the core by Wolfram Sang · 9 years ago
  61. c2c80bd Merge remote-tracking branches 'spi/fix/davinci' and 'spi/fix/sh-msiof' into spi-linus by Mark Brown · 9 years ago
  62. 1ea29b3 spi: bcm2835aux: add bcm2835 auxiliary spi device driver by Martin Sperl · 9 years ago
  63. 0037686 spi: bitbang: switch to the generic implementation of transfer_one_message by Heiner Kallweit · 9 years ago
  64. e30d8f2 spi: bitbang: remove unneeded check by Heiner Kallweit · 9 years ago
  65. 54bf450 spi: pxa2xx: Remove unused psp member variable from struct chip_data by Jarkko Nikula · 9 years ago
  66. 289de55 spi: pxa2xx: Remove empty function pxa2xx_spi_dma_resume() by Mika Westerberg · 9 years ago
  67. b7a2a1c spi: ath79: simplify iomem resource mapping by Heiner Kallweit · 9 years ago
  68. 8494cde spi: davinci: fix handling platform_get_irq result by Andrzej Hajda · 9 years ago
  69. e864658 spi: atmel: Remove needless bits_per_word and speed_hz tests by Jarkko Nikula · 9 years ago
  70. b9f6940 spi: pxa2xx: Use ACPI_COMPANION() instead of acpi_bus_get_device() by Jarkko Nikula · 9 years ago
  71. 0eca7cf spi: pxa2xx: Set the max_speed_hz of the master by Jarkko Nikula · 9 years ago
  72. 711e020 Merge remote-tracking branches 'spi/fix/spidev' and 'spi/fix/xtfpga' into spi-linus by Mark Brown · 9 years ago
  73. 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
  74. b0b4855 spi: xtensa-xtfpga: fix register endianness by Max Filippov · 9 years ago
  75. 6b7bc06 spi: add transfer histogram statistics via sysfs by Martin Sperl · 9 years ago
  76. c9e97b3 spi: meson: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  77. b69d42b spi: pxa2xx: Remove cr0 variable from struct chip_data by Jarkko Nikula · 9 years ago
  78. 196b0e2 spi: pxa2xx: Remove if statement that is always true in pump_transfers() by Jarkko Nikula · 9 years ago
  79. 4f1474b spi: pxa2xx: Remove two variables from struct chip_data by Jarkko Nikula · 9 years ago
  80. fa14e47 spi: spi-fsl-dspi: Remove duplicated register write by Jarkko Nikula · 9 years ago
  81. 55f9a07 spi: dw: Remove test for non-zero spi->max_speed_hz by Jarkko Nikula · 9 years ago
  82. 0ed3699 spi: dw: Remove needless if statements by Jarkko Nikula · 9 years ago
  83. 76f67ea spi: omap-100k: Rely on validations done by spi core by Jarkko Nikula · 9 years ago
  84. 160f8d0 spi: omap-uwire: Remove needless bits_per_word and speed_hz tests by Jarkko Nikula · 9 years ago
  85. 85c1912 spi: mpc512x: Call mpc512x_psc_spi_transfer_setup() unconditionally by Jarkko Nikula · 9 years ago
  86. c15f6ed spi: bitbang: Replace spinlock by mutex by Nicolas Boichat · 9 years ago
  87. 0beb0a6 spi: au1550: Simplify au1550_spi_setupxfer() by Jarkko Nikula · 9 years ago
  88. 95a8fde spi: spi-bfin5xx: Calculate transfer speed unconditionally by Jarkko Nikula · 9 years ago
  89. 57b48ab spi: bfin-sport: Calculate transfer speed unconditionally by Jarkko Nikula · 9 years ago
  90. 8cf3af3 spi: octeon: Use transfer speed unconditionally by Jarkko Nikula · 9 years ago
  91. 88d4a74 spi: s3c64xx: Use transfer speed unconditionally by Jarkko Nikula · 9 years ago
  92. fc306de spi: txx9: Use transfer speed unconditionally by Jarkko Nikula · 9 years ago
  93. e26d15f spi: mediatek: fix wrong error return value on probe by Javier Martinez Canillas · 9 years ago
  94. 92243b6 Merge tag 'v4.3-rc1' into spi-fix-doc by Mark Brown · 9 years ago
  95. 45a3e77 spi: oc-tiny: Use of_property_read_u32 instead of open-coding it by Tobias Klauser · 9 years ago
  96. 6774eea spi: bcm53xx: Adjust devm usage by Vaishali Thakkar · 9 years ago
  97. 158fcc4 spi/bcm63xx: replace custom io accessors with standard ones by Jonas Gorski · 9 years ago
  98. a45fcea spi/bcm63xx: hardcode busnum to 0 by Jonas Gorski · 9 years ago
  99. 6505999 spi/bcm63xx: always use a fixed number of CS by Jonas Gorski · 9 years ago
  100. 2bdf515 spi/bcm63xx: remove unused rx_tail variable by Jonas Gorski · 9 years ago