1. abeedb0 spi: Setup the master controller driver before setting the chipselect by Franklin S Cooper Jr · 9 years ago
  2. d7ef54c spi: dw: replace magic constant by DW_SPI_DR by Andy Shevchenko · 9 years ago
  3. 3745760 spi: mediatek: mt8173 spi multiple devices support by Leilk Liu · 9 years ago
  4. 58a984c7 spi: mediatek: handle controller_data in mtk_spi_setup by Leilk Liu · 9 years ago
  5. 79b5d3f spi: mediatek: remove mtk_spi_config by Leilk Liu · 9 years ago
  6. 97d56dc spi: fix kernel-doc warnings about missing return desc in spi.c by Javier Martinez Canillas · 9 years ago
  7. 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
  8. ceb941a spi: pxa2xx: Align a few defines by Jarkko Nikula · 9 years ago
  9. 0e89721 spi: pxa2xx: Save other reg_cs_ctrl bits when configuring chip select by Jarkko Nikula · 9 years ago
  10. 3b8b6d0 spi: pxa2xx: Convert unique ID string of ACPI device as unsigned integer by Jarkko Nikula · 9 years ago
  11. d2c2f6a spi: pxa2xx: derive struct chip_data from struct drv_data by Andy Shevchenko · 9 years ago
  12. d74c4b1 spi: pxa2xx: move debug messages to pump_transfer() by Andy Shevchenko · 9 years ago
  13. 1476253 spi: imx: fix ecspi mode setup by Andrew Y. Kuksov · 9 years ago
  14. 44d8fb3 spi/bcm63xx: move register definitions into the driver by Jonas Gorski · 9 years ago
  15. 06515f8 spi: atmel: Fix DMA-setup for transfers with more than 8 bits per word by David Mosberger-Tang · 9 years ago
  16. 468a320 spi: omap2-mcspi: disable other channels CHCONF_FORCE in prepare_message by Neil Armstrong · 9 years ago
  17. 243f07b spi: core: use gpio_is_valid() helper by Andy Shevchenko · 9 years ago
  18. f4aaa1c spi: dw: remove a NULL check when call ->remove() by Andy Shevchenko · 9 years ago
  19. 02f2038 spi: dw: explicitly free IRQ handler in dw_spi_remove_host() by Andy Shevchenko · 9 years ago
  20. 9899995 spi: dw-mmio: convert to unified device property API by Andy Shevchenko · 9 years ago
  21. 1c2df96 spi: dw-pci: remove unused pdev member from struct dw_spi_pci by Andy Shevchenko · 9 years ago
  22. 1cc3f14 spi: dw: introduce spi_shutdown_chip() by Andy Shevchenko · 9 years ago
  23. d53c0ef spi: dw: eliminate unused threshold variables by Andy Shevchenko · 9 years ago
  24. de6feda spi: dw: eliminate speed variable in ->transfer_one() by Andy Shevchenko · 9 years ago
  25. 863cb2f spi: dw: remove bits_per_word member of struct chip_data by Andy Shevchenko · 9 years ago
  26. 4adb1f8 spi: dw: remove unneeded cr0 member of struct chip_data by Andy Shevchenko · 9 years ago
  27. 5f0966e spi: dw: use plain struct device * at earlier ->probe() by Andy Shevchenko · 9 years ago
  28. 8cae042 spi: davinci: use spi->cs_gpio directly by Luis de Bethencourt · 9 years ago
  29. 57c2ecd spi: spi-ti-qspi: switch to polling mode for better r/w performance by Vignesh R · 9 years ago
  30. 3ad4806 spi: pxa2xx: choose closest lower speed by Andy Shevchenko · 9 years ago
  31. 5ab8d26 spi: core: propagate return code of __spi_validate_bits_per_word() by Andy Shevchenko · 9 years ago
  32. 07bce09 spi: bcm2835aux: change initialization order and switch to platform_get_irq by Martin Sperl · 9 years ago
  33. 72aac02 spi: bcm2835aux: fixed bad data on longer transfers by Martin Sperl · 9 years ago
  34. ddf0e1c spi: bcm2835: change initialization order and switch to platform_get_irq by Martin Sperl · 9 years ago
  35. bc27a53 spi: ti-qspi: Fix data corruption seen on r/w stress test by Vignesh R · 9 years ago
  36. 44af792 spi: Map SPI OF client IRQ at probe time by Jon Hunter · 9 years ago
  37. f13a5e8 spi/bcm63xx: move message control word description to register offsets by Jonas Gorski · 9 years ago
  38. 682b528 spi/bcm63xx: fix standard accessors and compile guard by Jonas Gorski · 9 years ago
  39. f9b841a spi: spi-coldfire-qspi: enable RuntimePM before registering to the core by Wolfram Sang · 9 years ago
  40. c2c80bd Merge remote-tracking branches 'spi/fix/davinci' and 'spi/fix/sh-msiof' into spi-linus by Mark Brown · 9 years ago
  41. 1ea29b3 spi: bcm2835aux: add bcm2835 auxiliary spi device driver by Martin Sperl · 9 years ago
  42. 0037686 spi: bitbang: switch to the generic implementation of transfer_one_message by Heiner Kallweit · 9 years ago
  43. e30d8f2 spi: bitbang: remove unneeded check by Heiner Kallweit · 9 years ago
  44. 54bf450 spi: pxa2xx: Remove unused psp member variable from struct chip_data by Jarkko Nikula · 9 years ago
  45. 289de55 spi: pxa2xx: Remove empty function pxa2xx_spi_dma_resume() by Mika Westerberg · 9 years ago
  46. b7a2a1c spi: ath79: simplify iomem resource mapping by Heiner Kallweit · 9 years ago
  47. 8494cde spi: davinci: fix handling platform_get_irq result by Andrzej Hajda · 9 years ago
  48. e864658 spi: atmel: Remove needless bits_per_word and speed_hz tests by Jarkko Nikula · 9 years ago
  49. b9f6940 spi: pxa2xx: Use ACPI_COMPANION() instead of acpi_bus_get_device() by Jarkko Nikula · 9 years ago
  50. 0eca7cf spi: pxa2xx: Set the max_speed_hz of the master by Jarkko Nikula · 9 years ago
  51. 711e020 Merge remote-tracking branches 'spi/fix/spidev' and 'spi/fix/xtfpga' into spi-linus by Mark Brown · 9 years ago
  52. 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
  53. b0b4855 spi: xtensa-xtfpga: fix register endianness by Max Filippov · 9 years ago
  54. 6b7bc06 spi: add transfer histogram statistics via sysfs by Martin Sperl · 9 years ago
  55. c9e97b3 spi: meson: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
  56. b69d42b spi: pxa2xx: Remove cr0 variable from struct chip_data by Jarkko Nikula · 9 years ago
  57. 196b0e2 spi: pxa2xx: Remove if statement that is always true in pump_transfers() by Jarkko Nikula · 9 years ago
  58. 4f1474b spi: pxa2xx: Remove two variables from struct chip_data by Jarkko Nikula · 9 years ago
  59. fa14e47 spi: spi-fsl-dspi: Remove duplicated register write by Jarkko Nikula · 9 years ago
  60. 55f9a07 spi: dw: Remove test for non-zero spi->max_speed_hz by Jarkko Nikula · 9 years ago
  61. 0ed3699 spi: dw: Remove needless if statements by Jarkko Nikula · 9 years ago
  62. 76f67ea spi: omap-100k: Rely on validations done by spi core by Jarkko Nikula · 9 years ago
  63. 160f8d0 spi: omap-uwire: Remove needless bits_per_word and speed_hz tests by Jarkko Nikula · 9 years ago
  64. 85c1912 spi: mpc512x: Call mpc512x_psc_spi_transfer_setup() unconditionally by Jarkko Nikula · 9 years ago
  65. c15f6ed spi: bitbang: Replace spinlock by mutex by Nicolas Boichat · 9 years ago
  66. 0beb0a6 spi: au1550: Simplify au1550_spi_setupxfer() by Jarkko Nikula · 9 years ago
  67. 95a8fde spi: spi-bfin5xx: Calculate transfer speed unconditionally by Jarkko Nikula · 9 years ago
  68. 57b48ab spi: bfin-sport: Calculate transfer speed unconditionally by Jarkko Nikula · 9 years ago
  69. 8cf3af3 spi: octeon: Use transfer speed unconditionally by Jarkko Nikula · 9 years ago
  70. 88d4a74 spi: s3c64xx: Use transfer speed unconditionally by Jarkko Nikula · 9 years ago
  71. fc306de spi: txx9: Use transfer speed unconditionally by Jarkko Nikula · 9 years ago
  72. e26d15f spi: mediatek: fix wrong error return value on probe by Javier Martinez Canillas · 9 years ago
  73. 92243b6 Merge tag 'v4.3-rc1' into spi-fix-doc by Mark Brown · 9 years ago
  74. 45a3e77 spi: oc-tiny: Use of_property_read_u32 instead of open-coding it by Tobias Klauser · 9 years ago
  75. 6774eea spi: bcm53xx: Adjust devm usage by Vaishali Thakkar · 9 years ago
  76. 158fcc4 spi/bcm63xx: replace custom io accessors with standard ones by Jonas Gorski · 9 years ago
  77. a45fcea spi/bcm63xx: hardcode busnum to 0 by Jonas Gorski · 9 years ago
  78. 6505999 spi/bcm63xx: always use a fixed number of CS by Jonas Gorski · 9 years ago
  79. 2bdf515 spi/bcm63xx: remove unused rx_tail variable by Jonas Gorski · 9 years ago
  80. 8ebe9d1 spi: s3c64xx: replace clock disabling with runtime PM suspend call in remove function by Heiner Kallweit · 9 years ago
  81. 4fcd9b9 spi: s3c64xx: simplify suspend / resume handlers by Heiner Kallweit · 9 years ago
  82. 483867e spi: s3c64xx: extend driver to make full use of runtime PM autosuspend by Heiner Kallweit · 9 years ago
  83. 3c86379 spi: s3c64xx: clean up runtime PM if driver registration fails by Heiner Kallweit · 9 years ago
  84. dd85ebf spi: spidev: fix possible NULL dereference by Sudip Mukherjee · 9 years ago
  85. d630526 spi: atmel: remove warning when !CONFIG_PM_SLEEP by Alexandre Belloni · 9 years ago
  86. 2a3fffd spi: bcm2835: BUG: fix wrong use of PAGE_MASK by Martin Sperl · 9 years ago
  87. 6583d20 spi: mediatek: fix spi cs polarity error by Leilk Liu · 9 years ago
  88. a394d63 spi: Fix documentation of spi_alloc_master() by Guenter Roeck · 9 years ago
  89. 02bc933 spi: spi-pxa2xx: Check status register to determine if SSSR_TINT is disabled by Tan, Jui Nee · 9 years ago
  90. adcbcfe spi: mediatek: fix spi clock usage error by Leilk Liu · 9 years ago
  91. ca9f26a spi: mediatek: remove clk_disable_unprepare() by Leilk Liu · 9 years ago
  92. c5992f61 Merge remote-tracking branches 'spi/topic/ti-qspi', 'spi/topic/xcomm' and 'spi/topic/xlp' into spi-next by Mark Brown · 9 years ago
  93. c92ec7c Merge remote-tracking branches 'spi/topic/s3c64xx', 'spi/topic/sg', 'spi/topic/sh-msiof', 'spi/topic/spidev' and 'spi/topic/stats' into spi-next by Mark Brown · 9 years ago
  94. 2ca0a9d Merge remote-tracking branches 'spi/topic/mtk', 'spi/topic/pxa2xx', 'spi/topic/qspi', 'spi/topic/rockchip' and 'spi/topic/s3c24xx' into spi-next by Mark Brown · 9 years ago
  95. 18c558e Merge remote-tracking branches 'spi/topic/dw', 'spi/topic/fsl-espi', 'spi/topic/img-spfi' and 'spi/topic/mpc512x-psc' into spi-next by Mark Brown · 9 years ago
  96. 9d05943 Merge remote-tracking branches 'spi/topic/atmel', 'spi/topic/bcm2835', 'spi/topic/bcm63xx-hsspi' and 'spi/topic/davinci' into spi-next by Mark Brown · 9 years ago
  97. 8e42ac8 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 9 years ago
  98. bc64509 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 9 years ago
  99. af21121 Merge remote-tracking branches 'spi/fix/bcm2835', 'spi/fix/bitbang', 'spi/fix/img-spfi', 'spi/fix/omap2-mcspi', 'spi/fix/orion' and 'spi/fix/xilinx' into spi-linus by Mark Brown · 9 years ago
  100. fe78d0b spi: sh-msiof: Fix FIFO size to 64 word from 256 word by Koji Matsuoka · 9 years ago