summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: tmio_mmc: Fixup system PM suspend lock-upUlf Hansson2014-09-091-2/+2
* mmc: tmio_mmc: Enable runtime PM supportUlf Hansson2014-09-091-0/+3
* mmc: tmio_mmc: Convert from legacy to modern PM opsUlf Hansson2014-02-131-14/+16
* mmc: tmio: fixup compile errorKuninori Morimoto2014-01-131-1/+1
* mmc: tmio: add new TMIO_MMC_HAVE_HIGH_REG flagsKuninori Morimoto2014-01-131-0/+1
* mmc: tmio: bus_shift become tmio_mmc_data memberKuninori Morimoto2014-01-131-0/+8
* mmc: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-261-2/+0
* mmc: remove use of __devexitBill Pemberton2012-11-281-1/+1
* mmc: remove use of __devinitBill Pemberton2012-11-281-1/+1
* mmc: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin2012-01-111-13/+1
* mmc: irq: Remove IRQF_DISABLEDYong Zhang2011-10-261-2/+2
* mmc: tmio: eliminate unused variable 'mmc' warningAxel Lin2011-08-131-2/+0
* 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
OpenPOWER on IntegriCloud