1. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  2. 84b6146 Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-next by Mark Brown · 11 years ago
  3. 8211e6b Merge remote-tracking branch 'spi/topic/loop' into spi-next by Mark Brown · 11 years ago
  4. 9d7fd21 spi/s3c64xx: Fix doubled clock disable on suspend by Krzysztof Kozlowski · 11 years ago
  5. 347de6b spi/s3c64xx: Do not ignore return value of spi_master_resume/suspend by Krzysztof Kozlowski · 11 years ago
  6. 7b8f7ee spi/s3c64xx: Add missing pm_runtime_put on setup fail by Krzysztof Kozlowski · 11 years ago
  7. 3833825 spi/s3c64xx: Add missing pm_runtime_set_active() call in probe() by Krzysztof Kozlowski · 11 years ago
  8. 0732a9d spi/s3c64xx: Use core message handling by Mark Brown · 11 years ago
  9. 2cc6e2e Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loop by Mark Brown · 11 years ago
  10. 6bb9c0e spi/s3c64xx: Use prepare_message() and unprepare_message() by Mark Brown · 11 years ago
  11. ebd805c spi/s3c64xx: Factor transfer start out of enable/disable_cs() by Mark Brown · 11 years ago
  12. 0f5a751 spi/s3c64xx: Enable GPIO /CS prior to starting hardware by Mark Brown · 11 years ago
  13. 8c09daa spi/s3c64xx: Factor transfer start out of enable/disable_cs() by Mark Brown · 11 years ago
  14. dd97e26 spi/s3c64xx: Use core cs_gpio field by Mark Brown · 11 years ago
  15. 64d930a spi/s3c64xx: Remove unused gpios field from driver data by Mark Brown · 11 years ago
  16. 8b06d5b spi/s3c64xx: Check that clock enables succeed on runtime resume by Mark Brown · 11 years ago
  17. 67651b2 spi/s3c64xx: Flush FIFOs prior to cleaning up transfer by Mark Brown · 11 years ago
  18. 0cab71e Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-s3c64xx by Mark Brown · 11 years ago
  19. 3e2bd64 spi/s3c64xx: Ensure runtime PM is enabled prior to registration by Mark Brown · 11 years ago
  20. a3b924d spi: s3c64xx: Add missing compatibles by Mateusz Krawczuk · 11 years ago
  21. 91800f0 spi/s3c64xx: Use managed registration by Mark Brown · 11 years ago
  22. 50c959f spi: spi-s3c64xx: Use module_platform_driver() by Lukasz Czerwinski · 11 years ago
  23. 2dc745b Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-next by Mark Brown · 11 years ago
  24. 85cac43 Merge remote-tracking branch 'spi/topic/qspi' into spi-next by Mark Brown · 11 years ago
  25. b5f9a9d Merge remote-tracking branch 'spi/topic/rspi' into spi-pdata by Mark Brown · 11 years ago
  26. 8074cf0 spi: use dev_get_platdata() by Jingoo Han · 11 years ago
  27. c12f964 spi/s3c64xx: Take runtime PM reference even if DMA is not supported by Mark Brown · 11 years ago
  28. 90438c4 spi: s3c64xx: Use dmaengine_prep_slave_single() to prepare DMA transfers by Tomasz Figa · 11 years ago
  29. 0149871 spi: s3c64xx: Do not request CS GPIO on subsequent calls to .setup() by Tomasz Figa · 11 years ago
  30. b1a8e78 spi: s3c64xx: Zero dma_slave_config struct in prepare_dma() by Tomasz Figa · 11 years ago
  31. fc0f81b spi/s3c64xx: Use core for runtime PM by Mark Brown · 11 years ago
  32. b998aca8 spi: s3c64xx: fix casting warning by Jingoo Han · 11 years ago
  33. c65bc4a spi: s3c64xx: fix printk warnings by Jingoo Han · 11 years ago
  34. db0606e spi: s3c64xx: fix checkpatch error and warnings by Jingoo Han · 11 years ago
  35. 900bfe3 spi/s3c64xx: Remove unused message queue by Mark Brown · 11 years ago
  36. 9f4b323 spi: s3c64xx: add missing check for polling mode by Girish K S · 11 years ago
  37. d96760f spi: s3c64xx: add missing check for polling mode by Girish K S · 11 years ago
  38. f4e9758 Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-next by Mark Brown · 11 years ago
  39. 6140b05c Merge remote-tracking branch 'spi/topic/core' into spi-next by Mark Brown · 11 years ago
  40. 4581949 Merge remote-tracking branch 'spi/topic/bpw' into spi-next by Mark Brown · 11 years ago
  41. cd46910 spi/s3c64xx: Rely on the compiler eliminating the OF ID table by Mark Brown · 11 years ago
  42. bff8203 spi: s3c64xx: Added support for exynos5440 spi by Girish K S · 11 years ago
  43. 3146bee spi: s3c64xx: Added provision for dedicated cs pin by Girish K S · 11 years ago
  44. 7961707 spi/s3c64xx: Make wait_for_timeout() function name less generic by Mark Brown · 11 years ago
  45. 7e99555 spi: s3c64xx: added support for polling mode by Girish K S · 11 years ago
  46. 6c6cf64 spi: s3c64xx: Fix pm_runtime_get_sync() return value check by Sylwester Nawrocki · 11 years ago
  47. 24778be spi: convert drivers to use bits_per_word_mask by Stephen Warren · 11 years ago
  48. 89e8773 spi: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  49. fb9d044 spi/s3c64xx: Check for errors in dmaengine prepare_transfer() by Mark Brown · 11 years ago
  50. 563b444 spi/s3c64xx: Fix non-dmaengine usage by Mark Brown · 11 years ago
  51. 00ab539 spi/s3c64xx: let device core setup the default pin configuration by Thomas Abraham · 11 years ago
  52. 7884372 spi: s3c64xx: move to generic dmaengine API by Arnd Bergmann · 11 years ago
  53. 997230d spi/s3c64xx: add CONFIG_PM_SLEEP to suspend/resume functions by Jingoo Han · 11 years ago
  54. e47ef0f Merge branch 'spi-fix' into spi-next by Mark Brown · 11 years ago
  55. e761f42 spi/s3c64xx: Convert to bits_per_word_mask by Mark Brown · 11 years ago
  56. 375981f spi/s3c64xx: modified error interrupt handling and init by Girish K S · 11 years ago
  57. 5c725b3 spi: spi-s3c64xx.c Remove unused argument. by Matthias Brugger · 11 years ago
  58. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  59. 460dc1e Merge tag 'sound-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 11 years ago
  60. 2deff8d spi: Remove erroneous __init, __exit and __exit_p() references in drivers by Grant Likely · 12 years ago
  61. 75bf336 spi/s3c64xx: fix checkpatch warnings and error by Jingoo Han · 12 years ago
  62. 4eb7700 spi/s3c64xx: Use devm_clk_get() and devm_request_irq() by Jingoo Han · 12 years ago
  63. f305a0a Merge branch 'broonie/spi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc.git by Grant Likely · 12 years ago
  64. 766ed70 spi: remove check for bits_per_word on transfer from low level driver by Laxman Dewangan · 12 years ago
  65. b5be04d spi: s3c64xx: Modify SPI driver to use generic DMA DT support by Padmavathi Venna · 12 years ago
  66. b0ee560 spi: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  67. e1b0f0d spi/s3c64xx: Complain if we fail to set a transfer speed by Mark Brown · 12 years ago
  68. 7d859ff spi: Change FIFO flush operation and spi channel off by Kyoungil Kim · 12 years ago
  69. 6f38010 spi: Keep chipselect assertion during one message by Kyoungil Kim · 12 years ago
  70. fd4a319 spi: Remove HOTPLUG section attributes by Grant Likely · 12 years ago
  71. fad8f9c Merge branch 'spi-fix-s3c64xx' into spi-next by Mark Brown · 12 years ago
  72. 45e5033 spi: s3c64xx: Add fix for crash in spi suspend/resume by Abhilash Kesavan · 12 years ago
  73. 31271e9 Merge branch 'spi-tegra' into spi-next by Mark Brown · 12 years ago
  74. 068a565 Merge branch 'testing/driver-warnings' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc into fixes by Olof Johansson · 12 years ago
  75. c10356b spi/s3c64xx: use correct dma_transfer_direction type by Arnd Bergmann · 12 years ago
  76. 9f667bf spi/s3c64xx: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 12 years ago
  77. a54dfb1 Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linux by Linus Torvalds · 12 years ago
  78. 7fe0b14 Merge tag 'spi-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc by Linus Torvalds · 12 years ago
  79. 06455bb dt/s3c64xx/spi: Use of_get_child_by_name to get a named child by Srinivas Kandagatla · 12 years ago
  80. 8e5d066 Merge tag 'v3.6-rc6' into spi-drivers by Mark Brown · 12 years ago
  81. 5bee3b9 spi/s3c64xx: Don't free controller_data on non-dt platforms by Sylwester Nawrocki · 12 years ago
  82. 436d42c ARM: samsung: move platform_data definitions by Arnd Bergmann · 12 years ago
  83. 9a2a524 spi/s3c64xx: Drop extra calls to spi_master_get in suspend/remove functions by Guenter Roeck · 12 years ago
  84. 8a6b521 Merge tag 'spi-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/misc by Linus Torvalds · 12 years ago
  85. 4732cc6 spi/s3c64xx: improve error handling by Arnd Bergmann · 12 years ago
  86. 10ce047 spi/s3c64xx: Add missing static storage class specifiers by Sachin Kamat · 12 years ago
  87. 5fc3e83 spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sites by Mark Brown · 12 years ago
  88. b1ec430 spi/s3c64xx: Convert to devm_request_and_ioremap() by Mark Brown · 12 years ago
  89. 707214d spi/s3c64xx: Put the /CS GPIO into output mode by Mark Brown · 12 years ago
  90. 49f3eac spi/s3c64xx: Fix handling of errors in gpio_request() by Mark Brown · 12 years ago
  91. 2b90807 spi: s3c64xx: add device tree support by Thomas Abraham · 12 years ago
  92. 1c20c20 spi: s3c64xx: Remove the 'set_level' callback from controller data by Thomas Abraham · 12 years ago
  93. 868dee9 ARM: SAMSUNG: Remove pdev pointer parameter from spi gpio setup functions by Thomas Abraham · 12 years ago
  94. a5238e3 spi: s3c64xx: move controller information into driver data by Thomas Abraham · 12 years ago
  95. 2b54be6 spi: s3c64xx: remove unused S3C64XX_SPI_ST_TRLCNTZ macro by Thomas Abraham · 12 years ago
  96. 4969c32 spi/s3c64xx: Add the use of DMA config operation by Boojin Kim · 12 years ago
  97. 6ea41a2 spi: s3c64xx: Fix build by Mark Brown · 12 years ago
  98. 1afb708 spi: s3c64xx: remove unnecessary callback msg->complete by Kuninori Morimoto · 12 years ago
  99. 054ebcc spi: Compatibility with direction which is used in samsung DMA operation by Kyoungil Kim · 12 years ago
  100. ad2a99a spi/s3c64xx: Convert to using core message queue by Mark Brown · 12 years ago