1. dc642c2 mmc: omap_hsmmc: support deferred probing for GPIOs by Jan Luebbe · 11 years ago
  2. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  3. 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
  4. a7e9687 mmc: omap_hsmmc: Cleanup bitmap definitions of Interrupt Register by Venkatraman S · 12 years ago
  5. b1e056a mmc: omap_hsmmc: Convert critical failure reports to dev_err by Venkatraman S · 12 years ago
  6. a48ce88 mmc: omap_hsmmc: Introduce omap_hsmmc_prepare/complete by Felipe Balbi · 12 years ago
  7. cd58709 mmc: omap_hsmmc: Enable HSPE bit for high speed cards by Hebbar, Gururaja · 12 years ago
  8. dc7745b mmc: omap_hsmmc: Update error code for response_busy cmd by Balaji T K · 12 years ago
  9. 94d4f27 mmc: omap_hsmmc: No reset of cmd state machine for DCRC by Balaji T K · 12 years ago
  10. 25e1897 mmc: omap_hsmmc: Fix Oops in case of data errors by Balaji T K · 12 years ago
  11. f507251 mmc: omap_hsmmc: remove warning message for debounce clock by Balaji T K · 12 years ago
  12. d8714e8 mmc: omap_hsmmc: add DT property for max bus frequency by Daniel Mack · 12 years ago
  13. 46b7603 mmc: omap_hsmmc: claim pinctrl at probe time by Daniel Mack · 12 years ago
  14. 6e0ee71 mmc: remove use of __devexit by Bill Pemberton · 12 years ago
  15. c3be1ef mmc: remove use of __devinit by Bill Pemberton · 12 years ago
  16. 0433c14 mmc: remove use of __devexit_p by Bill Pemberton · 12 years ago
  17. 9ea28ec mmc: omap_hsmmc: fix NULL pointer dereference for dt boot by Balaji T K · 12 years ago
  18. 9d1f028 mmc: omap_hsmmc: fix host reference after mmc_free_host by Balaji T K · 12 years ago
  19. 68f39e7 ARM: OMAP: Split plat/mmc.h into local headers and platform_data by Tony Lindgren · 12 years ago
  20. 943c2ac Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 12 years ago
  21. c4c8eeb mmc: omap_hsmmc: Pass on the suspend failure to the PM core by Vaibhav Bedia · 12 years ago
  22. 61464c8 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  23. 47061ed Merge tag 'fixes-non-critical' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  24. 99dbb16 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  25. efc9b73 mmc/omap_hsmmc: add a const qualifier by Uwe Kleine-König · 12 years ago
  26. cf3a6ec ARM: OMAP: remove plat/board.h file by Igor Grinberg · 12 years ago
  27. ae4bf78 mmc: omap_hsmmc: consolidate error report handling of HSMMC IRQ by Venkatraman S · 12 years ago
  28. 1f6b9fa mmc: omap_hsmmc: consolidate flush posted writes for HSMMC IRQs by Venkatraman S · 12 years ago
  29. 6c31b21 mmc: omap_hsmmc: remove access to SYSCONFIG register by Venkatraman S · 12 years ago
  30. 8986d31 mmc: omap_hsmmc: remove unused vars and includes by Venkatraman S · 12 years ago
  31. 1fdc90f mmc: omap_hsmmc: Handle failure of regulator_get better. by NeilBrown · 12 years ago
  32. 7122bbb mmc: fix comment typos by Masanari Iida · 12 years ago
  33. a6dc772 Merge branch 'dmaengine' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 12 years ago
  34. 04e8c7b ARM: 7464/1: mmc: omap_hsmmc: ensure probe returns error if DMA channel request fails by Kevin Hilman · 12 years ago
  35. 3451c06 mmc: omap: add DMA engine support by Russell King · 12 years ago
  36. 26b8852 mmc: omap_hsmmc: remove private DMA API implementation by Russell King · 12 years ago
  37. c5c9892 mmc: omap_hsmmc: add DMA engine support by Russell King · 12 years ago
  38. 9c17d08 mmc: omap_hsmmc: ensure probe returns error upon resource failure by Kevin Hilman · 12 years ago
  39. 94c1814 mmc: omap_hsmmc: add clk_prepare and clk_unprepare by Rajendra Nayak · 12 years ago
  40. fe85227 Revert "mmc: omap_hsmmc: Enable Auto CMD12" by Ming Lei · 12 years ago
  41. ce53044 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  42. db35f83 mmc: omap_hsmmc: pass IRQF_ONESHOT to request_threaded_irq by Ming Lei · 12 years ago
  43. 7f21779 mmc: dt: Consolidate DT bindings by Arnd Bergmann · 12 years ago
  44. 48b332f mmc: omap_hsmmc: release correct resource by Russell King · 12 years ago
  45. cd03d9a mmc: omap_hsmmc: Cleanup use of cpu_is_* for debounce_clock by Rajendra Nayak · 12 years ago
  46. 31463b1 mmc: omap_hsmmc: use spinlock IRQ safe variant by Venkatraman S · 12 years ago
  47. 03b5d92 mmc: omap_hsmmc: add DDR support by Balaji T K · 12 years ago
  48. dba3c29 mmc: omap_hsmmc: Enable Auto CMD12 by Balaji T K · 12 years ago
  49. 4d048f9 mmc: omap_hsmmc: Get rid of of_have_populated_dt() usage by Rajendra Nayak · 12 years ago
  50. b6d085f mmc: omap_hsmmc: build fix for CONFIG_OF=y and CONFIG_MMC_OMAP_HS=m by Chris Ball · 12 years ago
  51. fc307df mmc: omap_hsmmc: fix module re-insertion by Balaji T K · 12 years ago
  52. b796450 mmc: omap_hsmmc: convert to module_platform_driver by Felipe Balbi · 12 years ago
  53. efa25fd mmc: omap_hsmmc: make it behave well as a module by Felipe Balbi · 12 years ago
  54. 927ce94 mmc: omap_hsmmc: trivial cleanups by Felipe Balbi · 12 years ago
  55. 92a3aeb mmc: omap_hsmmc: context save after enabling runtime pm by Balaji T K · 12 years ago
  56. d59d77e mmc: omap_hsmmc: use runtime put sync in probe error patch by Balaji T K · 12 years ago
  57. 1f84b71 mmc: omap_hsmmc: Avoid a regulator voltage change with dt by Rajendra Nayak · 12 years ago
  58. 46856a6 mmc: omap_hsmmc: Convert hsmmc driver to use device tree by Rajendra Nayak · 12 years ago
  59. 2cecdf0 mmc: omap_hsmmc: convert all pr_* to dev_* by Rajendra Nayak · 12 years ago
  60. 37f6190 mmc: omap_hsmmc: Fix "Unbalanced pm_runtime_enable!" warning by Tony Lindgren · 12 years ago
  61. 907d2e7 mmc: start removing enable / disable API by Adrian Hunter · 12 years ago
  62. e3f1adb mmc: omap_hsmmc: Don't expect MMC1 to always have vmmc supply by Rajendra Nayak · 12 years ago
  63. 1cb9af4 mmc: omap_hsmmc: Get rid of omap_hsmmc_4_set_power function by Rajendra Nayak · 12 years ago
  64. 69b07ec mmc: omap_hsmmc: Get rid of omap_hsmmc_1_set_power function by Rajendra Nayak · 12 years ago
  65. c2200ef mmc: omap_hsmmc: Use OMAP_HSMMC_SUPPORTS_DUAL_VOLT flag to remove host->id based hardcoding by Balaji T K · 12 years ago
  66. 80d17f3 mmc: omap_hsmmc: remove unused .set_sleep function by Balaji T K · 12 years ago
  67. b7bf773 mmc: omap_hsmmc: use platform_get_resource_byname for tx/rx DMA channels by Balaji T K · 12 years ago
  68. d418ed8 ARM: OMAP: hsmmc: add max_freq field by Daniel Mack · 12 years ago
  69. 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
  70. 7efab4f mmc: omap_hsmmc: use threaded irq handler for card-detect. by NeilBrown · 13 years ago
  71. d83b6e0 mmc: omap: remove clock rate hard coding by Balaji TK · 13 years ago
  72. 4551ae0 Merge branch 'v3.2-rc6' into next/drivers by Arnd Bergmann · 13 years ago
  73. 6fdc75d ARM: OMAP: hsmmc: add pm_caps field by Eliad Peller · 13 years ago
  74. 31f9d46 omap_hsmmc: consider MMC_PM_KEEP_POWER on suspend/resume by Eliad Peller · 13 years ago
  75. 053bf34 mmc: omap_hsmmc: DMA unmap only once in case of MMC error by Per Forlin · 13 years ago
  76. 3f8ddb0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ohad/hwspinlock by Linus Torvalds · 13 years ago
  77. 9b68256 mmc: omap_hsmmc: if multiblock reads are broken, disable them by Paul Walmsley · 13 years ago
  78. e840ce1 mmc: omap_hsmmc: ensure pbias configuration is always done by Adrian Hunter · 13 years ago
  79. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  80. d9618e9 mmc: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  81. 770d743 mmc: omap_hsmmc: fix oops in omap_hsmmc_dma_cb() by Adrian Hunter · 13 years ago
  82. 3796fb8a mmc: omap_hsmmc: refactor duplicated code by Andy Shevchenko · 13 years ago
  83. 5934df2 mmc: omap_hsmmc: fix a few bugs when setting the clock divisor by Andy Shevchenko · 13 years ago
  84. e0c7f99 mmc: omap_hsmmc: introduce start_clock and re-use stop_clock by Andy Shevchenko · 13 years ago
  85. ac330f4 mmc: omap_hsmmc: split duplicate code to calc_divisor() function by Andy Shevchenko · 13 years ago
  86. 6b206ef mmc: omap_hsmmc: move hardcoded frequency constants to defines by Andy Shevchenko · 13 years ago
  87. 699b958 mmc: omap_hsmmc: correct debug report error status mnemonics by Adrian Hunter · 13 years ago
  88. 101ed47 mmc: omap_hsmmc: Remove unused iclk by Balaji T K · 13 years ago
  89. fa4aa2d mmc: omap_hsmmc: add runtime pm support by Balaji T K · 13 years ago
  90. 7a8c2ce mmc: omap_hsmmc: Remove lazy_disable by Balaji T K · 13 years ago
  91. 9782aff mmc: omap_hsmmc: add support for pre_req and post_req by Per Forlin · 13 years ago
  92. a9120c3 mmc: omap_hsmmc: use original sg_len for dma_unmap_sg by Per Forlin · 13 years ago
  93. 4a3dc6ef mmc: omap_hsmmc: fix ocr mask usage by Anand Gadiyar · 13 years ago
  94. b1c1df7 ARM: OMAP4: MMC: no regulator off during probe for eMMC by Balaji T K · 13 years ago
  95. 984b203 drivers/mmc/host/omap_hsmmc.c: use resource_size() by Chris Ball · 13 years ago
  96. 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
  97. a05dcdb MMC: omap_hsmmc: enable interface clock before calling mmc_host_enable() by Paul Walmsley · 13 years ago
  98. 0005ae7 OMAP: hsmmc: Rename the device and driver by Kishore Kadiyala · 13 years ago
  99. 4621d5f OMAP: adapt hsmmc to hwmod framework by Kishore Kadiyala · 13 years ago
  100. 7715db5 OMAP: hsmmc: Enable MMC4 and MMC5 on OMAP4 platforms by Kishore Kadiyala · 13 years ago