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