1. 3451c06 mmc: omap: add DMA engine support by Russell King · 12 years ago
  2. 26b8852 mmc: omap_hsmmc: remove private DMA API implementation by Russell King · 12 years ago
  3. c5c9892 mmc: omap_hsmmc: add DMA engine support by Russell King · 12 years ago
  4. fe85227 Revert "mmc: omap_hsmmc: Enable Auto CMD12" by Ming Lei · 12 years ago
  5. ce53044 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  6. db35f83 mmc: omap_hsmmc: pass IRQF_ONESHOT to request_threaded_irq by Ming Lei · 12 years ago
  7. 7f21779 mmc: dt: Consolidate DT bindings by Arnd Bergmann · 12 years ago
  8. 48b332f mmc: omap_hsmmc: release correct resource by Russell King · 12 years ago
  9. cd03d9a mmc: omap_hsmmc: Cleanup use of cpu_is_* for debounce_clock by Rajendra Nayak · 12 years ago
  10. 31463b1 mmc: omap_hsmmc: use spinlock IRQ safe variant by Venkatraman S · 12 years ago
  11. 03b5d92 mmc: omap_hsmmc: add DDR support by Balaji T K · 12 years ago
  12. dba3c29 mmc: omap_hsmmc: Enable Auto CMD12 by Balaji T K · 12 years ago
  13. 4d048f9 mmc: omap_hsmmc: Get rid of of_have_populated_dt() usage by Rajendra Nayak · 12 years ago
  14. b6d085f mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=m by Chris Ball · 12 years ago
  15. fc307df mmc: omap_hsmmc: fix module re-insertion by Balaji T K · 12 years ago
  16. b796450 mmc: omap_hsmmc: convert to module_platform_driver by Felipe Balbi · 12 years ago
  17. efa25fd mmc: omap_hsmmc: make it behave well as a module by Felipe Balbi · 12 years ago
  18. 927ce94 mmc: omap_hsmmc: trivial cleanups by Felipe Balbi · 12 years ago
  19. 92a3aeb mmc: omap_hsmmc: context save after enabling runtime pm by Balaji T K · 12 years ago
  20. d59d77e mmc: omap_hsmmc: use runtime put sync in probe error patch by Balaji T K · 12 years ago
  21. 1f84b71 mmc: omap_hsmmc: Avoid a regulator voltage change with dt by Rajendra Nayak · 12 years ago
  22. 46856a6 mmc: omap_hsmmc: Convert hsmmc driver to use device tree by Rajendra Nayak · 12 years ago
  23. 2cecdf0 mmc: omap_hsmmc: convert all pr_* to dev_* by Rajendra Nayak · 12 years ago
  24. 37f6190 mmc: omap_hsmmc: Fix "Unbalanced pm_runtime_enable!" warning by Tony Lindgren · 12 years ago
  25. 907d2e7 mmc: start removing enable / disable API by Adrian Hunter · 12 years ago
  26. e3f1adb mmc: omap_hsmmc: Don't expect MMC1 to always have vmmc supply by Rajendra Nayak · 12 years ago
  27. 1cb9af4 mmc: omap_hsmmc: Get rid of omap_hsmmc_4_set_power function by Rajendra Nayak · 12 years ago
  28. 69b07ec mmc: omap_hsmmc: Get rid of omap_hsmmc_1_set_power function by Rajendra Nayak · 12 years ago
  29. c2200ef mmc: omap_hsmmc: Use OMAP_HSMMC_SUPPORTS_DUAL_VOLT flag to remove host->id based hardcoding by Balaji T K · 12 years ago
  30. 80d17f3 mmc: omap_hsmmc: remove unused .set_sleep function by Balaji T K · 12 years ago
  31. b7bf773 mmc: omap_hsmmc: use platform_get_resource_byname for tx/rx DMA channels by Balaji T K · 12 years ago
  32. d418ed8 ARM: OMAP: hsmmc: add max_freq field by Daniel Mack · 12 years ago
  33. 4b8be38 Merge tag 'mmc-merge-for-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  34. 7efab4f mmc: omap_hsmmc: use threaded irq handler for card-detect. by NeilBrown · 13 years ago
  35. d83b6e0 mmc: omap: remove clock rate hard coding by Balaji TK · 13 years ago
  36. 4551ae0 Merge branch 'v3.2-rc6' into next/drivers by Arnd Bergmann · 13 years ago
  37. 6fdc75d ARM: OMAP: hsmmc: add pm_caps field by Eliad Peller · 13 years ago
  38. 31f9d46 omap_hsmmc: consider MMC_PM_KEEP_POWER on suspend/resume by Eliad Peller · 13 years ago
  39. 053bf34 mmc: omap_hsmmc: DMA unmap only once in case of MMC error by Per Forlin · 13 years ago
  40. 3f8ddb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock by Linus Torvalds · 13 years ago
  41. 9b68256 mmc: omap_hsmmc: if multiblock reads are broken, disable them by Paul Walmsley · 13 years ago
  42. e840ce1 mmc: omap_hsmmc: ensure pbias configuration is always done by Adrian Hunter · 13 years ago
  43. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  44. d9618e9 mmc: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  45. 770d743 mmc: omap_hsmmc: fix oops in omap_hsmmc_dma_cb() by Adrian Hunter · 13 years ago
  46. 3796fb8a mmc: omap_hsmmc: refactor duplicated code by Andy Shevchenko · 13 years ago
  47. 5934df2 mmc: omap_hsmmc: fix a few bugs when setting the clock divisor by Andy Shevchenko · 13 years ago
  48. e0c7f99 mmc: omap_hsmmc: introduce start_clock and re-use stop_clock by Andy Shevchenko · 13 years ago
  49. ac330f4 mmc: omap_hsmmc: split duplicate code to calc_divisor() function by Andy Shevchenko · 13 years ago
  50. 6b206ef mmc: omap_hsmmc: move hardcoded frequency constants to defines by Andy Shevchenko · 13 years ago
  51. 699b958 mmc: omap_hsmmc: correct debug report error status mnemonics by Adrian Hunter · 13 years ago
  52. 101ed47 mmc: omap_hsmmc: Remove unused iclk by Balaji T K · 13 years ago
  53. fa4aa2d mmc: omap_hsmmc: add runtime pm support by Balaji T K · 13 years ago
  54. 7a8c2ce mmc: omap_hsmmc: Remove lazy_disable by Balaji T K · 13 years ago
  55. 9782aff mmc: omap_hsmmc: add support for pre_req and post_req by Per Forlin · 13 years ago
  56. a9120c3 mmc: omap_hsmmc: use original sg_len for dma_unmap_sg by Per Forlin · 13 years ago
  57. 4a3dc6ef mmc: omap_hsmmc: fix ocr mask usage by Anand Gadiyar · 13 years ago
  58. b1c1df7 ARM: OMAP4: MMC: no regulator off during probe for eMMC by Balaji T K · 13 years ago
  59. 984b203 drivers/mmc/host/omap_hsmmc.c: use resource_size() by Chris Ball · 13 years ago
  60. 21ace54 Merge remote branches 'remotes/origin/pwrdm_clkdm_b_2.6.39', 'remotes/origin/pwrdm_add_can_lose_context_fns_2.6.39', 'remotes/origin/omap_device_a_2.6.39', 'remotes/origin/mmc_a_2.6.39', 'remotes/origin/hwmod_b_2.6.39', 'remotes/origin/dmtimer_a_2.6.39', 'remotes/origin/pwrdm_clkdm_a_2.6.39', 'remotes/origin/clkdm_statdep_omap4_2.6.39', 'remotes/origin/clk_a_2.6.39', 'remotes/origin/clk_autoidle_a_2.6.39', 'remotes/origin/clk_autoidle_b_2.6.39', 'remotes/origin/clk_b_2.6.39', 'remotes/origin/clk_clkdm_a_2.6.39', 'remotes/origin/misc_a_2.6.39', 'remotes/origin/for_2.6.39/omap3_hwmod_data' and 'remotes/origin/wdtimer_a_2.6.39' into tmp-integration-2.6.39-20110310-024 by Paul Walmsley · 13 years ago
  61. a05dcdb MMC: omap_hsmmc: enable interface clock before calling mmc_host_enable() by Paul Walmsley · 13 years ago
  62. 0005ae7 OMAP: hsmmc: Rename the device and driver by Kishore Kadiyala · 13 years ago
  63. 4621d5f OMAP: adapt hsmmc to hwmod framework by Kishore Kadiyala · 13 years ago
  64. 7715db5 OMAP: hsmmc: Enable MMC4 and MMC5 on OMAP4 platforms by Kishore Kadiyala · 13 years ago
  65. 23d69b0 Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  66. 0d9ee5b mmc: update workqueue usages by Tejun Heo · 14 years ago
  67. b432b4b mmc: omap4: hsmmc: Fix improper card detection while booting by kishore kadiyala · 14 years ago
  68. 72f2e2c mfd: Adding twl6030 mmc card detect support for MMC1 by kishore kadiyala · 14 years ago
  69. 00ebb63 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 14 years ago
  70. 99fc513 mmc: Move regulator handling closer to core by Linus Walleij · 14 years ago
  71. a36274e mmc: Remove distinction between hw and phys segments by Martin K. Petersen · 14 years ago
  72. 64be978 omap4 hsmmc: Update ocr mask for MMC2 for regulator to use by kishore kadiyala · 14 years ago
  73. 91a0b08 omap4 hsmmc: Register offset handling by kishore kadiyala · 14 years ago
  74. 07ad64b OMAP4 ES2: HSMMC soft reset change by Madhusudhan Chikkature · 14 years ago
  75. 3a63833 omap: mmc: extended to pass host capabilities from board file by Sukumar Ghorai · 14 years ago
  76. e7cb756 omap hsmmc: fix a racing case between kmmcd and omap_hsmmc_suspend by Ethan Du · 14 years ago
  77. 16d9b13 omap_hsmmc: remove unused local `state' by Sergio Aguirre · 14 years ago
  78. 93caf8e69 omap_hsmmc: add erase capability by Adrian Hunter · 14 years ago
  79. f3584e5 omap hsmmc: fix processing of all dma interrupts as block completion by Venkatraman S · 14 years ago
  80. 4816858 omap_hsmmc: add init_card pass-through callback by Grazvydas Ignotas · 14 years ago
  81. 27151dc mmc: omap: fix for bus width which improves SD card's peformance. by Kishore Kadiyala · 14 years ago
  82. 1a13f8f mmc: remove the "state" argument to mmc_suspend_host() by Matt Fleming · 14 years ago
  83. a791daa mmc: OMAP HS-MMC: convert to dev_pm_ops by Kevin Hilman · 14 years ago
  84. b417577 omap_hsmmc: improve interrupt synchronisation by Adrian Hunter · 14 years ago
  85. cdeebad omap hsmmc: fix a bug in card remove scenario by Madhusudhan Chikkature · 14 years ago
  86. b702b10 omap_hsmmc: allow compile without regulator framework by Adrian Hunter · 14 years ago
  87. e0eb242 omap_hsmmc: Allow for a shared VccQ by Adrian Hunter · 14 years ago
  88. 6da20c8 omap_hsmmc: Ensure regulator enable / disable are paired by Adrian Hunter · 14 years ago
  89. 4380eea omap_hsmmc: Fix disable timeouts by Adrian Hunter · 14 years ago
  90. 1df58db omap_hsmmc: Allow for power saving without going off by Adrian Hunter · 14 years ago
  91. db0fefc omap_hsmmc: Move gpio and regulator control from board file by Adrian Hunter · 14 years ago
  92. 774facd Merge branch '7xx-iosplit-plat' with omap-fixes by Tony Lindgren · 15 years ago
  93. 8753298 omap_hsmmc: add missing probe handler hook by Roger Quadros · 15 years ago
  94. ce491cf omap: headers: Move remaining headers from include/mach to include/plat by Tony Lindgren · 15 years ago
  95. 82cf818 omap4: mmc driver support on OMAP4 by kishore kadiyala · 15 years ago
  96. e2bf08d omap_hsmmc: set a large data timeout for commands with busy signal by Adrian Hunter · 15 years ago
  97. 2bec089 omap_hsmmc: ensure all clock enables and disables are paired by Adrian Hunter · 15 years ago
  98. b62f622 omap_hsmmc: protect the card when the cover is open by Adrian Hunter · 15 years ago
  99. 70a3341 omap_hsmmc: code refactoring by Denis Karpov · 15 years ago
  100. 4dffd7a omap_hsmmc: prevent races with irq handler by Adrian Hunter · 15 years ago