summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sh_mmcif.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: use SPDX identifier for Renesas driversWolfram Sang2018-10-081-5/+2
* mmc: sh_mmcif: remove some cruftWolfram Sang2018-03-051-8/+0
* mmc: sh_mmcif: remove redundant initialization of 'opc'Colin Ian King2018-01-181-1/+1
* mmc: sh_mmcif: constify mmc_host_ops structuresJulia Lawall2017-08-301-1/+1
* mmc: sh_mmcif: Remove unused clk_ctrl2_present from the platform dataUlf Hansson2017-02-131-1/+1
* mmc: sh_mmcif: Remove unused ccs_unsupported from the platform dataUlf Hansson2017-02-131-1/+1
* mmc: sh_mmcif: Remove unused ->get_cd() platform callbackUlf Hansson2017-02-131-17/+1
* mmc: sh_mmcif: Remove unused use_cd_gpio/cd_gpio from platform dataUlf Hansson2017-02-131-6/+0
* mmc: sh_mmcif: Use a 10s timeout in the error recovery pathUlf Hansson2016-07-251-1/+1
* mmc: sh_mmcif: Inform the mmc core about the max busy timeoutUlf Hansson2016-07-251-0/+1
* mmc: sh_mmcif: Use response type to know when to enable busy detectionUlf Hansson2016-07-251-25/+7
* mmc: sh_mmcif: Enable MMC_CAP2_NO_SD and MMC_CAP2_NO_SDIOUlf Hansson2016-07-251-16/+2
* mmc: sh_mmci: Get rid of wrapper function for regulatorsUlf Hansson2016-05-021-12/+4
* mmc: sh_mmcif: Restructure ->set_ios()Ulf Hansson2016-05-021-29/+16
* mmc: sh_mmcif: Make sure the device stays active when needed in ->probe()Ulf Hansson2016-05-021-7/+8
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* mmc: sh_mmcif: use to_delayed_workGeliang Tang2016-02-291-1/+1
* mmc: sh_mmcif: Correct TX DMA channel allocationChris Paterson2016-02-101-1/+1
* mmc: sh_mmcif: rework dma channel handlingArnd Bergmann2015-12-221-46/+38
* mmc: sh_mmcif: Fix suspend processKoji Matsuoka2015-08-271-0/+2
* mmc: sh_mmcif: calculate best clock with parent clockKuninori Morimoto2015-06-011-9/+75
* mmc: sh_mmcif: use sh_mmcif_xxx prefix for all functionsKuninori Morimoto2015-06-011-13/+13
* mmc: sh_mmcif: add sh_mmcif_host_to_dev() macro and use it.Kuninori Morimoto2015-06-011-43/+71
* mmc: sh_mmcif: separate sh_mmcif_clk_update() into setup and prepareKuninori Morimoto2015-05-251-12/+10
* mmc: sh_mmcif: remove unnecessary int clk from struct sh_mmcif_hostKuninori Morimoto2015-05-251-17/+18
* mmc: sh_mmcif: cleanup to use dev instead of &pdev->devKuninori Morimoto2015-05-251-16/+17
* mmc: sh_mmcif: move mmcif_of_match to upsideKuninori Morimoto2015-05-251-6/+6
* mmc: sh_mmcif: Fix timeout value for command requestTakeshi Kihara2015-05-061-1/+1
* Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-04-241-8/+5
|\
| * mmc: sh_mmcif: remove slave_id settings for DMAEngineKuninori Morimoto2015-02-231-8/+5
* | mmc: sh_mmcif: Add exclusion between cmd and interruptKouichi Tomita2015-03-231-1/+10
* | mmc: sh_mmcif: Move dev_err() of mmcif_timeout_work()Kouichi Tomita2015-03-231-3/+3
|/
* mmc: remove .owner field for drivers using module_platform_driverPeter Griffin2014-09-091-1/+0
* mmc: sh_mmcif: Configure DMA slave bus widthLaurent Pinchart2014-07-261-2/+5
* mmc: sh_mmcif: Fix DMA slave address configurationLaurent Pinchart2014-07-261-3/+7
* mmc: sh-mmcif: final error path cleanupBen Dooks2014-07-091-4/+2
* mmc: sh-mmcif: no need to call pm_runtime_suspend on errorBen Dooks2014-07-091-4/+2
* mmc: sh-mmcif: use devm_ for irq managementBen Dooks2014-07-091-18/+8
* mmc: sh-mmcif: use devm_ for clock managementBen Dooks2014-07-091-10/+8
* mmc: sh-mmcif: use devm_ for ioremapBen Dooks2014-07-091-18/+6
* mmc: sh-mmcif: update to print version and bus clock rate on probeBen Dooks2014-07-091-4/+5
* mmc: sh_mmcif: clarify DDR timing mode between SD-UHS and eMMCSeungwon Jeon2014-04-201-4/+5
* mmc: sh_mmcif: Fix compilation warning on 64-bit platformsLaurent Pinchart2014-01-131-1/+1
* mmc: sh_mmcif: Factorize DMA channel request and configuration codeLaurent Pinchart2014-01-131-49/+51
* mmc: sh_mmcif: Convert to clk_prepare|unprepareUlf Hansson2013-11-081-6/+6
* mmc: sh_mmcif: Convert to PM macros when defining dev_pm_opsUlf Hansson2013-11-081-7/+3
* mmc: sh_mmcif: Move away from using deprecated APIsUlf Hansson2013-10-301-7/+3
* mmc: sh_mmcif: revision-specific CLK_CTRL2 handlingGuennadi Liakhovetski2013-08-251-0/+4
* mmc: sh_mmcif: revision-specific Command Completion Signal handlingGuennadi Liakhovetski2013-08-251-6/+21
* mmc: sh_mmcif: add support for Device Tree DMA bindingsGuennadi Liakhovetski2013-08-251-10/+16