1. 113a87f mmc: remove unnecessary platform_set_drvdata() by Jingoo Han · 11 years ago
  2. 6e0ee71 mmc: remove use of __devexit by Bill Pemberton · 12 years ago
  3. c3be1ef mmc: remove use of __devinit by Bill Pemberton · 12 years ago
  4. 0433c14 mmc: remove use of __devexit_p by Bill Pemberton · 12 years ago
  5. d1f81a6 mmc: convert drivers/mmc/host/* to use module_platform_driver() by Axel Lin · 13 years ago
  6. d9618e9 mmc: irq: Remove IRQF_DISABLED by Yong Zhang · 13 years ago
  7. 4906baf mmc: tmio: eliminate unused variable 'mmc' warning by Axel Lin · 13 years ago
  8. ec71974 mmc: Use device platform_data to retrieve tmio_mmc platform bits by Samuel Ortiz · 13 years ago
  9. 8e7bfdb mmc: tmio/sdhi: break out interrupt request/free by Magnus Damm · 13 years ago
  10. e6ee718 mmc: Add runtime and system-wide PM to the TMIO MMC driver by Guennadi Liakhovetski · 13 years ago
  11. b614749 mmc: tmio: split core functionality, DMA and MFD glue by Guennadi Liakhovetski · 13 years ago
  12. 5f52c35 mmc: tmio: use PIO for short transfers by Guennadi Liakhovetski · 13 years ago
  13. 51fc7b2 mmc: tmio-mmc: Improve DMA stability on sh-mobile by Guennadi Liakhovetski · 13 years ago
  14. 944dc03 tmio: Silence warnings introduced by mfd changes by Andres Salomon · 13 years ago
  15. 4f95bf4 mmc: Use mfd_data instead of driver_data for tmio-mmc by Andres Salomon · 14 years ago
  16. d24f36d mfd: mfd_cell is now implicitly available to asic3 drivers by Andres Salomon · 14 years ago
  17. 860cfe7 mmc: tmio: fix address in kunmap_atomic() calls by Guennadi Liakhovetski · 13 years ago
  18. 449bdc2 mmc: tmio_mmc: use dmaengine helpers, drop submit check by Linus Walleij · 14 years ago
  19. 3383433 mmc: tmio_mmc: drop dma_sglen state variable by Linus Walleij · 14 years ago
  20. d7554ca mmc: tmio_mmc: unmap with the proper sglen by Linus Walleij · 14 years ago
  21. 2dc7ddc mmc: tmio_mmc: map DMA buffers on the DMA engine device by Linus Walleij · 14 years ago
  22. a803d7f mmc: tmio_mmc: Improve readability of the output of pr_debug_status() by Simon Horman · 14 years ago
  23. 2bd6a93 mmc: tmio_mmc: fix CMD irq handling by Arnd Hannemann · 14 years ago
  24. 6ff56e0 mmc: tmio_mmc: handle missing HW interrupts by Arnd Hannemann · 14 years ago
  25. 845ecd2 mmc: tmio_mmc: implement SDIO IRQ support by Arnd Hannemann · 14 years ago
  26. eba4603 mmc: tmio_mmc: silence compiler warnings by Arnd Hannemann · 14 years ago
  27. 9317305 mmc: tmio_mmc: implement a bounce buffer for unaligned DMA by Guennadi Liakhovetski · 14 years ago
  28. e0bc6ff mmc: tmio_mmc: merge the private header into the driver by Guennadi Liakhovetski · 14 years ago
  29. ef17fee mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failure by Guennadi Liakhovetski · 14 years ago
  30. 729b0c7 mmc: tmio_mmc: allow multi-element scatter-gather lists by Guennadi Liakhovetski · 14 years ago
  31. f1334fb mmc: Allow 2 byte requests in 4-bit mode for tmio_mmc by Yusuke Goda · 14 years ago
  32. 19ca750 mmc: Allow the tmio_mmc mfd driver to specify get_cd handler by Arnd Hannemann · 14 years ago
  33. 5600efb mmc: fix the use of kunmap_atomic() in tmio_mmc.h by Guennadi Liakhovetski · 14 years ago
  34. 1a13f8f mmc: remove the "state" argument to mmc_suspend_host() by Matt Fleming · 14 years ago
  35. a2b14dc mmc: let MFD's provide supported Vdd card voltages to tmio_mmc by Guennadi Liakhovetski · 14 years ago
  36. ac8fb3e tmio: add a platform flag to disable card write-protection detection by Guennadi Liakhovetski · 14 years ago
  37. 311f3ac mmc: add DMA support to tmio_mmc driver, when used on SuperH by Guennadi Liakhovetski · 14 years ago
  38. 7ee422d tmio_mmc: Balance cell enable()/disable() calls by Magnus Damm · 15 years ago
  39. 6d9af5af tmio_mmc: Use 100ms mmc_detect_change() delay by Magnus Damm · 15 years ago
  40. b741d44 tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2 by Yusuke Goda · 15 years ago
  41. 64e8867 mfd: tmio_mmc hardware abstraction for CNF area by Ian Molton · 15 years ago
  42. 14f1b75 mmc: let tmio-mmc use dev_name() with request_irq() by Magnus Damm · 15 years ago
  43. e6f2c7a tmio_mmc: allow compilation for ASIC3 by Philipp Zabel · 15 years ago
  44. da46a0b tmio_mmc: fix clock setup by Ian Molton · 15 years ago
  45. 544f277 tmio_mmc: map SD control registers after enabling the MFD cell by Philipp Zabel · 15 years ago
  46. d6c9b5e tmio_mmc: correct probe return value for num_resources != 3 by Philipp Zabel · 15 years ago
  47. 6c413cc tmio_mmc: don't use set_irq_type by Philipp Zabel · 15 years ago
  48. 5e74672 tmio_mmc: add bus_shift support by Philipp Zabel · 15 years ago
  49. f0e46cc MFD,mmc: tmio_mmc: make HCLK configurable by Philipp Zabel · 15 years ago
  50. bedcc45 tmio_mmc: Fix use after free in remove() by Magnus Damm · 15 years ago
  51. bc6772a tmio_mmc: Fix one off, use resource_size() in probe() by Magnus Damm · 15 years ago
  52. a0d045c drivers/mmc: Move a dereference below a NULL test by Julia Lawall · 16 years ago
  53. 4a48998 mfd: TMIO MMC driver by Ian Molton · 16 years ago