1. 9d731e7 Revert "mmc: tmio-mmc: Remove .set_pwr() callback from platform data" by Chris Ball · 11 years ago
  2. 3af9d15 mmc: tmio-mmc: Remove .set_pwr() callback from platform data by Laurent Pinchart · 11 years ago
  3. 2b63b34 mmc: tmio-mmc: Remove .get_cd() callback from platform data by Laurent Pinchart · 11 years ago
  4. 214fc30 mmc: slot-gpio: Add debouncing capability to mmc_gpio_request_cd() by Laurent Pinchart · 11 years ago
  5. 6d1d6b4 mmc: tmio: fix compiler warning by Guennadi Liakhovetski · 11 years ago
  6. 274a752 mmc: tmio-mmc: handle mmc_of_parse() errors during probe by Simon Baatz · 11 years ago
  7. b9ec274 mmc: tmio: reset the controller after power-up by Guennadi Liakhovetski · 11 years ago
  8. e83b7a8 mmc: tmio: fix unbalanced power-on calls with clock-gating enabled by Guennadi Liakhovetski · 11 years ago
  9. b22ffdc mmc: tmio: postpone controller reset during resume by Guennadi Liakhovetski · 12 years ago
  10. 619b08d mmc: tmio: add support for the VccQ regulator by Guennadi Liakhovetski · 12 years ago
  11. 5a00a97 mmc: tmio-mmc: parse device-tree bindings by Guennadi Liakhovetski · 12 years ago
  12. 7b95213 mmc: sdhi, tmio: only check flags in tmio-mmc driver proper by Guennadi Liakhovetski · 12 years ago
  13. 164cda5 mmc: remove unncessary mmc_gpio_free_cd() call from slot-gpio users by Shawn Guo · 12 years ago
  14. c3be1ef mmc: remove use of __devinit by Bill Pemberton · 12 years ago
  15. 3071caf mmc: tmio: use generic GPIO CD and WP handlers by Guennadi Liakhovetski · 13 years ago
  16. 02cb322 mmc: tmio: support caps2 flags by Guennadi Liakhovetski · 13 years ago
  17. 944640d mmc: tmio: remove a duplicated comment line by Guennadi Liakhovetski · 12 years ago
  18. b958a67 mmc: tmio: add regulator support by Guennadi Liakhovetski · 12 years ago
  19. 8c102a9 mmc: tmio: add callbacks to enable-update and disable the interface clock by Guennadi Liakhovetski · 12 years ago
  20. e0337cc mmc: tmio: don't needlessly enable interrupts during probing by Guennadi Liakhovetski · 12 years ago
  21. 6de707f mmc: tmio: Don't access hardware registers after stopping clocks by Laurent Pinchart · 12 years ago
  22. fd0ea65 mmc: extend and rename cd-gpio helpers to handle more slot GPIO functions by Guennadi Liakhovetski · 13 years ago
  23. 0f506a9 mmc: tmio: use MMC opcode defines instead of numbers by Guennadi Liakhovetski · 12 years ago
  24. 4932bd6 mmc: tmio: cosmetic: prettify the tmio_mmc_set_ios() function by Guennadi Liakhovetski · 13 years ago
  25. 5bd99c3 mmc: tmio_mmc: remove unused sdio_irq_enabled flag by Guennadi Liakhovetski · 13 years ago
  26. c391e1b mmc: tmio_mmc: power status flag doesn't have to be exposed in platform data by Guennadi Liakhovetski · 13 years ago
  27. c8be24c mmc: tmio_mmc: support the generic MMC GPIO card hotplug helper by Guennadi Liakhovetski · 13 years ago
  28. 2b1ac5c mmc: tmio: calculate the native hotplug condition only once by Guennadi Liakhovetski · 13 years ago
  29. e23cd53 mmc: tmio_mmc: do not enable card hotplug interrupts, if unused by Guennadi Liakhovetski · 13 years ago
  30. 59fb53e Merge branch 'pm-qos' by Rafael J. Wysocki · 13 years ago
  31. c419e61 tmio_mmc / PM: Use PM QoS latency constraint by Rafael J. Wysocki · 13 years ago
  32. e3de2be mmc: tmio_mmc: fix card eject during IO with DMA by Guennadi Liakhovetski · 13 years ago
  33. cbb18b3 mmc: tmio_mmc: Hotplug code regrouping by Bastian Hecht · 13 years ago
  34. f6b8b52 mmc: tmio: fix clock gating on platforms with a .set_pwr() method by Guennadi Liakhovetski · 13 years ago
  35. a3c76eb mmc: replace printk with appropriate display macro by Girish K S · 13 years ago
  36. 7729c7a mmc: tmio: Provide separate interrupt handlers by Simon Horman · 13 years ago
  37. 54680fe mmc: tmio: Cache interrupt masks by Simon Horman · 13 years ago
  38. 162f43e mmc: tmio: fix a deadlock by Guennadi Liakhovetski · 13 years ago
  39. 71d111c mmc: tmio: maximize power saving by Guennadi Liakhovetski · 13 years ago
  40. b9269fd mmc: tmio: fix recursive spinlock, don't schedule with interrupts disabled by Guennadi Liakhovetski · 13 years ago
  41. e312eb1 mmc: tmio: Fix race condition resulting in spurious interrupts by Paul Parsons · 14 years ago
  42. a11862d mmc: tmio: Share register access functions by Simon Horman · 13 years ago
  43. 7d8b4c2 mmc: tmio: fix regression in TMIO_MMC_WRPROTECT_DISABLE handling by Guennadi Liakhovetski · 13 years ago
  44. 7311bef mmc: tmio: runtime suspend the controller, where possible by Guennadi Liakhovetski · 14 years ago
  45. 8e7bfdb mmc: tmio/sdhi: break out interrupt request/free by Magnus Damm · 14 years ago
  46. df3ef2d mmc: protect the tmio_mmc driver against a theoretical race by Guennadi Liakhovetski · 14 years ago
  47. e6ee718 mmc: Add runtime and system-wide PM to the TMIO MMC driver by Guennadi Liakhovetski · 14 years ago
  48. c919c2a mmc: tmio: fix .set_ios(MMC_POWER_UP) handling by Guennadi Liakhovetski · 14 years ago
  49. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  50. cba179a mmc: tmio_mmc: Move some defines into a shared header by Simon Horman · 14 years ago
  51. 5fd0157 mmc: tmio: support aggressive clock gating by Guennadi Liakhovetski · 14 years ago
  52. a7edbe3 mmc: tmio: fix power-mode interpretation by Guennadi Liakhovetski · 14 years ago
  53. d9b0342 mmc: tmio: remove work-around for unmasked SDIO interrupts by Guennadi Liakhovetski · 14 years ago
  54. 69d1fe1 mmc: tmio: only access registers above 0xff, if available by Guennadi Liakhovetski · 14 years ago
  55. b614749 mmc: tmio: split core functionality, DMA and MFD glue by Guennadi Liakhovetski · 14 years ago