summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-15mmc: tmio_mmc: map DMA buffers on the DMA engine deviceLinus Walleij1-4/+6
2011-03-15mmc: tmio_mmc: Improve readability of the output of pr_debug_status()Simon Horman1-23/+27
2011-01-08mmc: tmio_mmc: fix CMD irq handlingArnd Hannemann1-2/+4
2011-01-08mmc: tmio_mmc: handle missing HW interruptsArnd Hannemann1-4/+86
2011-01-08mmc: tmio_mmc: implement SDIO IRQ supportArnd Hannemann1-0/+79
2011-01-08mmc: tmio_mmc: silence compiler warningsArnd Hannemann1-2/+6
2011-01-08mmc: tmio_mmc: implement a bounce buffer for unaligned DMAGuennadi Liakhovetski1-6/+83
2011-01-08mmc: tmio_mmc: merge the private header into the driverGuennadi Liakhovetski1-5/+210
2011-01-08mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failureGuennadi Liakhovetski1-44/+25
2011-01-08mmc: tmio_mmc: allow multi-element scatter-gather listsGuennadi Liakhovetski1-2/+7
2010-10-29mmc: Allow 2 byte requests in 4-bit mode for tmio_mmcYusuke Goda1-5/+12
2010-10-29mmc: Allow the tmio_mmc mfd driver to specify get_cd handlerArnd Hannemann1-0/+13
2010-09-09mmc: fix the use of kunmap_atomic() in tmio_mmc.hGuennadi Liakhovetski1-3/+4
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming1-1/+1
2010-05-22mmc: let MFD's provide supported Vdd card voltages to tmio_mmcGuennadi Liakhovetski1-1/+4
2010-05-22tmio: add a platform flag to disable card write-protection detectionGuennadi Liakhovetski1-1/+4
2010-05-22mmc: add DMA support to tmio_mmc driver, when used on SuperHGuennadi Liakhovetski1-30/+329
2010-03-07tmio_mmc: Balance cell enable()/disable() callsMagnus Damm1-2/+8
2010-03-07tmio_mmc: Use 100ms mmc_detect_change() delayMagnus Damm1-1/+1
2010-03-07tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2Yusuke Goda1-0/+1
2010-01-18mfd: tmio_mmc hardware abstraction for CNF areaIan Molton1-40/+19
2009-12-15mmc: let tmio-mmc use dev_name() with request_irq()Magnus Damm1-1/+1
2009-06-13tmio_mmc: allow compilation for ASIC3Philipp Zabel1-1/+1
2009-06-13tmio_mmc: fix clock setupIan Molton1-10/+5
2009-06-13tmio_mmc: map SD control registers after enabling the MFD cellPhilipp Zabel1-10/+10
2009-06-13tmio_mmc: correct probe return value for num_resources != 3Philipp Zabel1-7/+5
2009-06-13tmio_mmc: don't use set_irq_typePhilipp Zabel1-4/+2
2009-06-13tmio_mmc: add bus_shift supportPhilipp Zabel1-72/+57
2009-06-13MFD,mmc: tmio_mmc: make HCLK configurablePhilipp Zabel1-13/+11
2009-03-24tmio_mmc: Fix use after free in remove()Magnus Damm1-1/+1
2009-03-24tmio_mmc: Fix one off, use resource_size() in probe()Magnus Damm1-2/+2
2008-12-31drivers/mmc: Move a dereference below a NULL testJulia Lawall1-1/+2
2008-08-10mfd: TMIO MMC driverIan Molton1-0/+691