summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/tmio_mmc.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: tmio: remove TMIO_MMC_HAVE_HIGH_REG flagMasahiro Yamada2018-10-151-2/+5
* mmc: tmio: move MFD variant reset to a platform hookMasahiro Yamada2018-10-151-0/+17
* mmc: tmio: remove now unused variableWolfram Sang2018-10-081-1/+1
* mmc: tmio: more concise clk calculationWolfram Sang2018-10-081-8/+3Star
* mmc: tmio: refactor CLK_CTL bit calculationMasahiro Yamada2018-10-081-5/+13
* mmc: tmio: move tmio_mmc_set_clock() to platform hookMasahiro Yamada2018-10-081-0/+48
* mmc: use SPDX identifier for Renesas driversWolfram Sang2018-10-081-4/+1Star
* mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argumentMasahiro Yamada2018-01-181-1/+1
* mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()Masahiro Yamada2018-01-181-2/+5
* mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc()Masahiro Yamada2018-01-181-1/+3
* mmc: tmio: set tmio_mmc_host to driver dataMasahiro Yamada2017-12-181-8/+4Star
* mmc: tmio: improve checkpatch cleannessSimon Horman2017-06-201-4/+4
* mmc: tmio, renesas-sdhi: update Renesas related copyrightsSimon Horman2017-06-201-0/+2
* mmc: renesas-sdhi, tmio: make dma more modularSimon Horman2017-06-201-1/+1
* mmc: tmio: drop filenames from comment at top of sourceSimon Horman2017-06-201-5/+3Star
* mmc: TMIO: Use devm_request_irq()Ian Molton2015-06-011-2/+2
* mmc: TMIO: Ensure MFD cell is disabled on probe error pathIan Molton2015-06-011-2/+4
* mmc: tmio: tmio_mmc_host has .bus_shiftKuninori Morimoto2015-01-201-2/+3
* mmc: tmio: add tmio_mmc_host_alloc/free()Kuninori Morimoto2015-01-201-2/+8
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-151-1/+0Star
|\
| * mmc: host: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | PM: Merge the SET*_RUNTIME_PM_OPS() macrosRafael J. Wysocki2014-12-041-1/+1
|/
* 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-141-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/+0Star
* 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-121-13/+1Star
* mmc: irq: Remove IRQF_DISABLEDYong Zhang2011-10-261-2/+2
* mmc: tmio: eliminate unused variable 'mmc' warningAxel Lin2011-08-131-2/+0Star
* 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-251-3/+18
* mmc: Add runtime and system-wide PM to the TMIO MMC driverGuennadi Liakhovetski2011-05-251-7/+4Star
* mmc: tmio: split core functionality, DMA and MFD glueGuennadi Liakhovetski2011-03-251-1285/+18Star
* 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/+9Star
* 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/+4Star
* mmc: tmio_mmc: drop dma_sglen state variableLinus Walleij2011-03-151-7/+2Star
* 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