summaryrefslogtreecommitdiffstats
path: root/drivers/mmc/host/sh_mmcif.c
Commit message (Expand)AuthorAgeFilesLines
* mmc: sh_mmcif: Advance sg_miter before reading blocksLinus Walleij2024-02-281-12/+26
* mmc: sh_mmcif: sg_miter must not be atomicLinus Walleij2024-02-281-4/+4
* mmc: sh_mmcif: Use sg_miter for PIOLinus Walleij2024-02-131-39/+63
* mmc: sh_mmcif: Convert to platform remove callback returning voidYangtao Li2023-08-151-4/+2
* mmc: Explicitly include correct DT includesRob Herring2023-08-091-1/+0
* mmc: sh_mmcif: fix deferred probingSergey Shtylyov2023-06-191-1/+1
* mmc: sh_mmcif: move platform_data header to proper locationWolfram Sang2022-04-261-1/+1
* mmc: sh_mmcif: Simplify division/shift logicGeert Uytterhoeven2022-02-281-4/+3
* mmc: sh_mmcif: Check for null res pointerJiasheng Jiang2022-01-241-0/+3
* mmc: sh_mmcif: use proper DMAENGINE API for terminationWolfram Sang2021-08-241-2/+2
* mmc: Set PROBE_PREFER_ASYNCHRONOUS for drivers that existed in v4.4Douglas Anderson2020-09-071-0/+1
* mmc: sh_mmcif: Use "kHz" for kilohertzGeert Uytterhoeven2020-07-131-3/+3
* mmc: sh_mmcif: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2019-12-191-2/+6
* mmc: sh_mmcif: convert to devm_platform_ioremap_resourceYangtao Li2019-12-181-3/+1
* mmc: sh_mmcif: Use platform_get_irq_optional() for optional interruptGeert Uytterhoeven2019-10-031-4/+2
* 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