1. 6b3a194 mmc: sdhci-s3c: Remove non needed #ifdef CONFIG_PM for dev_pm_ops by Ulf Hansson · 8 years ago
  2. 4d0aa49 mmc: sdhci-s3c: Constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  3. 017210d mmc: sdhci-s3c: solve problem with sleeping in atomic context by Paul Osmialowski · 9 years ago
  4. f8e3260 mmc: sdhci-s3c: Handle error from mmc_of_parse() by Ulf Hansson · 10 years ago
  5. 92a578b Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  6. 162d6f9 MMC / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM by Rafael J. Wysocki · 10 years ago
  7. cd0cfdd mmc: sdhci-s3c: Check if clk_set_rate() succeeds by Mark Brown · 10 years ago
  8. 2137f5d mmc: remove .owner field for drivers using module_platform_driver by Peter Griffin · 10 years ago
  9. 221414d mmc: sdhci-s3c: fix runtime PM handling on sdhci_add_host() failure by Bartlomiej Zolnierkiewicz · 10 years ago
  10. 11bc938 mmc: sdhci-s3c: use mmc_of_parse and remove the card_tasklet by Jaehoon Chung · 10 years ago
  11. 96d7b78 mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function by Russell King · 10 years ago
  12. 1771059 mmc: sdhci: convert sdhci_set_clock() into a library function by Russell King · 10 years ago
  13. 1650d0c mmc: sdhci: move setting mmc->actual_clock into set_clock handlers by Russell King · 10 years ago
  14. 373073e mmc: sdhci: move setting host->clock into sdhci_do_set_ios() by Russell King · 10 years ago
  15. 03231f9 mmc: sdhci: convert reset into a library function by Russell King · 10 years ago
  16. 2317f56 mmc: sdhci: convert generic bus width setup to library function by Russell King · 10 years ago
  17. 3beef62 mmc: sdhci-s3c: Remove unused define for NUM_GPIOS by Axel Lin · 10 years ago
  18. 2200300 mmc: sdhci-s3c: Do not allow frequencies higher than requested by Tomasz Figa · 10 years ago
  19. 3ac147f mmc: sdhci-s3c: Fix handling of bus clock switching by Tomasz Figa · 10 years ago
  20. 222a13c mmc: sdhci-s3c: Simplify min/max clock calculation by Tomasz Figa · 10 years ago
  21. 8f4b78d mmc: sdhci-s3c: Use correct condition to check for clock presence by Tomasz Figa · 10 years ago
  22. 6eb28bd mmc: sdhci-s3c: Cache bus clock rates by Tomasz Figa · 10 years ago
  23. 8880a4a mmc: sdhci-s3c: Use shifts to divide by powers of two by Tomasz Figa · 10 years ago
  24. 285e244 mmc: sdhci-s3c: initialize host->quirks2 for using quirks2 by Jaehoon Chung · 11 years ago
  25. 7ef2a5e2 mmc: sdhci-s3c: fix the wrong register value, when clock is disabled by Jaehoon Chung · 11 years ago
  26. 113a87f mmc: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  27. 1731929 Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 11 years ago
  28. cc014f3 mmc: sdhci-s3c: remove platform dependencies by Arnd Bergmann · 11 years ago
  29. e19499a mmc: sdhci-s3c: let device core setup the default pin configuration by Thomas Abraham · 11 years ago
  30. 3aaf7ba mmc: sdhci-s3c: Use devm_clk_get() by Jingoo Han · 11 years ago
  31. ed5dc23 Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 11 years ago
  32. 7bc088d mmc: sdhci: rename platform_8bit_width to platform_bus_width by Sascha Hauer · 11 years ago
  33. a3e2cd7 mmc: Convert to devm_ioremap_resource() by Thierry Reding · 11 years ago
  34. cff2f74 Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  35. 4577f77ba mmc: sdhci-s3c: Fix compilation warning by Sachin Kamat · 12 years ago
  36. b96efcc mmc: host: sdhci-s3c: Add support for pinctrl by Tomasz Figa · 12 years ago
  37. b1b8fea mmc: host: sdhci-s3c: Use devm_gpio_request to request GPIOs by Tomasz Figa · 12 years ago
  38. ab5023e mmc: sdhci-s3c: Use NULL instead of 0 for pointers by Tushar Behera · 12 years ago
  39. fe007c0 mmc: sdhci-s3c: fix missing clock for gpio card-detect by Heiko Stübner · 12 years ago
  40. 6e0ee71 mmc: remove use of __devexit by Bill Pemberton · 12 years ago
  41. c3be1ef mmc: remove use of __devinit by Bill Pemberton · 12 years ago
  42. 0433c14 mmc: remove use of __devexit_p by Bill Pemberton · 12 years ago
  43. 0aa55c2 mmc: sdhci-s3c: fix the card detection in runtime-pm by Seungwon Jeon · 12 years ago
  44. 0f310a05 mmc: sdhci-s3c: use clk_prepare_enable and clk_disable_unprepare by Thomas Abraham · 12 years ago
  45. 2abeb5c mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume by Chander Kashyap · 12 years ago
  46. 5feb54a mmc: sdhci-s3c: fix the wrong number of max bus clocks by Jaehoon Chung · 12 years ago
  47. 387a8cbd mmc: sdhci-s3c: Fix crash on module insertion for second time by Chander Kashyap · 12 years ago
  48. e684c46 mmc: sdhci-s3c: Enable only required bus clock by Chander Kashyap · 12 years ago
  49. cd1b00e mmc: sdhci-s3c: Add device tree support by Thomas Abraham · 12 years ago
  50. 2ad0b24 mmc: sdhci-s3c: fix checkpatch error and warnings by Jingoo Han · 12 years ago
  51. 81ec1da mmc: sdhci-s3c: pass IRQF ONESHOT to request threaded irq by Heiko Stübner · 12 years ago
  52. 9f4e815 mmc: sdhci-s3c: Enable runtime power management by Mark Brown · 12 years ago
  53. d5e9c02 mmc: sdhci-s3c: Use CONFIG_PM_SLEEP to ifdef system suspend by Mark Brown · 12 years ago
  54. 9bda6da mmc: sdhci-s3c: use devm_ functions by Julia Lawall · 12 years ago
  55. 1d4dc33 mmc: sdhci-s3c: Keep a copy of platform data and use it by Thomas Abraham · 12 years ago
  56. 0d22c77 mmc: sdhci-s3c: derive transfer width host cap from max_width in platdata by Thomas Abraham · 12 years ago
  57. 3119936a mmc: sdhci-s3c: Remove usage of clk_type member in platform data by Thomas Abraham · 12 years ago
  58. c1c4b66 mmc: sdhci-s3c: add platform data for the second capability by Jaehoon Chung · 12 years ago
  59. 4b8be38 Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 12 years ago
  60. 7003fec mmc: sdhci-s3c: use S3C_SDHCI_CONTROL2 instead of hardcoded offset value by Jingoo Han · 13 years ago
  61. fa1773c mmc: sdhci-s3c: Add pm_caps into SD/MMC host by Sangwook Lee · 13 years ago
  62. d1f81a64 mmc: convert drivers/mmc/host/* to use module_platform_driver() by Axel Lin · 13 years ago
  63. a07613a5 Merge branch 'samsung/dt' into samsung/cleanup by Arnd Bergmann · 12 years ago
  64. 4346b6d mmc: sdhci-s3c: Use generic clock names for sdhci bus clock options by Rajeshwari Shinde · 13 years ago
  65. 29495aa mmc: sdhci: remove "state" argument from sdhci_suspend_host by Manuel Lauss · 13 years ago
  66. 524bfca mmc: sdhci-s3c: Remove old and misprototyped suspend operations by Mark Brown · 13 years ago
  67. 326adda mmc: sdhci-s3c: fix potential NULL dereference by Jaehoon Chung · 13 years ago
  68. 6fe4717 mmc: sdhci-s3c: add default controller configuration by Thomas Abraham · 13 years ago
  69. 49bb1e6 mmc: sdhci-s3c: Fix mmc card I/O problem by Girish K S · 13 years ago
  70. 55156d2 mmc: sdhci-s3c: Fix build for header change by Mark Brown · 13 years ago
  71. 7199e2b mmc: sdhci-s3c: add BROKEN_ADMA_ZEROLEN_DESC quirk by Jaehoon Chung · 13 years ago
  72. 65d1351 mmc: sdhci-s3c: Fix return value in sdhci_s3c_suspend/resume() by Wonil Choi · 13 years ago
  73. 732f0e3 mmc: sdhci-s3c: Auto CMD12 support by Kyungmin Park · 14 years ago
  74. 548f07d mmc: sdhci-s3c: add platform_8bit_width() hook by Jaehoon Chung · 13 years ago
  75. 253e0a7 mmc: sdhci-s3c: Support controllers with no internal clock divider by Jeongbae Seo · 14 years ago
  76. b3824f2 mmc: sdhci-s3c: Support additional host capabilities by Jeongbae Seo · 14 years ago
  77. 9320f7c mmc: sdhci-s3c: fix NULL ptr access in sdhci_s3c_remove by Marek Szyprowski · 14 years ago
  78. 06fe577 mmc: sdhci-s3c: fix incorrect spinlock usage after merge by Marek Szyprowski · 14 years ago
  79. f522886 drivers/mmc/host/sdhci-s3c.c: use the correct mutex and card detect function by Kyungmin Park · 14 years ago
  80. 17866e1 sdhci-s3c: add support for new card detection methods by Marek Szyprowski · 14 years ago
  81. a1d5646 sdhci-s3c: enable SDHCI_QUIRK_NO_HISPD_BIT quirk by Marek Szyprowski · 14 years ago
  82. ce5f036 sdhci-s3c: add support for the non standard minimal clock value by Marek Szyprowski · 14 years ago
  83. 3fe42e0 sdhci-s3c: add SDHCI_QUIRK_DATA_TIMEOUT_USES_SDCLK quirk by Hyuk Lee · 14 years ago
  84. 9d51a6b sdhci-s3c: add missing remove function by Marek Szyprowski · 14 years ago
  85. 14c5aa6 sdhci: enable multiblock transfers in sdhci-s3c by Maurus Cuelenaere · 14 years ago
  86. b2e75ef mmc: s3c6410: enable ADMA feature in 6410 sdhci controller by Thomas Abraham · 14 years ago
  87. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  88. 1388eef sdhci: Add SDHCI_QUIRK_NO_MULTIBLOCK quirk by Ben Dooks · 15 years ago
  89. 0d1bb41 sdhci-s3c: Samsung S3C based SDHCI controller glue by Ben Dooks · 15 years ago