1. d637141 spi: s3c64xx: constify driver/match data by Krzysztof Kozlowski · 3 years, 9 months ago
  2. 7d712f79 spi: s3c64xx: correct kerneldoc of s3c64xx_spi_port_config by Krzysztof Kozlowski · 3 years, 9 months ago
  3. 609a2f9 spi: s3c64xx: simplify getting of_device_id match data by Krzysztof Kozlowski · 3 years, 9 months ago
  4. 3f32131 spi: spi-s3c64xx: Turn on interrupts upon resume by Łukasz Stelmach · 4 years, 4 months ago
  5. 9fe26ad spi: spi-s3c64xx: Increase transfer timeout by Łukasz Stelmach · 4 years, 4 months ago
  6. 20b4016 spi: spi-s3c64xx: Ensure cur_speed holds actual clock value by Łukasz Stelmach · 4 years, 4 months ago
  7. 58d5478 spi: spi-s3c64xx: Fix doc comment for struct s3c64xx_spi_driver_data by Łukasz Stelmach · 4 years, 4 months ago
  8. 913ba5c spi: spi-s3c64xx: Rename S3C64XX_SPI_SLAVE_* to S3C64XX_SPI_CS_* by Łukasz Stelmach · 4 years, 4 months ago
  9. df7cd1b spi: spi-s3c64xx: Report more information when errors occur by Łukasz Stelmach · 4 years, 4 months ago
  10. 2f4db6f spi: spi-s3c64xx: Check return values by Łukasz Stelmach · 4 years, 4 months ago
  11. ab4efca spi: spi-s3s64xx: Add S3C64XX_SPI_QUIRK_CS_AUTO for Exynos3250 by Łukasz Stelmach · 4 years, 4 months ago
  12. 581e2b4 spi: spi-s3c64xx: swap s3c64xx_spi_set_cs() and s3c64xx_enable_datapath() by Łukasz Stelmach · 4 years, 4 months ago
  13. 6b8d1e4 spi: spi-s3c64xx: Add missing entries for structs 's3c64xx_spi_dma_data' and 's3c64xx_spi_dma_data' by Lee Jones · 4 years, 6 months ago
  14. df1b014 spi: s3c64xx: Use dma_request_chan() directly for channel request by Peter Ujfalusi · 5 years ago
  15. e935dba spi: spi-s3c64xx: Fix system resume support by Marek Szyprowski · 7 years ago
  16. b6a4b39 spi: s3c64xx: samsung: Remove support for Exynos5440 by Krzysztof Kozlowski · 7 years ago
  17. 0af7af7 spi: spi-s3c64xx: Allow higher transfer lengths in polling IO mode by Sylwester Nawrocki · 7 years ago
  18. f6364e6 spi: spi-s3c64xx: Use local variable for FIFO length by Sylwester Nawrocki · 7 years ago
  19. 3655d30 spi: spi-s3c64xx: Add missing s3c64xx_ prefix to function names by Sylwester Nawrocki · 7 years ago
  20. 80aa0d7 spi: spi-s3c64xx: Drop unused enable_datapath() function argument by Sylwester Nawrocki · 7 years ago
  21. bfbd0ea spi: spi-s3c64xx: Fix indentation in the register offset definitions by Sylwester Nawrocki · 7 years ago
  22. 4e0b82e spi: spi-s3c64xx: Do not ignore timeout errors in polling I/O mode by Sylwester Nawrocki · 7 years ago
  23. 1c75862 spi: spi-s3c64xx: Remove unused s3c64xx_spi_hwinit() function argument by Sylwester Nawrocki · 7 years ago
  24. ee9b62d spi: spi-s3c64xx: Remove unused driver data structure tgl_spi field by Sylwester Nawrocki · 7 years ago
  25. 78b5d70 spi: s3c64xx: add SPDX identifier by Andi Shyti · 7 years ago
  26. 4132b8b spi: s3c64xx: remove redundant pointer sci by Colin Ian King · 7 years ago
  27. e2a3b0d Merge remote-tracking branches 'spi/topic/rockchip', 'spi/topic/rspi', 'spi/topic/s3c64xx', 'spi/topic/sh-msiof' and 'spi/topic/slave' into spi-next by Mark Brown · 8 years ago
  28. 379f831 spi: s3c64xx: fix inconsistency between binding and driver by Andi Shyti · 8 years ago
  29. 72bc7ae spi: s3c64xx: potential oops on probe error by Dan Carpenter · 8 years ago
  30. 3d63a47 spi: s3c64xx: Don't request/release DMA channels for each SPI transfer by Marek Szyprowski · 8 years ago
  31. 6f8dc9d spi: s3c64xx: Do not use platform_data for DMA parameters by Sylwester Nawrocki · 8 years ago
  32. 0dbe70a spi: s3c64xx: restore removed comments by Andi Shyti · 9 years ago
  33. 7990b00 spi: s3c64xx: add Exynos5433 compatible for ioclk handling by Andi Shyti · 9 years ago
  34. 25981d8 spi: s3c64xx: use error code from clk_prepare_enable() by Andi Shyti · 9 years ago
  35. 60a9a96 spi: s3c64xx: rename goto labels to meaningful names by Andi Shyti · 9 years ago
  36. 9f13578 spi: s3c64xx: fix reference leak to master in s3c64xx_spi_remove() by Wei Yongjun · 9 years ago
  37. d9aaf1d spi: s3c64xx: do not disable the clock while configuring the spi by Andi Shyti · 9 years ago
  38. 47c169ee spi: s3c64xx: indent an if statement by Dan Carpenter · 9 years ago
  39. 730d9d4 spi: s3c64xx: simplify if statement in prepare_transfer function by Andi Shyti · 9 years ago
  40. 11f66f0 spi: s3c64xx: do not configure the device twice by Andi Shyti · 9 years ago
  41. a92e7c3 spi: s3c64xx: consider the case when the CS line is not connected by Andi Shyti · 9 years ago
  42. aa4964c spi: s3c64xx: group the CS signalling writes in a single function by Andi Shyti · 9 years ago
  43. cc023478 spi: s3c64xx: Remove unused platform_device_id entries by Sylwester Nawrocki · 9 years ago
  44. a0067db spi: s3c64xx: pass DMA arguments in platform data by Arnd Bergmann · 9 years ago
  45. 88d4a74 spi: s3c64xx: Use transfer speed unconditionally by Jarkko Nikula · 9 years ago
  46. 8ebe9d1 spi: s3c64xx: replace clock disabling with runtime PM suspend call in remove function by Heiner Kallweit · 9 years ago
  47. 4fcd9b9 spi: s3c64xx: simplify suspend / resume handlers by Heiner Kallweit · 9 years ago
  48. 483867e spi: s3c64xx: extend driver to make full use of runtime PM autosuspend by Heiner Kallweit · 9 years ago
  49. 3c86379 spi: s3c64xx: clean up runtime PM if driver registration fails by Heiner Kallweit · 9 years ago
  50. ed425dc spi: s3c64xx: print fifo size on probe. by Michal Suchanek · 9 years ago
  51. 23f6d39 spi: s3c64xx: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
  52. 0744ea2 spi: s3c64xx: fix compiler warning in spi-s3c64xx by Andre Przywara · 10 years ago
  53. 2c658e2 spi: Remove FSF mailing addresses by Jarkko Nikula · 10 years ago
  54. c0f486f Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  55. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  56. ec83305 spi: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  57. bc88f11 spi/s3c64xx: Remove redundant runtime PM management by Mark Brown · 10 years ago
  58. bf77cba spi: s3c64xx: add support for exynos7 SPI controller by Padmavathi Venna · 10 years ago
  59. 14ac00e spi: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  60. 44c916d Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  61. 306972c spi: s3c64xx: use the generic SPI "cs-gpios" property by Naveen Krishna Chatradhi · 11 years ago
  62. e2689b9 spi: s3c64xx: Revert "spi: s3c64xx: Added provision for dedicated cs pin" by Javier Martinez Canillas · 11 years ago
  63. f34b89b spi: s3c64xx: remove s5pc100 related spi codes by Kukjin Kim · 11 years ago
  64. add924f spi: s3c64xx: remove s5p64x0 related spi codes by Kukjin Kim · 11 years ago
  65. 69e25c7 Merge remote-tracking branch 'spi/topic/workqueue' into spi-next by Mark Brown · 11 years ago
  66. 1273eb0 spi: s3c64xx: remove unnecessary OOM messages by Jingoo Han · 11 years ago
  67. e4745fe spi: Remove unneeded include of linux/workqueue.h by Axel Lin · 11 years ago
  68. 382ab20 spi: s3c64xx: Let spi core handle validating transfer length by Axel Lin · 11 years ago
  69. 1b5e1b6 spi/s3c64xx: Remove code no longer needed as a result of S3C_DMA removal by Mark Brown · 11 years ago
  70. 90e7397 spi/s3c64xx: Remove S3C_DMA support by Mark Brown · 11 years ago
  71. 3f29588 spi/s3c64xx: Use core DMA mapping code with dmaengine by Mark Brown · 11 years ago
  72. 6ad45a2 spi: Make core DMA mapping functions generate scatterlists by Mark Brown · 11 years ago
  73. 3700c6e spi/s3c64xx: Split wait_for_xfer() into PIO and DMA versions by Mark Brown · 11 years ago
  74. 4ddc860 spi/s3c64xx: Remove unused /CS GPIO management by Mark Brown · 11 years ago
  75. 3e83c19 spi/s3c64xx: Correct indentation by Geert Uytterhoeven · 11 years ago
  76. 0abd3e3 spi: s3c64xx: Remove duplicate code to clear S3C64XX_SPI_SLAVE_SEL register by Axel Lin · 11 years ago
  77. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  78. 84b6146 Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-next by Mark Brown · 11 years ago
  79. 8211e6b Merge remote-tracking branch 'spi/topic/loop' into spi-next by Mark Brown · 11 years ago
  80. 9d7fd21 spi/s3c64xx: Fix doubled clock disable on suspend by Krzysztof Kozlowski · 11 years ago
  81. 347de6b spi/s3c64xx: Do not ignore return value of spi_master_resume/suspend by Krzysztof Kozlowski · 11 years ago
  82. 7b8f7ee spi/s3c64xx: Add missing pm_runtime_put on setup fail by Krzysztof Kozlowski · 11 years ago
  83. 3833825 spi/s3c64xx: Add missing pm_runtime_set_active() call in probe() by Krzysztof Kozlowski · 11 years ago
  84. 0732a9d spi/s3c64xx: Use core message handling by Mark Brown · 11 years ago
  85. 2cc6e2e Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-loop by Mark Brown · 11 years ago
  86. 6bb9c0e spi/s3c64xx: Use prepare_message() and unprepare_message() by Mark Brown · 11 years ago
  87. ebd805c spi/s3c64xx: Factor transfer start out of enable/disable_cs() by Mark Brown · 11 years ago
  88. 0f5a751 spi/s3c64xx: Enable GPIO /CS prior to starting hardware by Mark Brown · 11 years ago
  89. 8c09daa spi/s3c64xx: Factor transfer start out of enable/disable_cs() by Mark Brown · 11 years ago
  90. dd97e26 spi/s3c64xx: Use core cs_gpio field by Mark Brown · 11 years ago
  91. 64d930a spi/s3c64xx: Remove unused gpios field from driver data by Mark Brown · 11 years ago
  92. 8b06d5b spi/s3c64xx: Check that clock enables succeed on runtime resume by Mark Brown · 11 years ago
  93. 67651b2 spi/s3c64xx: Flush FIFOs prior to cleaning up transfer by Mark Brown · 11 years ago
  94. 0cab71e Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-s3c64xx by Mark Brown · 11 years ago
  95. 3e2bd64 spi/s3c64xx: Ensure runtime PM is enabled prior to registration by Mark Brown · 11 years ago
  96. a3b924d spi: s3c64xx: Add missing compatibles by Mateusz Krawczuk · 11 years ago
  97. 91800f0 spi/s3c64xx: Use managed registration by Mark Brown · 11 years ago
  98. 50c959f spi: spi-s3c64xx: Use module_platform_driver() by Lukasz Czerwinski · 11 years ago
  99. 2dc745b Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-next by Mark Brown · 11 years ago
  100. 85cac43 Merge remote-tracking branch 'spi/topic/qspi' into spi-next by Mark Brown · 11 years ago