1. 358399f mmc: omap_hsmmc: don't print uninitialized variables by Arnd Bergmann · 9 years ago
  2. 9143757 mmc: host: omap_hsmmc: add a verbose print to enable CONFIG_REGULATOR_PBIAS by Kishon Vijay Abraham I · 9 years ago
  3. 814a3c0 mmc: omap_hsmmc: Fix PM regression with deferred probe for pm_runtime_reinit by Tony Lindgren · 9 years ago
  4. dc28562 mmc: omap_hsmmc: No need to check DMA channel validity at module remove by Peter Ujfalusi · 9 years ago
  5. 123e20b mmc: host: omap_hsmmc: Fix MMC for omap3 legacy booting by Tony Lindgren · 9 years ago
  6. bb2726b Revert "mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status" by Tony Lindgren · 9 years ago
  7. 987e05c mmc: host: omap_hsmmc: remove CONFIG_REGULATOR check by Kishon Vijay Abraham I · 9 years ago
  8. 1d17f30 mmc: host: omap_hsmmc: use ios->vdd for setting vmmc voltage by Kishon Vijay Abraham I · 9 years ago
  9. c55d7a0 mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status by Kishon Vijay Abraham I · 9 years ago
  10. 3f77f70 mmc: host: omap_hsmmc: enable/disable vmmc_aux regulator based on previous state by Kishon Vijay Abraham I · 9 years ago
  11. c8518ef mmc: host: omap_hsmmc: don't use ->set_power to set initial regulator state by Kishon Vijay Abraham I · 9 years ago
  12. 97fe7e5 mmc: host: omap_hsmmc: avoid pbias regulator enable on power off by Kishon Vijay Abraham I · 9 years ago
  13. ec85c95 mmc: host: omap_hsmmc: add separate function to set pbias by Kishon Vijay Abraham I · 9 years ago
  14. 2a17f84 mmc: host: omap_hsmmc: add separate functions for enable/disable supply by Kishon Vijay Abraham I · 9 years ago
  15. 229f329 mmc: host: omap_hsmmc: return error if any of the regulator APIs fail by Kishon Vijay Abraham I · 9 years ago
  16. ef62b8b mmc: host: omap_hsmmc: remove unnecessary pbias set_voltage by Kishon Vijay Abraham I · 9 years ago
  17. aa9a680 mmc: host: omap_hsmmc: use mmc_host's vmmc and vqmmc by Kishon Vijay Abraham I · 9 years ago
  18. b49069f mmc: host: omap_hsmmc: use the ocrmask provided by the vmmc regulator by Kishon Vijay Abraham I · 9 years ago
  19. c299dc3 mmc: host: omap_hsmmc: cleanup omap_hsmmc_reg_get() by Kishon Vijay Abraham I · 9 years ago
  20. 6a9b2ff mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_get by Kishon Vijay Abraham I · 9 years ago
  21. 7d607f9 mmc: host: omap_hsmmc: use devm_regulator_get_optional() for vmmc by Kishon Vijay Abraham I · 9 years ago
  22. 4c06654c mmc: omap_hsmmc: regulator automatically released by devm by Andreas Fenkart · 9 years ago
  23. f7f0f03 mmc: omap_hsmmc: call omap_hsmmc_set_power directly by Andreas Fenkart · 9 years ago
  24. 5027cd1 mmc: omap_hsmmc: Handle BADA, DEB and CEB interrupts by Vignesh R · 9 years ago
  25. 408806f mmc: omap_hsmmc: Fix DTO and DCRC handling by Kishon Vijay Abraham I · 9 years ago
  26. 5b83b22 mmc: omap_hsmmc: Change wake-up interrupt to use generic wakeirq by Tony Lindgren · 9 years ago
  27. e03de74 mmc: omap_hsmmc: use generic slot-gpio isr to manage card detect pin by Andreas Fenkart · 9 years ago
  28. 11227d1 mmc: omap_hsmmc: simplify card/cover detect isr by Andreas Fenkart · 9 years ago
  29. b7a5646 ARM: OMAP2: HSMMC: explicit fields to declare cover/card detect pin by Andreas Fenkart · 9 years ago
  30. f57ba4c mmc: omap_hsmmc: stop using ->enable|disable() callbacks by NeilBrown · 9 years ago
  31. 3d3bbfb mmc: omap_hsmmc: add hibernation support by Russ Dill · 9 years ago
  32. cde592c mmc: omap_hsmmc: use distinctive code paths for cover / card detect logic by Andreas Fenkart · 9 years ago
  33. a49d835 mmc: omap_hsmmc: use slot-gpio functions to manage read-only pin directly by Andreas Fenkart · 9 years ago
  34. f048968 mmc: omap_hsmmc: remove unused fields from struct omap_hsmmc_host by Andreas Fenkart · 9 years ago
  35. fdb9de1 mmc: omap_hsmmc: use mmc_of_parse to parse common mmc configuration. by NeilBrown · 10 years ago
  36. 41afa314 mmc: omap_hsmmc: use slot-gpio library for gpio support. by NeilBrown · 10 years ago
  37. 61bd8a0 mmc: omap_hsmmc: remove prepare/complete system suspend support. by NeilBrown · 10 years ago
  38. 903101a mmc: omap_hsmmc: Fix UHS card with DDR50 support by Ulf Hansson · 10 years ago
  39. 80412ca mmc: omap_hsmmc: remove unused slot_id parameter by Andreas Fenkart · 10 years ago
  40. b5cd43f mmc: omap_hsmmc: Remove unnecessary callbacks from platform data by Andreas Fenkart · 10 years ago
  41. 1e363e3 mmc: omap_hsmmc: pass mmc_priv struct to gpio init / free by Andreas Fenkart · 10 years ago
  42. 326119c mmc: omap_hsmmc: remove unnecessary omap_hsmmc_slot_data indirection by Andreas Fenkart · 10 years ago
  43. bb09d15 mmc: omap_hsmmc: remove un-initialized callbacks from platform data by Andreas Fenkart · 10 years ago
  44. 5514343 ARM: OMAP1/2+: MMC: separate platform data for mmc and mmc hs driver by Andreas Fenkart · 10 years ago
  45. afd8c29 mmc: use .multi_io_quirk on omap_hsmmc by Kuninori Morimoto · 10 years ago
  46. 2137f5d mmc: remove .owner field for drivers using module_platform_driver by Peter Griffin · 10 years ago
  47. 455e5cd mmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x by Andreas Fenkart · 10 years ago
  48. 97978a4 mmc: omap_hsmmc: switch default/idle pinctrl states in runtime hooks by Andreas Fenkart · 10 years ago
  49. f945901 mmc: omap_hsmmc: abort runtime suspend if pending sdio irq detected by Andreas Fenkart · 10 years ago
  50. 5a52b08 mmc: omap_hsmmc: enable wakeup event for sdio OMAP4 by Balaji T K · 10 years ago
  51. bb0635f mmc: omap_hsmmc: Extend debugfs by SDIO IRQ handling, runtime state by Andreas Fenkart · 10 years ago
  52. 2cd3a2a mmc: omap_hsmmc: Enable SDIO interrupt by Andreas Fenkart · 10 years ago
  53. ee526d5 mmc: omap_hsmmc: split omap-dma header file by Balaji T K · 10 years ago
  54. 2177fa9 mmc: omap_hsmmc: fix cmd23 multiblock read/write by Balaji T K · 10 years ago
  55. 77fae21 mmc: omap_hsmmc: use devm_ioremap_resource by Balaji T K · 10 years ago
  56. 9fa0e05 mmc: omap_hsmmc: use devm_request_threaded_irq by Balaji T K · 10 years ago
  57. e1538ed mmc: omap_hsmmc: use devm_request_irq by Balaji T K · 10 years ago
  58. 9618195 mmc: omap_hsmmc: use devm_clk_get by Balaji T K · 10 years ago
  59. 5438ad9 mmc: omap: clarify DDR timing mode between SD-UHS and eMMC by Seungwon Jeon · 10 years ago
  60. a2e7715 mmc: omap_hsmmc: add autocmd23 support by Balaji T K · 11 years ago
  61. bf129e1 mmc: omap_hsmmc: add cmd23 support by Balaji T K · 11 years ago
  62. 9d02533 mmc: omap_hsmmc: split dma setup by Balaji T K · 11 years ago
  63. d4b2c37 mmc: omap_hsmmc: fix request done for sbc error case by Balaji T K · 11 years ago
  64. 6e3076c mmc: omap_hsmmc: save clock rate to use in interrupt context by Balaji T K · 11 years ago
  65. 4ea4223 mmc: omap_hsmmc: remove redundant reset done by Balaji T K · 10 years ago
  66. 19df45b mmc: omap_hsmmc: fix return error code for of_get_hsmmc_pdata by Balaji T K · 10 years ago
  67. 2cf171c mmc: omap_hsmmc: remove pbias workaround by Balaji T K · 11 years ago
  68. e99448f mmc: omap_hsmmc: adapt hsmmc to use pbias regulator by Balaji T K · 11 years ago
  69. 987fd49 mmc: omap_hsmmc: handle vcc and vcc_aux independently by Balaji T K · 11 years ago
  70. f2ddc1d mmc: omap_hsmmc: use devm_regulator API by Balaji T K · 11 years ago
  71. c9ae64d mmc: omap_hsmmc: support more DT properties by Daniel Mack · 11 years ago
  72. 59445b1 mmc: omap_hsmmc: Add support for quirky omap3 hsmmc controller by Nishanth Menon · 11 years ago
  73. b38313d mmc: omap_hsmmc: remove a duplicative test by Dan Carpenter · 11 years ago
  74. 3932afd mmc: omap: Remove redundant suspend and resume callbacks by Ulf Hansson · 11 years ago
  75. 6a6caac mmc: omap_hsmmc: remove unused no_off by Balaji T K · 11 years ago
  76. ed16418 mmc: omap_hsmmc: correct max value of clkd by Balaji T K · 11 years ago
  77. 1e88178 mmc: omap_hsmmc: fix timeout for cmd and data soft reset by Jianpeng Ma · 11 years ago
  78. 0a82e06 mmc: omap_hsmmc: context save and restore for DT by Tony Lindgren · 11 years ago
  79. e002264 mmc: omap_hsmmc: Fix pbias_disable for omap4 by Balaji T K · 11 years ago
  80. 7472bab mmc: omap_hsmmc: clear status flags before starting a new command by Francesco Lavra · 11 years ago
  81. 031cd03 mmc: omap_hsmmc: fix dependency on indirect header inclusion by Felipe Balbi · 11 years ago
  82. 113a87f mmc: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  83. 4a29b55 mmc: omap_hsmmc: Skip platform_get_resource_byname() for dt case by Santosh Shilimkar · 11 years ago
  84. d272fbf mmc: omap_hsmmc: convert to dma_request_slave_channel_compat by Matt Porter · 11 years ago
  85. cf5ae40 mmc: omap_hsmmc: Fix the DT pbias workaround for MMC controllers 2 to 5 by Tony Lindgren · 11 years ago
  86. dc642c2 mmc: omap_hsmmc: support deferred probing for GPIOs by Jan Luebbe · 12 years ago
  87. 8287361 Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  88. 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
  89. a7e9687 mmc: omap_hsmmc: Cleanup bitmap definitions of Interrupt Register by Venkatraman S · 12 years ago
  90. b1e056a mmc: omap_hsmmc: Convert critical failure reports to dev_err by Venkatraman S · 12 years ago
  91. a48ce88 mmc: omap_hsmmc: Introduce omap_hsmmc_prepare/complete by Felipe Balbi · 12 years ago
  92. cd58709 mmc: omap_hsmmc: Enable HSPE bit for high speed cards by Hebbar, Gururaja · 12 years ago
  93. dc7745b mmc: omap_hsmmc: Update error code for response_busy cmd by Balaji T K · 12 years ago
  94. 94d4f27 mmc: omap_hsmmc: No reset of cmd state machine for DCRC by Balaji T K · 12 years ago
  95. 25e1897 mmc: omap_hsmmc: Fix Oops in case of data errors by Balaji T K · 12 years ago
  96. f507251 mmc: omap_hsmmc: remove warning message for debounce clock by Balaji T K · 12 years ago
  97. d8714e8 mmc: omap_hsmmc: add DT property for max bus frequency by Daniel Mack · 12 years ago
  98. 46b7603 mmc: omap_hsmmc: claim pinctrl at probe time by Daniel Mack · 12 years ago
  99. 6e0ee71 mmc: remove use of __devexit by Bill Pemberton · 12 years ago
  100. c3be1ef mmc: remove use of __devinit by Bill Pemberton · 12 years ago