aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin1-13/+1
2011-10-26mmc: irq: Remove IRQF_DISABLEDYong Zhang1-2/+2
2011-08-13mmc: tmio: eliminate unused variable 'mmc' warningAxel Lin1-2/+0
2011-05-26mmc: Use device platform_data to retrieve tmio_mmc platform bitsSamuel Ortiz1-1/+1
2011-05-24mmc: tmio/sdhi: break out interrupt request/freeMagnus Damm1-3/+18
2011-05-24mmc: Add runtime and system-wide PM to the TMIO MMC driverGuennadi Liakhovetski1-7/+4
2011-03-25mmc: tmio: split core functionality, DMA and MFD glueGuennadi Liakhovetski1-1285/+18
2011-03-25mmc: tmio: use PIO for short transfersGuennadi Liakhovetski1-10/+23
2011-03-25mmc: tmio-mmc: Improve DMA stability on sh-mobileGuennadi Liakhovetski1-29/+34
2011-03-23tmio: Silence warnings introduced by mfd changesAndres Salomon1-4/+4
2011-03-23mmc: Use mfd_data instead of driver_data for tmio-mmcAndres Salomon1-17/+9
2011-03-23mfd: mfd_cell is now implicitly available to asic3 driversAndres Salomon1-12/+12
2011-03-17mmc: tmio: fix address in kunmap_atomic() callsGuennadi Liakhovetski1-5/+5
2011-03-15mmc: tmio_mmc: use dmaengine helpers, drop submit checkLinus Walleij1-13/+4
2011-03-15mmc: tmio_mmc: drop dma_sglen state variableLinus Walleij1-7/+2
2011-03-15mmc: tmio_mmc: unmap with the proper sglenLinus Walleij1-2/+2
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