aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: Use device platform_data to retrieve tmio_mmc platform bitsSamuel Ortiz2011-05-261-1/+1
* mmc: tmio/sdhi: break out interrupt request/freeMagnus Damm2011-05-241-3/+18
* mmc: Add runtime and system-wide PM to the TMIO MMC driverGuennadi Liakhovetski2011-05-241-7/+4
* mmc: tmio: split core functionality, DMA and MFD glueGuennadi Liakhovetski2011-03-251-1285/+18
* mmc: tmio: use PIO for short transfersGuennadi Liakhovetski2011-03-251-10/+23
* mmc: tmio-mmc: Improve DMA stability on sh-mobileGuennadi Liakhovetski2011-03-251-29/+34
* tmio: Silence warnings introduced by mfd changesAndres Salomon2011-03-231-4/+4
* mmc: Use mfd_data instead of driver_data for tmio-mmcAndres Salomon2011-03-231-17/+9
* mfd: mfd_cell is now implicitly available to asic3 driversAndres Salomon2011-03-231-12/+12
* mmc: tmio: fix address in kunmap_atomic() callsGuennadi Liakhovetski2011-03-171-5/+5
* mmc: tmio_mmc: use dmaengine helpers, drop submit checkLinus Walleij2011-03-151-13/+4
* mmc: tmio_mmc: drop dma_sglen state variableLinus Walleij2011-03-151-7/+2
* mmc: tmio_mmc: unmap with the proper sglenLinus Walleij2011-03-151-2/+2
* mmc: tmio_mmc: map DMA buffers on the DMA engine deviceLinus Walleij2011-03-151-4/+6
* mmc: tmio_mmc: Improve readability of the output of pr_debug_status()Simon Horman2011-03-151-23/+27
* mmc: tmio_mmc: fix CMD irq handlingArnd Hannemann2011-01-081-2/+4
* mmc: tmio_mmc: handle missing HW interruptsArnd Hannemann2011-01-081-4/+86
* mmc: tmio_mmc: implement SDIO IRQ supportArnd Hannemann2011-01-081-0/+79
* mmc: tmio_mmc: silence compiler warningsArnd Hannemann2011-01-081-2/+6
* mmc: tmio_mmc: implement a bounce buffer for unaligned DMAGuennadi Liakhovetski2011-01-081-6/+83
* mmc: tmio_mmc: merge the private header into the driverGuennadi Liakhovetski2011-01-081-5/+210
* mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failureGuennadi Liakhovetski2011-01-081-44/+25
* mmc: tmio_mmc: allow multi-element scatter-gather listsGuennadi Liakhovetski2011-01-081-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-091-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/+19
* 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/+5
* 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/+5
* tmio_mmc: don't use set_irq_typePhilipp Zabel2009-06-131-4/+2
* tmio_mmc: add bus_shift supportPhilipp Zabel2009-06-131-72/+57
* MFD,mmc: tmio_mmc: make HCLK configurablePhilipp Zabel2009-06-131-13/+11
* 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