summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: tmio_mmc: fix CMD irq handlingArnd Hannemann2011-01-091-2/+4
* mmc: tmio_mmc: handle missing HW interruptsArnd Hannemann2011-01-091-4/+86
* mmc: tmio_mmc: implement SDIO IRQ supportArnd Hannemann2011-01-091-0/+79
* mmc: tmio_mmc: silence compiler warningsArnd Hannemann2011-01-091-2/+6
* mmc: tmio_mmc: implement a bounce buffer for unaligned DMAGuennadi Liakhovetski2011-01-091-6/+83
* mmc: tmio_mmc: merge the private header into the driverGuennadi Liakhovetski2011-01-091-5/+210
* mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failureGuennadi Liakhovetski2011-01-091-44/+25Star
* mmc: tmio_mmc: allow multi-element scatter-gather listsGuennadi Liakhovetski2011-01-091-2/+7
* mmc: Allow 2 byte requests in 4-bit mode for tmio_mmcYusuke Goda2010-10-291-5/+12
* mmc: Allow the tmio_mmc mfd driver to specify get_cd handlerArnd Hannemann2010-10-291-0/+13
* mmc: fix the use of kunmap_atomic() in tmio_mmc.hGuennadi Liakhovetski2010-09-101-3/+4
* mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming2010-05-271-1/+1
* mmc: let MFD's provide supported Vdd card voltages to tmio_mmcGuennadi Liakhovetski2010-05-221-1/+4
* tmio: add a platform flag to disable card write-protection detectionGuennadi Liakhovetski2010-05-221-1/+4
* mmc: add DMA support to tmio_mmc driver, when used on SuperHGuennadi Liakhovetski2010-05-221-30/+329
* tmio_mmc: Balance cell enable()/disable() callsMagnus Damm2010-03-071-2/+8
* tmio_mmc: Use 100ms mmc_detect_change() delayMagnus Damm2010-03-071-1/+1
* tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2Yusuke Goda2010-03-071-0/+1
* mfd: tmio_mmc hardware abstraction for CNF areaIan Molton2010-01-181-40/+19Star
* mmc: let tmio-mmc use dev_name() with request_irq()Magnus Damm2009-12-151-1/+1
* tmio_mmc: allow compilation for ASIC3Philipp Zabel2009-06-131-1/+1
* tmio_mmc: fix clock setupIan Molton2009-06-131-10/+5Star
* tmio_mmc: map SD control registers after enabling the MFD cellPhilipp Zabel2009-06-131-10/+10
* tmio_mmc: correct probe return value for num_resources != 3Philipp Zabel2009-06-131-7/+5Star
* tmio_mmc: don't use set_irq_typePhilipp Zabel2009-06-131-4/+2Star
* tmio_mmc: add bus_shift supportPhilipp Zabel2009-06-131-72/+57Star
* MFD,mmc: tmio_mmc: make HCLK configurablePhilipp Zabel2009-06-131-13/+11Star
* tmio_mmc: Fix use after free in remove()Magnus Damm2009-03-241-1/+1
* tmio_mmc: Fix one off, use resource_size() in probe()Magnus Damm2009-03-241-2/+2
* drivers/mmc: Move a dereference below a NULL testJulia Lawall2008-12-311-1/+2
* mfd: TMIO MMC driverIan Molton2008-08-101-0/+691