aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/tmio_mmc.c
AgeCommit message (Expand)Author
2014-01-13mmc: tmio: fixup compile errorKuninori Morimoto
2014-01-13mmc: tmio: add new TMIO_MMC_HAVE_HIGH_REG flagsKuninori Morimoto
2014-01-13mmc: tmio: bus_shift become tmio_mmc_data memberKuninori Morimoto
2013-05-26mmc: remove unnecessary platform_set_drvdata()Jingoo Han
2012-11-28mmc: remove use of __devexitBill Pemberton
2012-11-28mmc: remove use of __devinitBill Pemberton
2012-11-28mmc: remove use of __devexit_pBill Pemberton
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Axel Lin
2011-10-26mmc: irq: Remove IRQF_DISABLEDYong Zhang
2011-08-13mmc: tmio: eliminate unused variable 'mmc' warningAxel Lin
2011-05-26mmc: Use device platform_data to retrieve tmio_mmc platform bitsSamuel Ortiz
2011-05-24mmc: tmio/sdhi: break out interrupt request/freeMagnus Damm
2011-05-24mmc: Add runtime and system-wide PM to the TMIO MMC driverGuennadi Liakhovetski
2011-03-25mmc: tmio: split core functionality, DMA and MFD glueGuennadi Liakhovetski
2011-03-25mmc: tmio: use PIO for short transfersGuennadi Liakhovetski
2011-03-25mmc: tmio-mmc: Improve DMA stability on sh-mobileGuennadi Liakhovetski
2011-03-23tmio: Silence warnings introduced by mfd changesAndres Salomon
2011-03-23mmc: Use mfd_data instead of driver_data for tmio-mmcAndres Salomon
2011-03-23mfd: mfd_cell is now implicitly available to asic3 driversAndres Salomon
2011-03-17mmc: tmio: fix address in kunmap_atomic() callsGuennadi Liakhovetski
2011-03-15mmc: tmio_mmc: use dmaengine helpers, drop submit checkLinus Walleij
2011-03-15mmc: tmio_mmc: drop dma_sglen state variableLinus Walleij
2011-03-15mmc: tmio_mmc: unmap with the proper sglenLinus Walleij
2011-03-15mmc: tmio_mmc: map DMA buffers on the DMA engine deviceLinus Walleij
2011-03-15mmc: tmio_mmc: Improve readability of the output of pr_debug_status()Simon Horman
2011-01-08mmc: tmio_mmc: fix CMD irq handlingArnd Hannemann
2011-01-08mmc: tmio_mmc: handle missing HW interruptsArnd Hannemann
2011-01-08mmc: tmio_mmc: implement SDIO IRQ supportArnd Hannemann
2011-01-08mmc: tmio_mmc: silence compiler warningsArnd Hannemann
2011-01-08mmc: tmio_mmc: implement a bounce buffer for unaligned DMAGuennadi Liakhovetski
2011-01-08mmc: tmio_mmc: merge the private header into the driverGuennadi Liakhovetski
2011-01-08mmc: tmio_mmc: fix PIO fallback on DMA descriptor allocation failureGuennadi Liakhovetski
2011-01-08mmc: tmio_mmc: allow multi-element scatter-gather listsGuennadi Liakhovetski
2010-10-29mmc: Allow 2 byte requests in 4-bit mode for tmio_mmcYusuke Goda
2010-10-29mmc: Allow the tmio_mmc mfd driver to specify get_cd handlerArnd Hannemann
2010-09-09mmc: fix the use of kunmap_atomic() in tmio_mmc.hGuennadi Liakhovetski
2010-05-27mmc: remove the "state" argument to mmc_suspend_host()Matt Fleming
2010-05-22mmc: let MFD's provide supported Vdd card voltages to tmio_mmcGuennadi Liakhovetski
2010-05-22tmio: add a platform flag to disable card write-protection detectionGuennadi Liakhovetski
2010-05-22mmc: add DMA support to tmio_mmc driver, when used on SuperHGuennadi Liakhovetski
2010-03-07tmio_mmc: Balance cell enable()/disable() callsMagnus Damm
2010-03-07tmio_mmc: Use 100ms mmc_detect_change() delayMagnus Damm
2010-03-07tmio_mmc: Add MMC_CAP_MMC_HIGHSPEED support V2Yusuke Goda
2010-01-18mfd: tmio_mmc hardware abstraction for CNF areaIan Molton
2009-12-15mmc: let tmio-mmc use dev_name() with request_irq()Magnus Damm
2009-06-13tmio_mmc: allow compilation for ASIC3Philipp Zabel
2009-06-13tmio_mmc: fix clock setupIan Molton
2009-06-13tmio_mmc: map SD control registers after enabling the MFD cellPhilipp Zabel
2009-06-13tmio_mmc: correct probe return value for num_resources != 3Philipp Zabel
2009-06-13tmio_mmc: don't use set_irq_typePhilipp Zabel