1. dfb654f mmc: omap_hsmmc: Revert special init for wl1251 by H. Nikolaus Schaller · 3 years, 2 months ago
  2. 8c2db34 dt-bindings: mmc: update mmc-card.yaml reference by Mauro Carvalho Chehab · 3 years, 3 months ago
  3. c88cb98 mmc: omap_hsmmc: Make use of the helper macro SET_RUNTIME_PM_OPS() by Cai Huoqing · 3 years, 4 months ago
  4. eab234f mmc: omap_hsmmc: Simplify bool comparison and conversion by Yang Li · 4 years ago
  5. 21b2cec mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4 by Douglas Anderson · 4 years, 4 months ago
  6. 77811ffa mmc: omap-hsmmc: remove redundant null check by Xu Wang · 4 years, 4 months ago
  7. 1be64c7 mmc: host: Drop redundant MMC_CAP_ERASE by Ulf Hansson · 4 years, 8 months ago
  8. 9f888b5 mmc: omap_hsmmc: Convert to pinctrl_select_default_state() by Ulf Hansson · 5 years ago
  9. 4d219f4 mmc: host: omap-hsmmc: remove init_card pdata callback from pdata by H. Nikolaus Schaller · 5 years ago
  10. f6498b9 mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of pandora_wl1251_init_card by H. Nikolaus Schaller · 5 years ago
  11. 7fc13b8 mmc: omap_hsmmc: Use dev_get_drvdata() by Kefeng Wang · 6 years ago
  12. 01e421f Merge branch 'fixes' into next by Ulf Hansson · 6 years ago
  13. 0b47979 mmc: omap_hsmmc: fix DMA API warning by Russell King · 6 years ago
  14. 8ceb294 mmc: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  15. e63201f mmc: omap_hsmmc: Delete platform data GPIO CD and WP by Linus Walleij · 6 years ago
  16. 7838a8d mmc: omap_hsmmc: Kill off cover detection by Linus Walleij · 6 years ago
  17. 3c398f3 mmc: omap_hsmmc: fix wakeirq handling on removal by Andreas Kemnade · 6 years ago
  18. 3b649a7 mmc: omap_hsmmc: catch all errors when getting regulators by Wolfram Sang · 7 years ago
  19. 66162be mmc: host: omap_hsmmc: Remove setting PBIAS voltage by Kishon Vijay Abraham I · 7 years ago
  20. 9442400 mmc: omap_hsmmc: Reduce max_segs for reliability by Will Newton · 8 years ago
  21. 6bba406 mmc: omap_hsmmc: constify dev_pm_ops structures by Arvind Yadav · 8 years ago
  22. ac2b211 mmc: host: omap_hsmmc: Add CMD23 capability to omap_hsmmc driver by Kishon Vijay Abraham I · 7 years ago
  23. 36acbd9 mmc: host: omap_hsmmc: remove unused platform callbacks by Faiz Abbas · 7 years ago
  24. 13ab2a6 mmc: host: omap_hsmmc: use mmc_regulator_get_supply() to get regulators by Kishon Vijay Abraham I · 8 years ago
  25. 86d79da mmc: host: omap_hsmmc: Do not initialize MMC regulators to NULL on error by Kishon Vijay Abraham I · 8 years ago
  26. ec5ab89 mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR() by Dan Carpenter · 8 years ago
  27. feeef09 mmc: use new core function mmc_get_dma_dir by Heiner Kallweit · 8 years ago
  28. a53210f mmc: host: omap_hsmmc: avoid possible overflow of timeout value by Ravikumar Kattekola · 8 years ago
  29. 8cc9a3e mmc: host: omap_hsmmc: use generic_cmd6_time to program timeout value for CMD6 by Kishon Vijay Abraham I · 8 years ago
  30. 24380dd mmc: host: omap_hsmmc: reset cmd line on ceb error by Ravikumar Kattekola · 8 years ago
  31. d3c6aac mmc: delete is_first_req parameter from pre-request callback by Linus Walleij · 8 years ago
  32. e578960 mmc: omap_hsmmc: Initialize dma_slave_config to avoid random data by Peter Ujfalusi · 8 years ago
  33. 81eef6c mmc: omap_hsmmc: Use dma_request_chan() for requesting DMA channel by Peter Ujfalusi · 9 years ago
  34. db863d8 mmc: omap_hsmmc: Check if MMC slot name is passed in pdata by Tony Lindgren · 9 years ago
  35. 5d7435f mmc: omap_hsmmc: Remove redundant runtime PM calls by Ulf Hansson · 9 years ago
  36. 1ca4d35 mmc: omap_hsmmc: pass omap_hsmmc_host pointer directly by Andreas Fenkart · 9 years ago
  37. 358399f mmc: omap_hsmmc: don't print uninitialized variables by Arnd Bergmann · 9 years ago
  38. 9143757 mmc: host: omap_hsmmc: add a verbose print to enable CONFIG_REGULATOR_PBIAS by Kishon Vijay Abraham I · 9 years ago
  39. 814a3c0 mmc: omap_hsmmc: Fix PM regression with deferred probe for pm_runtime_reinit by Tony Lindgren · 9 years ago
  40. dc28562 mmc: omap_hsmmc: No need to check DMA channel validity at module remove by Peter Ujfalusi · 9 years ago
  41. 123e20b mmc: host: omap_hsmmc: Fix MMC for omap3 legacy booting by Tony Lindgren · 9 years ago
  42. bb2726b Revert "mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status" by Tony Lindgren · 9 years ago
  43. 987e05c mmc: host: omap_hsmmc: remove CONFIG_REGULATOR check by Kishon Vijay Abraham I · 9 years ago
  44. 1d17f30 mmc: host: omap_hsmmc: use ios->vdd for setting vmmc voltage by Kishon Vijay Abraham I · 9 years ago
  45. c55d7a0 mmc: host: omap_hsmmc: use regulator_is_enabled to find pbias status by Kishon Vijay Abraham I · 9 years ago
  46. 3f77f70 mmc: host: omap_hsmmc: enable/disable vmmc_aux regulator based on previous state by Kishon Vijay Abraham I · 9 years ago
  47. c8518ef mmc: host: omap_hsmmc: don't use ->set_power to set initial regulator state by Kishon Vijay Abraham I · 9 years ago
  48. 97fe7e5 mmc: host: omap_hsmmc: avoid pbias regulator enable on power off by Kishon Vijay Abraham I · 9 years ago
  49. ec85c95 mmc: host: omap_hsmmc: add separate function to set pbias by Kishon Vijay Abraham I · 9 years ago
  50. 2a17f84 mmc: host: omap_hsmmc: add separate functions for enable/disable supply by Kishon Vijay Abraham I · 9 years ago
  51. 229f329 mmc: host: omap_hsmmc: return error if any of the regulator APIs fail by Kishon Vijay Abraham I · 9 years ago
  52. ef62b8b mmc: host: omap_hsmmc: remove unnecessary pbias set_voltage by Kishon Vijay Abraham I · 9 years ago
  53. aa9a680 mmc: host: omap_hsmmc: use mmc_host's vmmc and vqmmc by Kishon Vijay Abraham I · 9 years ago
  54. b49069f mmc: host: omap_hsmmc: use the ocrmask provided by the vmmc regulator by Kishon Vijay Abraham I · 9 years ago
  55. c299dc3 mmc: host: omap_hsmmc: cleanup omap_hsmmc_reg_get() by Kishon Vijay Abraham I · 9 years ago
  56. 6a9b2ff mmc: host: omap_hsmmc: return on fatal errors from omap_hsmmc_reg_get by Kishon Vijay Abraham I · 9 years ago
  57. 7d607f9 mmc: host: omap_hsmmc: use devm_regulator_get_optional() for vmmc by Kishon Vijay Abraham I · 9 years ago
  58. 4c06654c mmc: omap_hsmmc: regulator automatically released by devm by Andreas Fenkart · 9 years ago
  59. f7f0f03 mmc: omap_hsmmc: call omap_hsmmc_set_power directly by Andreas Fenkart · 9 years ago
  60. 5027cd1 mmc: omap_hsmmc: Handle BADA, DEB and CEB interrupts by Vignesh R · 10 years ago
  61. 408806f mmc: omap_hsmmc: Fix DTO and DCRC handling by Kishon Vijay Abraham I · 10 years ago
  62. 5b83b22 mmc: omap_hsmmc: Change wake-up interrupt to use generic wakeirq by Tony Lindgren · 10 years ago
  63. e03de74 mmc: omap_hsmmc: use generic slot-gpio isr to manage card detect pin by Andreas Fenkart · 10 years ago
  64. 11227d1 mmc: omap_hsmmc: simplify card/cover detect isr by Andreas Fenkart · 10 years ago
  65. b7a5646 ARM: OMAP2: HSMMC: explicit fields to declare cover/card detect pin by Andreas Fenkart · 10 years ago
  66. f57ba4c mmc: omap_hsmmc: stop using ->enable|disable() callbacks by NeilBrown · 10 years ago
  67. 3d3bbfb mmc: omap_hsmmc: add hibernation support by Russ Dill · 10 years ago
  68. cde592c mmc: omap_hsmmc: use distinctive code paths for cover / card detect logic by Andreas Fenkart · 10 years ago
  69. a49d835 mmc: omap_hsmmc: use slot-gpio functions to manage read-only pin directly by Andreas Fenkart · 10 years ago
  70. f048968 mmc: omap_hsmmc: remove unused fields from struct omap_hsmmc_host by Andreas Fenkart · 10 years ago
  71. fdb9de1 mmc: omap_hsmmc: use mmc_of_parse to parse common mmc configuration. by NeilBrown · 10 years ago
  72. 41afa314 mmc: omap_hsmmc: use slot-gpio library for gpio support. by NeilBrown · 10 years ago
  73. 61bd8a0 mmc: omap_hsmmc: remove prepare/complete system suspend support. by NeilBrown · 10 years ago
  74. 903101a mmc: omap_hsmmc: Fix UHS card with DDR50 support by Ulf Hansson · 10 years ago
  75. 80412ca mmc: omap_hsmmc: remove unused slot_id parameter by Andreas Fenkart · 10 years ago
  76. b5cd43f mmc: omap_hsmmc: Remove unnecessary callbacks from platform data by Andreas Fenkart · 10 years ago
  77. 1e363e3 mmc: omap_hsmmc: pass mmc_priv struct to gpio init / free by Andreas Fenkart · 10 years ago
  78. 326119c mmc: omap_hsmmc: remove unnecessary omap_hsmmc_slot_data indirection by Andreas Fenkart · 10 years ago
  79. bb09d15 mmc: omap_hsmmc: remove un-initialized callbacks from platform data by Andreas Fenkart · 10 years ago
  80. 55143438 ARM: OMAP1/2+: MMC: separate platform data for mmc and mmc hs driver by Andreas Fenkart · 10 years ago
  81. afd8c29 mmc: use .multi_io_quirk on omap_hsmmc by Kuninori Morimoto · 10 years ago
  82. 2137f5d mmc: remove .owner field for drivers using module_platform_driver by Peter Griffin · 10 years ago
  83. 455e5cd mmc: omap_hsmmc: Pin remux workaround to support SDIO interrupt on AM335x by Andreas Fenkart · 11 years ago
  84. 97978a4 mmc: omap_hsmmc: switch default/idle pinctrl states in runtime hooks by Andreas Fenkart · 11 years ago
  85. f945901 mmc: omap_hsmmc: abort runtime suspend if pending sdio irq detected by Andreas Fenkart · 11 years ago
  86. 5a52b08 mmc: omap_hsmmc: enable wakeup event for sdio OMAP4 by Balaji T K · 11 years ago
  87. bb0635f mmc: omap_hsmmc: Extend debugfs by SDIO IRQ handling, runtime state by Andreas Fenkart · 11 years ago
  88. 2cd3a2a mmc: omap_hsmmc: Enable SDIO interrupt by Andreas Fenkart · 11 years ago
  89. ee526d5 mmc: omap_hsmmc: split omap-dma header file by Balaji T K · 11 years ago
  90. 2177fa9 mmc: omap_hsmmc: fix cmd23 multiblock read/write by Balaji T K · 11 years ago
  91. 77fae21 mmc: omap_hsmmc: use devm_ioremap_resource by Balaji T K · 11 years ago
  92. 9fa0e05 mmc: omap_hsmmc: use devm_request_threaded_irq by Balaji T K · 11 years ago
  93. e1538ed mmc: omap_hsmmc: use devm_request_irq by Balaji T K · 11 years ago
  94. 9618195 mmc: omap_hsmmc: use devm_clk_get by Balaji T K · 11 years ago
  95. 5438ad9 mmc: omap: clarify DDR timing mode between SD-UHS and eMMC by Seungwon Jeon · 11 years ago
  96. a2e7715 mmc: omap_hsmmc: add autocmd23 support by Balaji T K · 11 years ago
  97. bf129e1 mmc: omap_hsmmc: add cmd23 support by Balaji T K · 11 years ago
  98. 9d02533 mmc: omap_hsmmc: split dma setup by Balaji T K · 11 years ago
  99. d4b2c37 mmc: omap_hsmmc: fix request done for sbc error case by Balaji T K · 11 years ago
  100. 6e3076c mmc: omap_hsmmc: save clock rate to use in interrupt context by Balaji T K · 11 years ago