1. 2b33099 mmc: sdhci-pltfm: Convert to use the SET_SYSTEM_SLEEP_PM_OPS by Ulf Hansson · 8 years ago
  2. 21b8fe0 mmc: sdhci-pltfm: Make sdhci_pltfm_suspend|resume() static by Ulf Hansson · 8 years ago
  3. 5c59065 mmc: sdhci-pltfm: call platform_get_irq() before sdhci_alloc_host() by Masahiro Yamada · 8 years ago
  4. 378382b mmc: sdhci-pltfm: move devm_ioremap_resource() up by Masahiro Yamada · 8 years ago
  5. e30568d mmc: sdhci-pltfm: use devm_ioremap_resource() by Masahiro Yamada · 8 years ago
  6. 6113d81 mmc: sdhci-pltfm: use devm_ioremap() by Masahiro Yamada · 8 years ago
  7. e95f644 mmc: sdhci-pltfm: use devm_request_mem_region() by Masahiro Yamada · 8 years ago
  8. 0a782cb mmc: sdhci-pltfm: check return value of platform_get_irq() by Masahiro Yamada · 8 years ago
  9. 0b2ed79 mmc: sdhci-pltfm: drop error message for too small MMIO resource size by Masahiro Yamada · 8 years ago
  10. 0dbcdc0 mmc: core: enable support for the standard "wakeup-source" property by Sudeep Holla · 9 years ago
  11. e02b9d7 mmc: sdhci-pltfm: Use of_property_read_u32 instead of open-coding it by Tobias Klauser · 9 years ago
  12. 5ec3582 mmc: sdhci-pltfm: remove the unneeded check of disabled device by Kevin Hao · 9 years ago
  13. 83eacdf mmc: sdhci: disable the clock in sdhci_pltfm_unregister() by Kevin Hao · 9 years ago
  14. 45c19e2 mmc: sdhci-pltfm: Do not use parent as the host's device by Pawel Moll · 10 years ago
  15. 96d7b78 mmc: sdhci: convert sdhci_set_uhs_signaling() into a library function by Russell King · 10 years ago
  16. 1771059 mmc: sdhci: convert sdhci_set_clock() into a library function by Russell King · 10 years ago
  17. 03231f9 mmc: sdhci: convert reset into a library function by Russell King · 10 years ago
  18. 2317f56 mmc: sdhci: convert generic bus width setup to library function by Russell King · 10 years ago
  19. d433dc6 mmc: sdhci-pltfm: export pltfm suspend/resume api by Dong Aisheng · 11 years ago
  20. 0e74823 mmc: sdhci: Add size for caller in init+register by Christian Daudt · 11 years ago
  21. 113a87f mmc: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  22. ad82ab6 mmc: sdhci-pltfm: Allow drivers to set quirks2 from platform data by Al Cooper · 11 years ago
  23. c915568 mmc: sdhci: Constify sdhci_ops structs where possible by Lars-Peter Clausen · 11 years ago
  24. 1db5eeb mmc: sdhci_pltfm: Constify sdhci_pltfm_data by Lars-Peter Clausen · 11 years ago
  25. 4590205b mmc: sdhci-pltfm: Fix timeout on t4240's sdhci controller by Chunhe Lan · 11 years ago
  26. d005d94 mmc: sdhci-pltfm: Add a common clk API implementation of get_timeout_clock by Lars-Peter Clausen · 11 years ago
  27. 8ed765a mmc: dt: add no-1-8-v device tree flag by Daniel Drake · 12 years ago
  28. f5ccfd4 mmc: sdhci-pltfm: Support optional pm properties by Abhilash Kesavan · 12 years ago
  29. 63ef5d8 mmc: sdhci-of-esdhc: disable CMD23 for some Freescale SoCs by Jerry Huang · 12 years ago
  30. 38ca724 mmc: dt: Support "broken-cd" property in sdhci-pltfm by Chris Ball · 12 years ago
  31. 7f21779 mmc: dt: Consolidate DT bindings by Arnd Bergmann · 12 years ago
  32. 147c3b3 mmc: esdhc: set the timeout to the max value by Jerry Huang · 12 years ago
  33. 81e4992 mmc: esdhc: add PIO mode support by Jerry Huang · 12 years ago
  34. 29495aa mmc: sdhci: remove "state" argument from sdhci_suspend_host by Manuel Lauss · 13 years ago
  35. 88b4767 mmc: Add module.h to drivers/mmc users assuming implicit presence. by Paul Gortmaker · 13 years ago
  36. a4d2177 mmc: sdhci-pltfm: dt device does not pass parent to sdhci_alloc_host by Shawn Guo · 13 years ago
  37. f0de836 mmc: sdhci: change sdhci-pltfm into a module by Shawn Guo · 13 years ago
  38. 38576af mmc: sdhci: make sdhci-of device drivers self registered by Shawn Guo · 13 years ago
  39. 85d6509 mmc: sdhci: make sdhci-pltfm device drivers self registered by Shawn Guo · 13 years ago
  40. 03d2bfc mmc: add sdhci-tegra driver for Tegra SoCs by Olof Johansson · 13 years ago
  41. 985b1aa mmc: Add support for the Marvell Dove SDHCI controller by Mike Rapoport · 14 years ago
  42. 95f25ef mmc: sdhci-pltfm: add -pltfm driver for imx35/51 by Wolfram Sang · 14 years ago
  43. 012994f mmc: sdhci_pltfm: pass more data on custom init call by Wolfram Sang · 14 years ago
  44. d3b993d mmc: sdhci-pltfm: move .h file into appropriate subdir by Wolfram Sang · 14 years ago
  45. 4b711cb mmc: sdhci-pltfm: Add structure for host-specific data by Wolfram Sang · 14 years ago
  46. be8ae09 mmc: sdhci-pltfm: add suspend/resume functions by Giuseppe Cavallaro · 14 years ago
  47. 20b1597b sdhci-pltfm: add support for CNS3xxx SoC devices by Anton Vorontsov · 14 years ago
  48. 515033f sdhci-pltfm: switch to module device table matching by Anton Vorontsov · 14 years ago
  49. e632c45 sdhci-pltfm: do not print errors in case of an extended iomem size by Anton Vorontsov · 14 years ago
  50. a7626b7 sdhci-pltfm: implement platform data passing by Anton Vorontsov · 14 years ago
  51. a3456a2 sdhci: platform driver for SDHCI by Richard Röjfors · 15 years ago