| Commit message (Expand) | Author | Age | Files | Lines |
* | mmc: convert drivers/mmc/host/* to use module_platform_driver() | Axel Lin | 2012-01-11 | 1 | -13/+1 |
* | mmc: irq: Remove IRQF_DISABLED | Yong Zhang | 2011-10-26 | 1 | -2/+2 |
* | mmc: tmio: eliminate unused variable 'mmc' warning | Axel Lin | 2011-08-13 | 1 | -2/+0 |
* | mmc: Use device platform_data to retrieve tmio_mmc platform bits | Samuel Ortiz | 2011-05-26 | 1 | -1/+1 |
* | mmc: tmio/sdhi: break out interrupt request/free | Magnus Damm | 2011-05-24 | 1 | -3/+18 |
* | mmc: Add runtime and system-wide PM to the TMIO MMC driver | Guennadi Liakhovetski | 2011-05-24 | 1 | -7/+4 |
* | mmc: tmio: split core functionality, DMA and MFD glue | Guennadi Liakhovetski | 2011-03-25 | 1 | -1285/+18 |
* | mmc: tmio: use PIO for short transfers | Guennadi Liakhovetski | 2011-03-25 | 1 | -10/+23 |
* | mmc: tmio-mmc: Improve DMA stability on sh-mobile | Guennadi Liakhovetski | 2011-03-25 | 1 | -29/+34 |
* | tmio: Silence warnings introduced by mfd changes | Andres Salomon | 2011-03-23 | 1 | -4/+4 |
* | mmc: Use mfd_data instead of driver_data for tmio-mmc | Andres Salomon | 2011-03-23 | 1 | -17/+9 |
* | mfd: mfd_cell is now implicitly available to asic3 drivers | Andres Salomon | 2011-03-23 | 1 | -12/+12 |
* | mmc: tmio: fix address in kunmap_atomic() calls | Guennadi Liakhovetski | 2011-03-17 | 1 | -5/+5 |
* | mmc: tmio_mmc: use dmaengine helpers, drop submit check | Linus Walleij | 2011-03-15 | 1 | -13/+4 |
* | mmc: tmio_mmc: drop dma_sglen state variable | Linus Walleij | 2011-03-15 | 1 | -7/+2 |
* | mmc: tmio_mmc: unmap with the proper sglen | Linus Walleij | 2011-03-15 | 1 | -2/+2 |
* | mmc: tmio_mmc: map DMA buffers on the DMA engine device | Linus Walleij | 2011-03-15 | 1 | -4/+6 |
* | mmc: tmio_mmc: Improve readability of the output of pr_debug_status() | Simon Horman | 2011-03-15 | 1 | -23/+27 |
* | mmc: tmio_mmc: fix CMD irq handling | Arnd Hannemann | 2011-01-08 | 1 | -2/+4 |
* | mmc: tmio_mmc: handle missing HW interrupts | Arnd Hannemann | 2011-01-08 | 1 | -4/+86 |
* | mmc: tmio_mmc: implement SDIO IRQ support | Arnd Hannemann | 2011-01-08 | 1 | -0/+79 |
* | mmc: tmio_mmc: silence compiler warnings | Arnd Hannemann | 2011-01-08 | 1 | -2/+6 |
* | mmc: tmio_mmc: implement a bounce buffer for unaligned DMA | Guennadi Liakhovetski | 2011-01-08 | 1 | -6/+83 |
* | mmc: tmio_mmc: merge the private header into the driver | Guennadi Liakhovetski | 2011-01-08 | 1 | -5/+210 |
* | mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failure | Guennadi Liakhovetski | 2011-01-08 | 1 | -44/+25 |
* | mmc: tmio_mmc: allow multi-element scatter-gather lists | Guennadi Liakhovetski | 2011-01-08 | 1 | -2/+7 |
* | mmc: Allow 2 byte requests in 4-bit mode for tmio_mmc | Yusuke Goda | 2010-10-29 | 1 | -5/+12 |
* | mmc: Allow the tmio_mmc mfd driver to specify get_cd handler | Arnd Hannemann | 2010-10-29 | 1 | -0/+13 |
* | mmc: fix the use of kunmap_atomic() in tmio_mmc.h | Guennadi Liakhovetski | 2010-09-09 | 1 | -3/+4 |
* | mmc: remove the "state" argument to mmc_suspend_host() | Matt Fleming | 2010-05-27 | 1 | -1/+1 |
* | mmc: let MFD's provide supported Vdd card voltages to tmio_mmc | Guennadi Liakhovetski | 2010-05-22 | 1 | -1/+4 |
* | tmio: add a platform flag to disable card write-protection detection | Guennadi Liakhovetski | 2010-05-22 | 1 | -1/+4 |
* | mmc: add DMA support to tmio_mmc driver, when used on SuperH | Guennadi Liakhovetski | 2010-05-22 | 1 | -30/+329 |
* | tmio_mmc: Balance cell enable()/disable() calls | Magnus Damm | 2010-03-07 | 1 | -2/+8 |
* | tmio_mmc: Use 100ms mmc_detect_change() delay | Magnus Damm | 2010-03-07 | 1 | -1/+1 |
* | tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2 | Yusuke Goda | 2010-03-07 | 1 | -0/+1 |
* | mfd: tmio_mmc hardware abstraction for CNF area | Ian Molton | 2010-01-18 | 1 | -40/+19 |
* | mmc: let tmio-mmc use dev_name() with request_irq() | Magnus Damm | 2009-12-15 | 1 | -1/+1 |
* | tmio_mmc: allow compilation for ASIC3 | Philipp Zabel | 2009-06-13 | 1 | -1/+1 |
* | tmio_mmc: fix clock setup | Ian Molton | 2009-06-13 | 1 | -10/+5 |
* | tmio_mmc: map SD control registers after enabling the MFD cell | Philipp Zabel | 2009-06-13 | 1 | -10/+10 |
* | tmio_mmc: correct probe return value for num_resources != 3 | Philipp Zabel | 2009-06-13 | 1 | -7/+5 |
* | tmio_mmc: don't use set_irq_type | Philipp Zabel | 2009-06-13 | 1 | -4/+2 |
* | tmio_mmc: add bus_shift support | Philipp Zabel | 2009-06-13 | 1 | -72/+57 |
* | MFD,mmc: tmio_mmc: make HCLK configurable | Philipp Zabel | 2009-06-13 | 1 | -13/+11 |
* | tmio_mmc: Fix use after free in remove() | Magnus Damm | 2009-03-24 | 1 | -1/+1 |
* | tmio_mmc: Fix one off, use resource_size() in probe() | Magnus Damm | 2009-03-24 | 1 | -2/+2 |
* | drivers/mmc: Move a dereference below a NULL test | Julia Lawall | 2008-12-31 | 1 | -1/+2 |
* | mfd: TMIO MMC driver | Ian Molton | 2008-08-10 | 1 | -0/+691 |