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