1. 7ef58b3 Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux by Linus Torvalds · 10 years ago
  2. 19a0368 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
  3. 98a8f5a spi: core: Do not mangle error code from kthread_run() by Jarkko Nikula · 10 years ago
  4. 5267720 spi: Check for spi_of_notifier when CONFIG_OF_DYNAMIC=y by Fabio Estevam · 10 years ago
  5. ce79d54 spi/of: Add OF notifier handler by Pantelis Antoniou · 10 years ago
  6. aff5e3f spi/of: Create new device registration method and accessors by Pantelis Antoniou · 10 years ago
  7. c1aefbd spi: Fix mapping from vmalloc-ed buffer to scatter list by Charles Keepax · 10 years ago
  8. b528392 Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  9. ad71f40 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
  10. f48c767 PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.h by Ulf Hansson · 10 years ago
  11. c7908a3 spi: Fix possible ZERO_SIZE_PTR pointer dereferencing error. by Xiubo Li · 10 years ago
  12. 676e7c2 spi: core: Convert to dev_pm_domain_attach|detach() by Ulf Hansson · 10 years ago
  13. 360b2ea Merge remote-tracking branches 'spi/fix/au1550', 'spi/fix/davinci', 'spi/fix/doc', 'spi/fix/dw', 'spi/fix/omap-mcspi', 'spi/fix/pxa2xx', 'spi/fix/rockchip' and 'spi/fix/rspi' into spi-linus by Mark Brown · 10 years ago
  14. 38ec10f spi: Only call transfer_one() if we have buffers to transfer by Mark Brown · 10 years ago
  15. 2c67568 spi: Add missing kerneldoc bits by Thierry Reding · 10 years ago
  16. 1325b65 Merge tag 'spi-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 10 years ago
  17. fa2b564 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
  18. 86be408 clk: Support for clock parents and rates assigned from device tree by Sylwester Nawrocki · 10 years ago
  19. 3fc2542 spi: core: Pass correct device to dma_map_sg() by Geert Uytterhoeven · 10 years ago
  20. 89e4b66 spi: core: Fix check for dma_map_sg() failures by Geert Uytterhoeven · 10 years ago
  21. 840e9c3 spi: Remove unused variable by Mark Brown · 10 years ago
  22. 8331acb spi: Remove redundant OOM message in spi.c by Sachin Kamat · 10 years ago
  23. f54645d Merge remote-tracking branch 'spi/topic/dt' into spi-next by Mark Brown · 10 years ago
  24. 15751f2 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 10 years ago
  25. 80874d8 spi: core: Ignore unsupported spi-[tr]x-bus-width property values by Geert Uytterhoeven · 10 years ago
  26. c3676d5 spi: core: Don't destroy master queue if we fail to create it by Mark Brown · 10 years ago
  27. 2de440f spi: core: Protect DMA code by #ifdef CONFIG_HAS_DMA by Geert Uytterhoeven · 10 years ago
  28. 83596fb spi: core: Ignore unsupported Dual/Quad Transfer Mode bits by Geert Uytterhoeven · 10 years ago
  29. cd6339e spi: add "spi-lsb-first" to devicetree by Zhao Qiang · 11 years ago
  30. eee668a spi: core: Increase timeout value by Harini Katakam · 11 years ago
  31. b1ad487 Merge remote-tracking branches 'spi/topic/sunxi', 'spi/topic/tegra114', 'spi/topic/ti-qspi', 'spi/topic/ti-ssp', 'spi/topic/topcliff-pch', 'spi/topic/txx9', 'spi/topic/xcomm' and 'spi/topic/xfer' into spi-next by Mark Brown · 11 years ago
  32. 9dee279 Merge remote-tracking branches 'spi/topic/bus-num', 'spi/topic/cleanup', 'spi/topic/clps711x', 'spi/topic/coldfire', 'spi/topic/completion' and 'spi/topic/davinci' into spi-next by Mark Brown · 11 years ago
  33. a783898 Merge remote-tracking branch 'spi/topic/dma' into spi-next by Mark Brown · 11 years ago
  34. 5d0eb26 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 11 years ago
  35. ff13a9a Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 11 years ago
  36. 0b73aa6 spi: Fix handling of cs_change in core implementation by Mark Brown · 11 years ago
  37. 1e25cd4 spi: Do not require a completion by Mark Brown · 11 years ago
  38. a6f87fa spi: core: Use master->max_speed_hz as transfer speed when xfer->speed_hz > master->max_speed_hz by Axel Lin · 11 years ago
  39. 6ea3129 spi: core: make zero length transfer valid again by Atsushi Nemoto · 11 years ago
  40. f97b26b spi: core: Replace msleep with usleep_range to get more accurate sleep time by Axel Lin · 11 years ago
  41. 4d94bd2 spi: core: Validate length of the transfers in message by Ivan T. Ivanov · 11 years ago
  42. aec35f4 spi: Clean up probe and remove functions by Jean Delvare · 11 years ago
  43. 5132735 spi: Make max_tx and max_rx the same type by Mark Brown · 11 years ago
  44. 797d0de Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 11 years ago
  45. 052eb2d4 spi: core: Set max_speed_hz of spi_device default to max_speed_hz of controller by Axel Lin · 11 years ago
  46. 6ad45a2 spi: Make core DMA mapping functions generate scatterlists by Mark Brown · 11 years ago
  47. 3a2eba9 spi: Provide core support for full duplex devices by Mark Brown · 11 years ago
  48. 99adef3 spi: Provide core support for DMA mapping transfers by Mark Brown · 11 years ago
  49. 16a0ce4 spi: Add a timeout when waiting for transfers by Mark Brown · 11 years ago
  50. 1f802f8 spi: Fix crash with double message finalisation on error handling by Geert Uytterhoeven · 11 years ago
  51. 2d2e7d1 Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 11 years ago
  52. 3c10397 Merge remote-tracking branch 'spi/topic/core' into spi-linus by Mark Brown · 11 years ago
  53. 7e2c225 Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 11 years ago
  54. 13a4279 spi: core: Fix transfer failure when master->transfer_one returns positive value by Axel Lin · 11 years ago
  55. 9e8f488 spi: Spelling s/finised/finished/ by Geert Uytterhoeven · 11 years ago
  56. 8c4ff6d ACPI: fix module autoloading for ACPI enumerated devices by Zhang Rui · 11 years ago
  57. 1afd998 spi: core: Improve tx/rx_nbits check comments by Geert Uytterhoeven · 11 years ago
  58. b6fb8d3 spi: Check conflicting CS based on spi->chip_select instead of device name by Mika Westerberg · 11 years ago
  59. a89e2d2 spi: core: Use list_first_entry to extract head of queue by Axel Lin · 11 years ago
  60. e120cc0 spidev: fix hang when transfer_one_message fails by Daniel Santos · 11 years ago
  61. 1cfd97f spi: core: Use list_first_entry_or_null() instead of open-coded by Axel Lin · 11 years ago
  62. 368ca4e spi: Eliminate 3WIRE spi_transfer check by Trent Piepho · 11 years ago
  63. b8aba76 Merge remote-tracking branch 'spi/fix/core' into spi-linus by Mark Brown · 11 years ago
  64. 9080873 spi: Factor validation and initialisation of messages outside lock by Mark Brown · 11 years ago
  65. 4b92894 spi: core: invert success test in devm_spi_register_master by Stephen Warren · 11 years ago
  66. 82023bb Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  67. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  68. e13ac47 spi: Use stable dev_name for ACPI enumerated SPI slaves by Jarkko Nikula · 11 years ago
  69. 7b19981 ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node by Rafael J. Wysocki · 11 years ago
  70. f9300ea Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  71. 8211e6b Merge remote-tracking branch 'spi/topic/loop' into spi-next by Mark Brown · 11 years ago
  72. 8f737d6 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 11 years ago
  73. 52d85eb Merge remote-tracking branch 'spi/topic/bfin' into spi-next by Mark Brown · 11 years ago
  74. 5fe5f05 spi: Fix checkpatch issue by Jingoo Han · 11 years ago
  75. 2cc6e2e Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loop by Mark Brown · 11 years ago
  76. b158935 spi: Provide common spi_message processing loop by Mark Brown · 11 years ago
  77. 2841a5f spi: Provide per-message prepare and unprepare operations by Mark Brown · 11 years ago
  78. 33cf00e spi: attach/detach SPI device to the ACPI power domain by Mika Westerberg · 11 years ago
  79. cf9eb39 spi: Fix modalias for ACPI enumerated SPI devices by Jarkko Nikula · 11 years ago
  80. aa7da56 spi: convert bus code to use dev_groups by Greg Kroah-Hartman · 11 years ago
  81. 56ec197 spi: Provide trace points for message processing by Mark Brown · 11 years ago
  82. 89da429 spi: Use of_property_read_u32 by Trent Piepho · 11 years ago
  83. 70fac17 spi: simplify call to request_module() by Mathias Krause · 11 years ago
  84. 666d5b4 spi: core: Add devm_spi_register_master() by Mark Brown · 11 years ago
  85. 278ac33 Merge remote-tracking branch 'spi/topic/quad' into spi-next by Mark Brown · 11 years ago
  86. 85cac43 Merge remote-tracking branch 'spi/topic/qspi' into spi-next by Mark Brown · 11 years ago
  87. 9020b75 Merge remote-tracking branch 'spi/topic/msglen' into spi-next by Mark Brown · 11 years ago
  88. 7e718b4 Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 11 years ago
  89. a110f93 spi: quad: fix the name of DT property by wangyuhang · 11 years ago
  90. e93b072 spi: core: Fix spi_register_master error handling by Axel Lin · 11 years ago
  91. a822e99 spi: quad: Make DT properties optional by Mark Brown · 11 years ago
  92. d5ee722 spi: quad: Fix missing return by wangyuhang · 11 years ago
  93. 21e34a3 Merge remote-tracking branch 'spi/topic/quad' into spi-qspi by Mark Brown · 11 years ago
  94. 96b3eac spi: Remove a redundant test for master->running in spi_queued_transfer by Axel Lin · 11 years ago
  95. db90a44 spi: conditional checking of mode and transfer bits. by Sourav Poddar · 11 years ago
  96. f477b7f spi: DUAL and QUAD support by wangyuhang · 11 years ago
  97. 56ede94 spi: limit default transfer speed to controller's max speed by Gabor Juhos · 11 years ago
  98. 49834de spi: Provide core support for runtime PM during transfers by Mark Brown · 11 years ago
  99. 078726c driver: spi: Modify core to compute the message length by Sourav Poddar · 11 years ago
  100. 24a0013 spi: More sanity checks for transfers by Mark Brown · 11 years ago