1. e92add2 mmc: core: Use device_property_read instead of of_property_read by David Woods · 7 years ago
  2. 6ae3e53 mmc: core: expose MMC_CAP2_NO_* to dt by Shawn Lin · 8 years ago
  3. ef29c0e mmc: core: add mmc-hs400-enhanced-strobe support by Shawn Lin · 8 years ago
  4. 7ff2760 mmc: core: Add a facility to "pause" re-tuning by Adrian Hunter · 8 years ago
  5. 5674a9b mmc: core: Convert from IDR to IDA for host indexes by Ulf Hansson · 8 years ago
  6. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  7. ccf7bfd mmc: core: enable mmc host device to suspend/resume asynchronously by Fu, Zhonghui · 9 years ago
  8. 8dede18 mmc: core: Refactor code to register the MMC PM notifier by Ulf Hansson · 9 years ago
  9. 0dbcdc0 mmc: core: enable support for the standard "wakeup-source" property by Sudeep Holla · 9 years ago
  10. 794f157 mmc: core: Add DT bindings for eMMC hardware reset support by Chaotian Jing · 9 years ago
  11. 9eadcc0 mmc: core: Remove MMC_CLKGATE by Ulf Hansson · 9 years ago
  12. 43934ec mmc: core: Don't return an error for CD/WP GPIOs when GPIOLIB is unset by Ulf Hansson · 9 years ago
  13. 90614cd mmc: host: use of_property_read_bool() by Sergei Shtylyov · 9 years ago
  14. 19f4424 mmc: dt: Allow to specify that no write protect signal is present by Lars-Peter Clausen · 9 years ago
  15. 6376f69 mmc: core: Add support for HS400 re-tuning by Adrian Hunter · 9 years ago
  16. dfa13eb mmc: host: Add facility to support re-tuning by Adrian Hunter · 9 years ago
  17. 3aa8793 mmc: core: Initial support for MMC power sequences by Ulf Hansson · 10 years ago
  18. df8aca1 mmc: slot-gpio: Rework how to handle allocation of slot-gpio data by Ulf Hansson · 10 years ago
  19. e2d1926 mmc: core: Free all resources for the class device at ->dev_release() by Ulf Hansson · 10 years ago
  20. 9116752 mmc: core: Return error at failure of request CD/WP in mmc_of_parse() by Ulf Hansson · 10 years ago
  21. a31b0c6 mmc: core: fix card detection regression by Kristina Martsenko · 10 years ago
  22. 89168b4 mmc: core: restore detect line inversion semantics by Linus Walleij · 10 years ago
  23. 98e90de mmc: host: switch OF parser to use gpio descriptors by Linus Walleij · 10 years ago
  24. 3d705d1 mmc: implement Driver Stage Register handling by Sascha Hauer · 10 years ago
  25. c373eb4 mmc: core: add DT bindings for eMMC HS400 1.8/1.2V by Seungwon Jeon · 10 years ago
  26. 97e18dc Merge tag 'mmc-updates-for-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 10 years ago
  27. 1c279f4 mmc: core: typo fix in printk specifier by Alexander Shiyan · 11 years ago
  28. 321bd41 mmc: core: Add DT bindings for eMMC HS200 1.8/1.2V by Jaehoon Chung · 11 years ago
  29. c0baf84 mmc: core: Add DT bindings for eMMC high-speed DDR 1.8/1.2V by Ulf Hansson · 11 years ago
  30. b66bd0e mmc: core: Add DT bindings for SD card's UHS bus speed modes by Ulf Hansson · 11 years ago
  31. 214fc30 mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd() by Laurent Pinchart · 11 years ago
  32. 5a36d6b mmc: core: Add DT-bindings for MMC_CAP2_FULL_PWR_CYCLE by Ulf Hansson · 11 years ago
  33. ec0a751 mmc: return mmc_of_parse() errors to caller by Simon Baatz · 11 years ago
  34. 803d9e0 mmc: convert to idr_alloc() by Tejun Heo · 12 years ago
  35. 2fdb6e2 mmc: add DT bindings for more MMC capability flags by Guennadi Liakhovetski · 12 years ago
  36. 6c56e7a mmc: provide a standard MMC device-tree binding parser centrally by Guennadi Liakhovetski · 12 years ago
  37. 3b07e9c workqueue: deprecate system_nrt[_freezable]_wq by Tejun Heo · 12 years ago
  38. d9adcc1 mmc: prohibit card detection when host is not ready by Guennadi Liakhovetski · 12 years ago
  39. a7d1a1e mmc: core: convert slot functions to managed allocation by Guennadi Liakhovetski · 12 years ago
  40. 27410ee mmc: core: use a more generic name for slot function types and fields by Guennadi Liakhovetski · 12 years ago
  41. 907d2e7 mmc: start removing enable / disable API by Adrian Hunter · 13 years ago
  42. c84f15a mmc: core: fix regression: set default clock gating delay to 0 by Guennadi Liakhovetski · 13 years ago
  43. 4137e50 mmc: core: Fixup delayed work clock gating patch by Stephen Boyd · 13 years ago
  44. 597dd9d79 mmc: core: Use delayed work in clock gating framework by Sujit Reddy Thumma · 13 years ago
  45. 5c7f0e0 Revert "mmc: enable runtime PM by default" by Ohad Ben-Cohen · 13 years ago
  46. 3ef77af mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required by Paul Gortmaker · 13 years ago
  47. 08da834 mmc: enable runtime PM by default by Daniel Drake · 13 years ago
  48. 50a50f9 mmc: core: use non-reentrant workqueue for clock gating by Mika Westerberg · 13 years ago
  49. 08c1407 mmc: rename mmc_host_clk_{ungate|gate} to mmc_host_clk_{hold|release} by Mika Westerberg · 13 years ago
  50. 8c1c77f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc by Linus Torvalds · 13 years ago
  51. f317dfe mmc: core: fix memory leak in mmc_add_host by Wolfram Sang · 13 years ago
  52. 86f315b Revert "mmc: fix a race between card-detect rescan and clock-gate work instances" by Chris Ball · 13 years ago
  53. 26fc877 mmc: fix a race between card-detect rescan and clock-gate work instances by Guennadi Liakhovetski · 13 years ago
  54. db99350 mmc: add MMC_QUIRK_BROKEN_CLK_GATING by Pierre Tardy · 14 years ago
  55. c288b85 mmc: check for > 1 clk_requests when disabling gating by Linus Walleij · 14 years ago
  56. 0456683 mmc: Aggressive clock gating framework by Linus Walleij · 14 years ago
  57. a36274e mmc: Remove distinction between hw and phys segments by Martin K. Petersen · 14 years ago
  58. 81ca03a mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y by Uwe Kleine-König · 14 years ago
  59. 4c2ef25 mmc: fix all hangs related to mmc/sd card insert/removal during suspend/resume by Maxim Levitsky · 14 years ago
  60. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  61. 8ea926b mmc: add 'enable' and 'disable' methods to mmc host by Adrian Hunter · 15 years ago
  62. d1b2686 mmc: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  63. 6edd8ee mmc: Export internal host state through debugfs by Haavard Skinnemoen · 16 years ago
  64. ff3112f mmc: set controller name early by Pierre Ossman · 17 years ago
  65. 77f1fd6 mmc: use correct unregister function for led trigger by Pierre Ossman · 17 years ago
  66. af8350c mmc: add led trigger by Pierre Ossman · 17 years ago
  67. 17b759a sdio: add interface for host side SDIO interrupt reporting by Nicolas Pitre · 17 years ago
  68. be760a9 drivers/mmc/core/host.c: kmalloc + memset conversion to kzalloc by Mariusz Kozlowski · 17 years ago
  69. 67a61c4 mmc: update kerneldoc by Pierre Ossman · 17 years ago
  70. b93931a mmc: refactor host class handling by Pierre Ossman · 17 years ago