summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sh_mmcif.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-08mmc: use SPDX identifier for Renesas driversWolfram Sang1-5/+2
2018-03-05mmc: sh_mmcif: remove some cruftWolfram Sang1-8/+0
2018-01-18mmc: sh_mmcif: remove redundant initialization of 'opc'Colin Ian King1-1/+1
2017-08-30mmc: sh_mmcif: constify mmc_host_ops structuresJulia Lawall1-1/+1
2017-02-13mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform dataUlf Hansson1-1/+1
2017-02-13mmc: sh_mmcif: Remove unused ccs_unsupported from the platform dataUlf Hansson1-1/+1
2017-02-13mmc: sh_mmcif: Remove unused ->get_cd() platform callbackUlf Hansson1-17/+1
2017-02-13mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform dataUlf Hansson1-6/+0
2016-07-25mmc: sh_mmcif: Use a 10s timeout in the error recovery pathUlf Hansson1-1/+1
2016-07-25mmc: sh_mmcif: Inform the mmc core about the max busy timeoutUlf Hansson1-0/+1
2016-07-25mmc: sh_mmcif: Use response type to know when to enable busy detectionUlf Hansson1-25/+7
2016-07-25mmc: sh_mmcif: Enable MMC_CAP2_NO_SD and MMC_CAP2_NO_SDIOUlf Hansson1-16/+2
2016-05-02mmc: sh_mmci: Get rid of wrapper function for regulatorsUlf Hansson1-12/+4
2016-05-02mmc: sh_mmcif: Restructure ->set_ios()Ulf Hansson1-29/+16
2016-05-02mmc: sh_mmcif: Make sure the device stays active when needed in ->probe()Ulf Hansson1-7/+8
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2016-02-29mmc: sh_mmcif: use to_delayed_workGeliang Tang1-1/+1
2016-02-10mmc: sh_mmcif: Correct TX DMA channel allocationChris Paterson1-1/+1
2015-12-22mmc: sh_mmcif: rework dma channel handlingArnd Bergmann1-46/+38
2015-08-27mmc: sh_mmcif: Fix suspend processKoji Matsuoka1-0/+2
2015-06-01mmc: sh_mmcif: calculate best clock with parent clockKuninori Morimoto1-9/+75
2015-06-01mmc: sh_mmcif: use sh_mmcif_xxx prefix for all functionsKuninori Morimoto1-13/+13
2015-06-01mmc: sh_mmcif: add sh_mmcif_host_to_dev() macro and use it.Kuninori Morimoto1-43/+71
2015-05-25mmc: sh_mmcif: separate sh_mmcif_clk_update() into setup and prepareKuninori Morimoto1-12/+10
2015-05-25mmc: sh_mmcif: remove unnecessary int clk from struct sh_mmcif_hostKuninori Morimoto1-17/+18
2015-05-25mmc: sh_mmcif: cleanup to use dev instead of &pdev->devKuninori Morimoto1-16/+17
2015-05-25mmc: sh_mmcif: move mmcif_of_match to upsideKuninori Morimoto1-6/+6
2015-05-06mmc: sh_mmcif: Fix timeout value for command requestTakeshi Kihara1-1/+1
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-8/+5
2015-03-23mmc: sh_mmcif: Add exclusion between cmd and interruptKouichi Tomita1-1/+10
2015-03-23mmc: sh_mmcif: Move dev_err() of mmcif_timeout_work()Kouichi Tomita1-3/+3
2015-02-23mmc: sh_mmcif: remove slave_id settings for DMAEngineKuninori Morimoto1-8/+5
2014-09-09mmc: remove .owner field for drivers using module_platform_driverPeter Griffin1-1/+0
2014-07-26mmc: sh_mmcif: Configure DMA slave bus widthLaurent Pinchart1-2/+5
2014-07-26mmc: sh_mmcif: Fix DMA slave address configurationLaurent Pinchart1-3/+7
2014-07-09mmc: sh-mmcif: final error path cleanupBen Dooks1-4/+2
2014-07-09mmc: sh-mmcif: no need to call pm_runtime_suspend on errorBen Dooks1-4/+2
2014-07-09mmc: sh-mmcif: use devm_ for irq managementBen Dooks1-18/+8
2014-07-09mmc: sh-mmcif: use devm_ for clock managementBen Dooks1-10/+8
2014-07-09mmc: sh-mmcif: use devm_ for ioremapBen Dooks1-18/+6
2014-07-09mmc: sh-mmcif: update to print version and bus clock rate on probeBen Dooks1-4/+5
2014-04-20mmc: sh_mmcif: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon1-4/+5
2014-01-13mmc: sh_mmcif: Fix compilation warning on 64-bit platformsLaurent Pinchart1-1/+1
2014-01-13mmc: sh_mmcif: Factorize DMA channel request and configuration codeLaurent Pinchart1-49/+51
2013-11-08mmc: sh_mmcif: Convert to clk_prepare|unprepareUlf Hansson1-6/+6
2013-11-08mmc: sh_mmcif: Convert to PM macros when defining dev_pm_opsUlf Hansson1-7/+3
2013-10-30mmc: sh_mmcif: Move away from using deprecated APIsUlf Hansson1-7/+3
2013-08-25mmc: sh_mmcif: revision-specific CLK_CTRL2 handlingGuennadi Liakhovetski1-0/+4
2013-08-25mmc: sh_mmcif: revision-specific Command Completion Signal handlingGuennadi Liakhovetski1-6/+21
2013-08-25mmc: sh_mmcif: add support for Device Tree DMA bindingsGuennadi Liakhovetski1-10/+16