aboutsummaryrefslogtreecommitdiff
path: root/drivers/mmc/host/tmio_mmc.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-10mmc: tmio: move runtime PM enablement to the driver implementationsGravatar Niklas Söderlund 1-0/+5
2018-10-15mmc: tmio: remove TMIO_MMC_HAVE_HIGH_REG flagGravatar Masahiro Yamada 1-2/+5
2018-10-15mmc: tmio: move MFD variant reset to a platform hookGravatar Masahiro Yamada 1-0/+17
2018-10-08mmc: tmio: remove now unused variableGravatar Wolfram Sang 1-1/+1
2018-10-08mmc: tmio: more concise clk calculationGravatar Wolfram Sang 1-8/+3
2018-10-08mmc: tmio: refactor CLK_CTL bit calculationGravatar Masahiro Yamada 1-5/+13
2018-10-08mmc: tmio: move tmio_mmc_set_clock() to platform hookGravatar Masahiro Yamada 1-0/+48
2018-10-08mmc: use SPDX identifier for Renesas driversGravatar Wolfram Sang 1-4/+1
2018-01-18mmc: tmio: remove dma_ops from tmio_mmc_host_probe() argumentGravatar Masahiro Yamada 1-1/+1
2018-01-18mmc: tmio: move clk_enable/disable out of tmio_mmc_host_probe()Gravatar Masahiro Yamada 1-2/+5
2018-01-18mmc: tmio: ioremap memory resource in tmio_mmc_host_alloc()Gravatar Masahiro Yamada 1-1/+3
2017-12-18mmc: tmio: set tmio_mmc_host to driver dataGravatar Masahiro Yamada 1-8/+4
2017-06-20mmc: tmio: improve checkpatch cleannessGravatar Simon Horman 1-4/+4
2017-06-20mmc: tmio, renesas-sdhi: update Renesas related copyrightsGravatar Simon Horman 1-0/+2
2017-06-20mmc: renesas-sdhi, tmio: make dma more modularGravatar Simon Horman 1-1/+1
2017-06-20mmc: tmio: drop filenames from comment at top of sourceGravatar Simon Horman 1-5/+3
2015-06-01mmc: TMIO: Use devm_request_irq()Gravatar Ian Molton 1-2/+2
2015-06-01mmc: TMIO: Ensure MFD cell is disabled on probe error pathGravatar Ian Molton 1-2/+4
2015-01-20mmc: tmio: tmio_mmc_host has .bus_shiftGravatar Kuninori Morimoto 1-2/+3
2015-01-20mmc: tmio: add tmio_mmc_host_alloc/free()Gravatar Kuninori Morimoto 1-2/+8
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-12-04PM: Merge the SET*_RUNTIME_PM_OPS() macrosGravatar Rafael J. Wysocki 1-1/+1
2014-10-20mmc: host: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-09-09mmc: tmio_mmc: Fixup system PM suspend lock-upGravatar Ulf Hansson 1-2/+2
2014-09-09mmc: tmio_mmc: Enable runtime PM supportGravatar Ulf Hansson 1-0/+3
2014-02-13mmc: tmio_mmc: Convert from legacy to modern PM opsGravatar Ulf Hansson 1-14/+16
2014-01-13mmc: tmio: fixup compile errorGravatar Kuninori Morimoto 1-1/+1
2014-01-13mmc: tmio: add new TMIO_MMC_HAVE_HIGH_REG flagsGravatar Kuninori Morimoto 1-0/+1
2014-01-13mmc: tmio: bus_shift become tmio_mmc_data memberGravatar Kuninori Morimoto 1-0/+8
2013-05-26mmc: remove unnecessary platform_set_drvdata()Gravatar Jingoo Han 1-2/+0
2012-11-28mmc: remove use of __devexitGravatar Bill Pemberton 1-1/+1
2012-11-28mmc: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-28mmc: remove use of __devexit_pGravatar Bill Pemberton 1-1/+1
2012-01-11mmc: convert drivers/mmc/host/* to use module_platform_driver()Gravatar Axel Lin 1-13/+1
2011-10-26mmc: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 1-2/+2
2011-08-13mmc: tmio: eliminate unused variable 'mmc' warningGravatar Axel Lin 1-2/+0
2011-05-26mmc: Use device platform_data to retrieve tmio_mmc platform bitsGravatar Samuel Ortiz 1-1/+1
2011-05-24mmc: tmio/sdhi: break out interrupt request/freeGravatar Magnus Damm 1-3/+18
2011-05-24mmc: Add runtime and system-wide PM to the TMIO MMC driverGravatar Guennadi Liakhovetski 1-7/+4
2011-03-25mmc: tmio: split core functionality, DMA and MFD glueGravatar Guennadi Liakhovetski 1-1285/+18
2011-03-25mmc: tmio: use PIO for short transfersGravatar Guennadi Liakhovetski 1-10/+23
2011-03-25mmc: tmio-mmc: Improve DMA stability on sh-mobileGravatar Guennadi Liakhovetski 1-29/+34
2011-03-23tmio: Silence warnings introduced by mfd changesGravatar Andres Salomon 1-4/+4
2011-03-23mmc: Use mfd_data instead of driver_data for tmio-mmcGravatar Andres Salomon 1-17/+9
2011-03-23mfd: mfd_cell is now implicitly available to asic3 driversGravatar Andres Salomon 1-12/+12
2011-03-17mmc: tmio: fix address in kunmap_atomic() callsGravatar Guennadi Liakhovetski 1-5/+5
2011-03-15mmc: tmio_mmc: use dmaengine helpers, drop submit checkGravatar Linus Walleij 1-13/+4
2011-03-15mmc: tmio_mmc: drop dma_sglen state variableGravatar Linus Walleij 1-7/+2
2011-03-15mmc: tmio_mmc: unmap with the proper sglenGravatar Linus Walleij 1-2/+2
2011-03-15mmc: tmio_mmc: map DMA buffers on the DMA engine deviceGravatar Linus Walleij 1-4/+6